37{
40 connect(actionBug, SIGNAL(triggered()),
this, SLOT(
slotKritaLog()));
41 connect(actionSys, SIGNAL(triggered()),
this, SLOT(
slotSysInfo()));
42
43#if KRITA_USE_SURFACE_COLOR_MANAGEMENT_API
45 connect(actionColorManagement, SIGNAL(triggered()), this, SLOT(slotColorManagement()));
46#endif
47
48#ifdef Q_OS_ANDROID
50 connect(actionLogcatdump, SIGNAL(triggered()), this, SLOT(slotDumpLogcat()));
51#endif
52
53#if defined(Q_OS_ANDROID) || defined(Q_OS_WIN)
55 connect(actionCrashLog, SIGNAL(triggered()), this, SLOT(slotCrashLog()));
56#endif
57}
KisAction * createAction(const QString &name)
KisActionPlugin(QObject *parent=0)