diff options
author | hjk <qtc-committer@nokia.com> | 2010-07-15 10:44:53 +0200 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2010-07-15 10:45:51 +0200 |
commit | fc3b503644b1f3d1590cf6518cbe7de1be475605 (patch) | |
tree | 2f842f87cc1278fe0048b82e37f155301e5391a5 /src/plugins/debugger/debuggerplugin.h | |
parent | 6da6add8860af54932fdb50556c86e1624192bbb (diff) | |
download | qt-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.h | 1 |
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; |