Home
last modified time | relevance | path

Searched refs:setShowDebug (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/scripts/kconfig/
Dqconf.h251 void setShowDebug(bool);
Dqconf.cc1016 setShowDebug(configSettings->value("/showDebug", false).toBool()); in ConfigInfoView()
1031 void ConfigInfoView::setShowDebug(bool b) in setShowDebug() function in ConfigInfoView
1229 connect(action, SIGNAL(toggled(bool)), SLOT(setShowDebug(bool))); in createStandardContextMenu()
1439 connect(showDebugAction, SIGNAL(toggled(bool)), helpText, SLOT(setShowDebug(bool))); in ConfigMainWindow()