src/crashCatcher.h

changeset 1058
695edd4f0411
parent 1014
f0a8ecb6a357
child 1072
9ce9496427f2
equal deleted inserted replaced
1057:3c7782ec3753 1058:695edd4f0411
18 18
19 #pragma once 19 #pragma once
20 #include "main.h" 20 #include "main.h"
21 21
22 #ifdef Q_OS_UNIX 22 #ifdef Q_OS_UNIX
23 void initCrashCatcher(); 23 void initializeCrashHandler();
24 #else 24 #else
25 void initCrashCatcher() {} 25 void initializeCrashHandler() {}
26 #endif 26 #endif

mercurial