forked from qt-creator/qt-creator
Merge remote branch 'origin/2.1'
Conflicts: doc/qtcreator.qdoc
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user