Merge remote branch 'origin/2.1'

Conflicts:
	doc/qtcreator.qdoc
This commit is contained in:
Oswald Buddenhagen
2010-11-01 12:11:03 +01:00
39 changed files with 930 additions and 496 deletions

View File

@@ -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;