diff options
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen/data/NotificationItem.qml')
-rw-r--r-- | tests/auto/qml/qmlcppcodegen/data/NotificationItem.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/data/NotificationItem.qml b/tests/auto/qml/qmlcppcodegen/data/NotificationItem.qml new file mode 100644 index 0000000000..fba4df6453 --- /dev/null +++ b/tests/auto/qml/qmlcppcodegen/data/NotificationItem.qml @@ -0,0 +1,7 @@ +import QtQml +import TestTypes as MobileShell + +QtObject { + id: notificationItem + objectName: MobileShell.NotificationsUtils.determineNotificationHeadingText(notificationItem) +} |