src/crashCatcher.h

changeset 958
1dc890c73e01
parent 848
68410477c8bb
child 968
4b93b7963456
equal deleted inserted replaced
957:429c7ed3cc54 958:1dc890c73e01
17 */ 17 */
18 18
19 #pragma once 19 #pragma once
20 #include "main.h" 20 #include "main.h"
21 21
22 #ifdef __unix__ 22 #ifdef Q_OS_UNIX
23 void InitCrashCatcher(); 23 void initCrashCatcher();
24 #else // ifdef __unix__ 24 #else
25 # define InitCrashCatcher() 25 void initCrashCatcher() {}
26 #endif // ifdef __unix__ 26 #endif

mercurial