4
0
mirror of https://github.com/QuasarApp/SimpleQmlNotify.git synced 2025-05-09 03:39:33 +00:00

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

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