diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-11-01 12:11:03 +0100 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2010-11-01 12:11:03 +0100 |
commit | a9ff4d374996d606f569fdd4704234fbc6a4fbee (patch) | |
tree | b1f0d8557cbb9314c43d9b88ad7ba48d1725fa90 /src/plugins/debugger/debuggerplugin.cpp | |
parent | 4293ee40ec1f2180dd185eee9af479ea7302ba78 (diff) | |
parent | 36c00b434473b27b8cd19c261ce15622927e3225 (diff) | |
download | qt-creator-a9ff4d374996d606f569fdd4704234fbc6a4fbee.tar.gz |
Merge remote branch 'origin/2.1'
Conflicts:
doc/qtcreator.qdoc
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.cpp')
-rw-r--r-- | src/plugins/debugger/debuggerplugin.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp index 0f6648680f..9eaeb8a20a 100644 --- a/src/plugins/debugger/debuggerplugin.cpp +++ b/src/plugins/debugger/debuggerplugin.cpp @@ -2896,6 +2896,9 @@ bool DebuggerPlugin::hasSnapsnots() const void DebuggerPlugin::remoteCommand(const QStringList &options, const QStringList &) { + if (options.isEmpty()) + return; + unsigned enabledEngines = 0; QString errorMessage; bool success = false; |