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

/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.h141 QAction *m_pCollapseAct; member in class:VBoxDbgStatsView
H A DVBoxDbgStatsQt4.cpp2741 m_pCollapseAct = new QAction("Collapse Tree", this);
2751 m_pCollapseAct->setShortcut(QKeySequence("Ctrl+D"));
2760 addAction(m_pCollapseAct);
2768 connect(m_pCollapseAct, SIGNAL(triggered(bool)), this, SLOT(actCollapse()));
2797 m_pBranchMenu->addAction(m_pCollapseAct);
2807 m_pViewMenu->addAction(m_pCollapseAct);
2832 DELETE_IT(m_pCollapseAct);

Completed in 45 milliseconds