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