source: psi/trunk/src/tools/crash/crash_kde.cpp

Last change on this file was 2, checked in by dmik, 19 years ago

Imported original Psi 0.10 sources from Affinix

File size: 226 bytes
Line 
1#include "crash.h"
2#include <kcrash.h>
3
4namespace Crash {
5
6void 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.