Searched refs:setShowDebug (Results 1 – 2 of 2) sorted by relevance
251 void setShowDebug(bool);
1025 setShowDebug(configSettings->value("/showDebug", false).toBool()); in ConfigInfoView()1040 void ConfigInfoView::setShowDebug(bool b) in setShowDebug() function in ConfigInfoView1239 connect(action, SIGNAL(toggled(bool)), SLOT(setShowDebug(bool))); in createStandardContextMenu()1447 connect(showDebugAction, SIGNAL(toggled(bool)), helpText, SLOT(setShowDebug(bool))); in ConfigMainWindow()