Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dqconf.cc949 action->setChecked(showDebug()); in ConfigInfoView()
958 configSettings->setValue("/showDebug", showDebug()); in saveSettings()
1017 if (showDebug()) in menuInfo()
1020 if (showDebug()) in menuInfo()
1026 if (showDebug()) in menuInfo()
1029 if (showDebug()) in menuInfo()
1035 if (showDebug()) in menuInfo()
1047 if (showDebug()) { in menuInfo()
1384 showDebugAction->setChecked(helpText->showDebug()); in ConfigMainWindow()
H A Dqconf.h190 bool showDebug(void) const { return _showDebug; } in showDebug() function