QmlInspector: fixed show app on top

Reviewed-by: Kai Koehne
This commit is contained in:
Christiaan Janssen
2011-01-24 17:51:24 +01:00
parent 5ac9a19465
commit ebae6dae78

View File

@@ -376,7 +376,7 @@ void QmlJSObserverClient::showAppOnTop(bool showOnTop)
QDataStream ds(&message, QIODevice::WriteOnly);
QByteArray cmd = "SHOW_APP_ON_TOP";
ds << showOnTop;
ds << cmd << showOnTop;
log(LogSend, QString("%1 %2").arg(QString(cmd), showOnTop ? "true" : "false"));