From: Jan-Simon Moeller Date: Mon, 30 Dec 2019 14:39:39 +0000 (+0000) Subject: Merge "Change radio application icon" X-Git-Tag: 8.99.5~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=ac2557137950463ba3feec2a19ca26c81ee91cbe;hp=f2f96f2b6dad7b419c953f42d04248e844bbb00b;p=apps%2Flauncher.git Merge "Change radio application icon" --- diff --git a/launcher/qml/IconItem.qml b/launcher/qml/IconItem.qml index c15a3da..5adbe81 100644 --- a/launcher/qml/IconItem.qml +++ b/launcher/qml/IconItem.qml @@ -97,7 +97,7 @@ Item { states: [ State { name: 'active' - when: loc.currentId == model.id + when: loc.currentId === model.id PropertyChanges { target: container x: loc.mouseX - width/2 diff --git a/launcher/src/main.cpp b/launcher/src/main.cpp index e56ff5a..e550948 100644 --- a/launcher/src/main.cpp +++ b/launcher/src/main.cpp @@ -45,10 +45,6 @@ struct Cleanup { } }; -void noOutput(QtMsgType, const QMessageLogContext &, const QString &) -{ -} - } int main(int argc, char *argv[])