forked from qt-creator/qt-creator
compilefix
This commit is contained in:
@@ -378,7 +378,7 @@ void QmlJSObserverClient::showAppOnTop(bool showOnTop)
|
|||||||
QByteArray cmd = "SHOW_APP_ON_TOP";
|
QByteArray cmd = "SHOW_APP_ON_TOP";
|
||||||
ds << showOnTop;
|
ds << showOnTop;
|
||||||
|
|
||||||
log(LogSend, QString("%1 %2").arg(QString(cmd), showOnTop ? "true" : "false");
|
log(LogSend, QString("%1 %2").arg(QString(cmd), showOnTop ? "true" : "false"));
|
||||||
|
|
||||||
sendMessage(message);
|
sendMessage(message);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user