8 lines
182 B
QML
8 lines
182 B
QML
|
import QtQml
|
||
|
import TestTypes as MobileShell
|
||
|
|
||
|
QtObject {
|
||
|
id: notificationItem
|
||
|
objectName: MobileShell.NotificationsUtils.determineNotificationHeadingText(notificationItem)
|
||
|
}
|