Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dqconf.cc942 setShowDebug(configSettings->value("/showDebug", false).toBool()); in ConfigInfoView()
956 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()
[all...]
H A Dqconf.h192 bool showDebug(void) const { return _showDebug; } in showDebug() function