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

/vbox/src/VBox/Debugger/
H A DVBoxDbgGui.h146 void notifyChildDestroyed(QObject *pObj);
H A DVBoxDbgGui.cpp169 connect(m_pDbgStats, SIGNAL(destroyed(QObject *)), this, SLOT(notifyChildDestroyed(QObject *)));
198 connect(m_pDbgConsole, SIGNAL(destroyed(QObject *)), this, SLOT(notifyChildDestroyed(QObject *)));
258 VBoxDbgGui::notifyChildDestroyed(QObject *pObj) function in class:VBoxDbgGui

Completed in 722 milliseconds