Searched refs:showDebugChanged (Results 1 – 2 of 2) sorted by relevance
265 void showDebugChanged(bool);
984 emit showDebugChanged(b); in setShowDebug() local1176 connect(this, SIGNAL(showDebugChanged(bool)), action, SLOT(setOn(bool))); in createPopupMenu()1390 connect(helpText, SIGNAL(showDebugChanged(bool)), showDebugAction, SLOT(setOn(bool))); in ConfigMainWindow()