38 KisAction *actionBug = createAction(
"buginfo");
39 KisAction *actionSys = createAction(
"sysinfo");
40 connect(actionBug, SIGNAL(triggered()),
this, SLOT(slotKritaLog()));
41 connect(actionSys, SIGNAL(triggered()),
this, SLOT(slotSysInfo()));
43#if KRITA_USE_SURFACE_COLOR_MANAGEMENT_API
44 KisAction *actionColorManagement = createAction(
"color_management_report");
45 connect(actionColorManagement, SIGNAL(triggered()),
this, SLOT(slotColorManagement()));
49 KisAction *actionLogcatdump = createAction(
"logcatdump");
50 connect(actionLogcatdump, SIGNAL(triggered()),
this, SLOT(slotDumpLogcat()));
53#if defined(Q_OS_ANDROID) || defined(Q_OS_WIN)
54 KisAction *actionCrashLog = createAction(
"crashlog");
55 connect(actionCrashLog, SIGNAL(triggered()),
this, SLOT(slotCrashLog()));