source:
psi/trunk/src/tools/crash/crash_kde.cpp
Last change on this file was 2, checked in by , 19 years ago | |
---|---|
File size: 226 bytes |
Line | |
---|---|
1 | #include "crash.h" |
2 | #include <kcrash.h> |
3 | |
4 | namespace Crash { |
5 | |
6 | void registerSigsegvHandler(QString progname) |
7 | { |
8 | KCrash::setApplicationName(progname); |
9 | KCrash::setCrashHandler(KCrash::defaultCrashHandler); |
10 | } |
11 | |
12 | }; // namespace Crash |
Note:
See TracBrowser
for help on using the repository browser.