aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-10-05 15:08:21 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2009-10-08 12:18:03 +0200
commitba47987e67cea19ce22ee186322e37fc5111a57e (patch)
tree2cff4a2783d20856a3db48c98501da8641ff3b1f /src/plugins/debugger/debuggerplugin.h
parent7313f3d666370ca5c9900e332b3f8401c663f28b (diff)
purge TCF agent cra^Wstuff
it's dead code
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.h')
-rw-r--r--src/plugins/debugger/debuggerplugin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/debugger/debuggerplugin.h b/src/plugins/debugger/debuggerplugin.h
index 4ef8b59353..1e1af9cb8f 100644
--- a/src/plugins/debugger/debuggerplugin.h
+++ b/src/plugins/debugger/debuggerplugin.h
@@ -106,7 +106,6 @@ private slots:
void startRemoteApplication();
void attachExternalApplication();
void attachCore();
- void attachRemoteTcf();
void attachCmdLinePid();
void attachCmdLineCore();
@@ -143,7 +142,6 @@ private:
QAction *m_startRemoteAction;
QAction *m_attachExternalAction;
QAction *m_attachCoreAction;
- QAction *m_attachTcfAction;
QAction *m_detachAction;
};