debugger: add a menu entry for the (defunct) TCF attaching

This commit is contained in:
hjk
2009-05-07 17:11:19 +02:00
parent 2fce747a6d
commit f70ce8dc36
2 changed files with 14 additions and 0 deletions

View File

@@ -128,6 +128,7 @@ private:
QAction *m_startRemoteAction;
QAction *m_attachExternalAction;
QAction *m_attachCoreAction;
QAction *m_attachTcfAction;
QAction *m_detachAction;
};