Home
last modified time | relevance | path

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

/scripts/kconfig/
Dqconf.h238 void showDataChanged(bool);
Dqconf.cc848 connect(parent(), SIGNAL(showDataChanged(bool)), in contextMenuEvent()
922 emit showDataChanged(b); in setShowData() local
1355 connect(configView, SIGNAL(showDataChanged(bool)), showDataAction, SLOT(setOn(bool))); in ConfigMainWindow()