Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dqconf.h265 void showDebugChanged(bool);
Dqconf.cc984 emit showDebugChanged(b); in setShowDebug() local
1176 connect(this, SIGNAL(showDebugChanged(bool)), action, SLOT(setOn(bool))); in createPopupMenu()
1390 connect(helpText, SIGNAL(showDebugChanged(bool)), showDebugAction, SLOT(setOn(bool))); in ConfigMainWindow()