smsapp: fix reference to undefined var in QML

Launching smsapp prints:
qrc:/qml/main.qml:36: ReferenceError: _initialMessage is not defined

This patch applies the changes made to the property from C++ in
c17972881b to QML.
This commit is contained in:
Rihards Skuja 2020-05-21 20:50:30 +03:00 committed by Simon Redman
parent 1d36164230
commit 60bf200723

View file

@ -33,7 +33,7 @@ Kirigami.ApplicationWindow
pageStack.initialPage: ConversationList {
title: i18nd("kdeconnect-sms", "KDE Connect SMS")
initialMessage: _initialMessage
initialMessage: initialMessage
}
Component {