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

/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.h145 QAction *m_pResetAct; member in class:VBoxDbgStatsView
H A DVBoxDbgStatsQt4.cpp2743 m_pResetAct = new QAction("Rese&t", this);
2753 m_pResetAct->setShortcut(QKeySequence("Alt+R"));
2762 addAction(m_pResetAct);
2770 connect(m_pResetAct, SIGNAL(triggered(bool)), this, SLOT(actReset()));
2785 m_pLeafMenu->addAction(m_pResetAct);
2792 m_pBranchMenu->addAction(m_pResetAct);
2802 m_pViewMenu->addAction(m_pResetAct);
2834 DELETE_IT(m_pResetAct);

Completed in 234 milliseconds