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

/vbox/src/VBox/Debugger/
H A DVBoxDbgConsole.cpp86 QActionGroup *pActionFontGroup = new QActionGroup(this); local
87 pActionFontGroup->addAction(m_pCourierFontAction);
88 pActionFontGroup->addAction(m_pMonospaceFontAction);
89 pActionFontGroup->setExclusive(true);

Completed in 44 milliseconds