Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/kconfig/
Dqconf.h254 void showDebugChanged(bool);
Dqconf.cc1039 emit showDebugChanged(b); in setShowDebug() local
1230 connect(this, SIGNAL(showDebugChanged(bool)), action, SLOT(setOn(bool))); in createStandardContextMenu()