Merge "Change radio application icon"
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 30 Dec 2019 14:39:39 +0000 (14:39 +0000)
committerGerrit Code Review <gerrit@automotivelinux.org>
Mon, 30 Dec 2019 14:39:39 +0000 (14:39 +0000)
launcher/qml/IconItem.qml
launcher/src/main.cpp

index c15a3da..5adbe81 100644 (file)
@@ -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
index e56ff5a..e550948 100644 (file)
@@ -45,10 +45,6 @@ struct Cleanup {
     }
 };
 
-void noOutput(QtMsgType, const QMessageLogContext &, const QString &)
-{
-}
-
 }
 
 int main(int argc, char *argv[])