Update qmlnotifyservice.h

Co-authored-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
Oleg-designer 2021-04-16 10:23:12 +03:00 committed by GitHub
parent 79478790ed
commit 5d3ad274e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ class QQmlApplicationEngine;
* @endcode * @endcode
* Questions * Questions
* CPP * CPP
* @code cpp * @code{cpp}
#include <qmlnotifyservice.h> #include <qmlnotifyservice.h>
int main() { int main() {
@ -43,7 +43,7 @@ class QQmlApplicationEngine;
} }
* @endcode * @endcode
* QML * QML
* @code qml * @code{qml}
NotificationServiceView { NotificationServiceView {
anchors.fill: parent; anchors.fill: parent;
} }