Searched refs:headerPopup (Results 1 - 2 of 2) sorted by relevance

/linux-master/scripts/kconfig/
H A Dqconf.h107 QMenu* headerPopup; member in class:ConfigList
H A Dqconf.cc305 rootEntry(0), headerPopup(0)
889 if (!headerPopup) {
892 headerPopup = new QMenu(this);
900 headerPopup->addAction(action);
903 headerPopup->exec(e->globalPos());

Completed in 206 milliseconds