Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc965 configSettings->writeEntry("/showDebug", showDebug()); in saveSettings()
1023 if (showDebug()) in menuInfo()
1026 if (showDebug()) in menuInfo()
1032 if (showDebug()) in menuInfo()
1035 if (showDebug()) in menuInfo()
1041 if (showDebug()) in menuInfo()
1052 if (showDebug()) { in menuInfo()
1060 if (showDebug()) in menuInfo()
1171 action->setOn(showDebug()); in createPopupMenu()
1385 showDebugAction->setOn(helpText->showDebug()); in ConfigMainWindow()
H A Dqconf.h256 bool showDebug(void) const { return _showDebug; } in showDebug() function