Home
last modified time | relevance | path

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

/openbmc/linux/scripts/kconfig/
H A Dqconf.h201 void showDebugChanged(bool);
H A Dqconf.cc953 connect(this, &ConfigInfoView::showDebugChanged, in ConfigInfoView()
977 emit showDebugChanged(b); in setShowDebug() local
1211 emit showDebugChanged(true); in clicked() local
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.h254 void showDebugChanged(bool);
H A Dqconf.cc1048 emit showDebugChanged(b); in setShowDebug() local
1240 connect(this, SIGNAL(showDebugChanged(bool)), action, SLOT(setOn(bool))); in createStandardContextMenu()