Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dqconf.cc947 action->setChecked(showDebug()); in ConfigInfoView()
956 configSettings->setValue("/showDebug", showDebug()); in saveSettings()
1015 if (showDebug()) in menuInfo()
1018 if (showDebug()) in menuInfo()
1024 if (showDebug()) in menuInfo()
1027 if (showDebug()) in menuInfo()
1033 if (showDebug()) in menuInfo()
1045 if (showDebug()) { in menuInfo()
1396 showDebugAction->setChecked(helpText->showDebug()); in ConfigMainWindow()
H A Dqconf.h190 bool showDebug(void) const { return _showDebug; } in showDebug() function