From 1a4c590d683731a7917c7f3d74b332c7a11accbf Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Fri, 11 Sep 2020 18:12:29 +0200 Subject: [PATCH] Fix qml warning --- src/qml/Mode.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/Mode.qml b/src/qml/Mode.qml index 8be9663..71c2b8d 100644 --- a/src/qml/Mode.qml +++ b/src/qml/Mode.qml @@ -20,7 +20,7 @@ import org.kde.kirigami 2.0 Action { id: modeAction - property string mimes: null + property string mimes: "" property string name: "" property string modeInfo: "" property string nameFilter: "" -- GitLab