diff --git a/linphone-desktop/src/app/App.cpp b/linphone-desktop/src/app/App.cpp index 1e1ae3cea..be9924c39 100644 --- a/linphone-desktop/src/app/App.cpp +++ b/linphone-desktop/src/app/App.cpp @@ -136,6 +136,8 @@ void App::initContentApp () { QObject::connect( this, &App::receivedMessage, this, [this](int, QByteArray message) { + qInfo() << QStringLiteral("Received message from other application: `%1`.").arg(QString(message)); + if (message == "show") App::smartShowWindow(getMainWindow()); }