comparison: src/crashCatcher.cpp
src/crashCatcher.cpp
- changeset 1116
- 3b1d2cc6603e
- parent 1072
- 9ce9496427f2
- child 1159
- 6ad8cdcd88d9
equal
deleted
inserted
replaced
22 # include <QProcess> |
22 # include <QProcess> |
23 # include <QTemporaryFile> |
23 # include <QTemporaryFile> |
24 # include <signal.h> |
24 # include <signal.h> |
25 # include <unistd.h> |
25 # include <unistd.h> |
26 # include "crashCatcher.h" |
26 # include "crashCatcher.h" |
27 # include "dialogs.h" |
|
28 |
27 |
29 # ifdef Q_OS_LINUX |
28 # ifdef Q_OS_LINUX |
30 # include <sys/prctl.h> |
29 # include <sys/prctl.h> |
31 # endif |
30 # endif |
32 |
31 |