Searched refs:setShowDebug (Results 1 – 2 of 2) sorted by relevance
262 void setShowDebug(bool);
976 void ConfigInfoView::setShowDebug(bool b) in setShowDebug() function in ConfigInfoView1175 connect(action, SIGNAL(toggled(bool)), SLOT(setShowDebug(bool))); in createPopupMenu()1389 connect(showDebugAction, SIGNAL(toggled(bool)), helpText, SLOT(setShowDebug(bool))); in ConfigMainWindow()