Home
last modified time | relevance | path

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

/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()