aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/NotificationItem.qml
blob: fba4df645399b2a63b4d67b35fd18db8ad30720a (plain)
1
2
3
4
5
6
7
import QtQml
import TestTypes as MobileShell

QtObject {
    id: notificationItem
    objectName: MobileShell.NotificationsUtils.determineNotificationHeadingText(notificationItem)
}