aboutsummaryrefslogtreecommitdiffstats
path: root/imports_system/system/models/notification/NotificationModel.qml
diff options
context:
space:
mode:
authorBernd Weimer <bernd.weimer@qt.io>2022-08-08 08:22:54 +0200
committerRobert Griebl <robert.griebl@qt.io>2022-08-08 09:28:21 +0000
commit7f3bda0bdc9c4c1c704fbcf8585e3470f9f9e9f5 (patch)
tree4b6bf03ecc16ccde72399d64769f8c047ce84b8a /imports_system/system/models/notification/NotificationModel.qml
parent4c845c092c550d118d7ca3a4ca863aa94ec78882 (diff)
Remove QML import version numbers
Change-Id: I2810c412a595b2b5729fd57f8c4a3a1a2356c363 Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'imports_system/system/models/notification/NotificationModel.qml')
-rw-r--r--imports_system/system/models/notification/NotificationModel.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/imports_system/system/models/notification/NotificationModel.qml b/imports_system/system/models/notification/NotificationModel.qml
index ba2eca9c..8cf576a6 100644
--- a/imports_system/system/models/notification/NotificationModel.qml
+++ b/imports_system/system/models/notification/NotificationModel.qml
@@ -30,8 +30,8 @@
**
****************************************************************************/
-import QtQuick 2.10
-import QtApplicationManager.SystemUI 2.0
+import QtQuick
+import QtApplicationManager.SystemUI
QtObject {
id: root