Home
last modified time | relevance | path

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

/scripts/kconfig/
Dqconf.cc956 action->setChecked(showDebug()); in ConfigInfoView()
965 configSettings->setValue("/showDebug", showDebug()); in saveSettings()
1024 if (showDebug()) in menuInfo()
1027 if (showDebug()) in menuInfo()
1033 if (showDebug()) in menuInfo()
1036 if (showDebug()) in menuInfo()
1042 if (showDebug()) in menuInfo()
1054 if (showDebug()) { in menuInfo()
1438 showDebugAction->setChecked(helpText->showDebug()); in ConfigMainWindow()
Dqconf.h192 bool showDebug(void) const { return _showDebug; } in showDebug() function