summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerplugin.h
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2010-07-15 10:44:53 +0200
committerhjk <qtc-committer@nokia.com>2010-07-15 10:45:51 +0200
commitfc3b503644b1f3d1590cf6518cbe7de1be475605 (patch)
tree2f842f87cc1278fe0048b82e37f155301e5391a5 /src/plugins/debugger/debuggerplugin.h
parent6da6add8860af54932fdb50556c86e1624192bbb (diff)
downloadqt-creator-fc3b503644b1f3d1590cf6518cbe7de1be475605.tar.gz
debugger: make -debug binary@host:port[@arch] work on the commandline to
attach to a gdb server
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.h')
-rw-r--r--src/plugins/debugger/debuggerplugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggerplugin.h b/src/plugins/debugger/debuggerplugin.h
index e1c9844490..c7e9760427 100644
--- a/src/plugins/debugger/debuggerplugin.h
+++ b/src/plugins/debugger/debuggerplugin.h
@@ -124,7 +124,6 @@ private:
bool initialize(const QStringList &arguments, QString *errorMessage);
ShutdownFlag aboutToShutdown();
void extensionsInitialized();
- void remoteCommand(const QStringList &options, const QStringList &arguments);
QWidget *mainWindow() const;