Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dqconf.cc1437 QAction *showDebugAction = new QAction( _("Show Debug Info"), this); in ConfigMainWindow() local
1438 showDebugAction->setCheckable(true); in ConfigMainWindow()
1439 connect(showDebugAction, SIGNAL(toggled(bool)), helpText, SLOT(setShowDebug(bool))); in ConfigMainWindow()
1440 showDebugAction->setChecked(helpText->showDebug()); in ConfigMainWindow()