Update qmlnotifyservice.h

Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
Oleg-designer 2021-04-16 09:58:21 +03:00 committed by GitHub
parent 425e3f84e3
commit 6999c2944d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ class QQmlApplicationEngine;
* @endcode * @endcode
* *
* in qml : * in qml :
* @code cpp * @code qml
* NotificationServiceView { * NotificationServiceView {
anchors.fill: parent; anchors.fill: parent;
} }