From 61b683c0591a41394e30d8f1099a856d7f4a552e Mon Sep 17 00:00:00 2001 From: EndrII Date: Thu, 27 May 2021 10:12:43 +0300 Subject: [PATCH] fix readme --- CMake | 2 +- README.md | 14 +++++++------- qmlNotify_languages/en.ts | 2 -- qmlNotify_languages/ja.ts | 2 -- qmlNotify_languages/ru.ts | 2 -- qmlNotify_languages/tr.ts | 2 -- qmlNotify_languages/uk.ts | 2 -- 7 files changed, 8 insertions(+), 18 deletions(-) diff --git a/CMake b/CMake index b32cca6..cd05493 160000 --- a/CMake +++ b/CMake @@ -1 +1 @@ -Subproject commit b32cca62386311ec32f16c0bbf13df446ace5873 +Subproject commit cd05493c3a43b04f26c3e3432df4283eb4509d8c diff --git a/README.md b/README.md index 0e54905..3384f0d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Simple Qml notification service for qml applications. * git submodule add https://github.com/QuasarApp/SimpleQmlNotify.git # add the repository of QSimpleQmlNotify into your repo like submodule * git submodule update --init --recursive * Include in your pro file the pri file of Qt-Secret library - ``` qmake + ```qmake include($$PWD/SimpleQmlNotify/QmlNotify.pri) ``` * Rebuild yuor project @@ -21,7 +21,7 @@ Simple Qml notification service for qml applications. * git submodule add https://github.com/QuasarApp/SimpleQmlNotify.git # add the repository of QSimpleQmlNotify into your repo like submodule * git submodule update --init --recursive * Include in your CMakeLists.txt file the main CMakeLists.txt file of QSimpleQmlNotify library - ``` cmake + ```cmake include(QmlNotyfyService) ``` * Rebuild yuor project @@ -43,7 +43,7 @@ Simple Qml notification service for qml applications. ### Notification #### CPP -``` cpp +```cpp #include int main() { @@ -57,7 +57,7 @@ Simple Qml notification service for qml applications. #### QML -``` qml +```qml NotificationServiceView { anchors.fill: parent; @@ -69,7 +69,7 @@ Simple Qml notification service for qml applications. #### CPP -``` cpp +```cpp #include int main() { @@ -92,7 +92,7 @@ Simple Qml notification service for qml applications. #### QML -``` qml +```qml NotificationServiceView { anchors.fill: parent; @@ -124,4 +124,4 @@ if(!QuasarAppUtils::Locales::init(locale, {":/qmlNotify_languages/"})) { ``` Or you can manually load needed qm file. -All qm files located in qmlNotify_languages folder. \ No newline at end of file +All qm files located in qmlNotify_languages folder. diff --git a/qmlNotify_languages/en.ts b/qmlNotify_languages/en.ts index 8077364..9d8f17e 100644 --- a/qmlNotify_languages/en.ts +++ b/qmlNotify_languages/en.ts @@ -4,8 +4,6 @@ NotificationForm - - Message Message diff --git a/qmlNotify_languages/ja.ts b/qmlNotify_languages/ja.ts index 2de73d8..84649da 100644 --- a/qmlNotify_languages/ja.ts +++ b/qmlNotify_languages/ja.ts @@ -4,8 +4,6 @@ NotificationForm - - Message メッセージ diff --git a/qmlNotify_languages/ru.ts b/qmlNotify_languages/ru.ts index c7975fe..2e44356 100644 --- a/qmlNotify_languages/ru.ts +++ b/qmlNotify_languages/ru.ts @@ -4,8 +4,6 @@ NotificationForm - - Message Cообщение diff --git a/qmlNotify_languages/tr.ts b/qmlNotify_languages/tr.ts index 98c8116..aefaa8f 100644 --- a/qmlNotify_languages/tr.ts +++ b/qmlNotify_languages/tr.ts @@ -4,8 +4,6 @@ NotificationForm - - Message İleti diff --git a/qmlNotify_languages/uk.ts b/qmlNotify_languages/uk.ts index a0fa610..04fd4ff 100644 --- a/qmlNotify_languages/uk.ts +++ b/qmlNotify_languages/uk.ts @@ -4,8 +4,6 @@ NotificationForm - - Message Повідомлення