diff options
| author | ruki <[email protected]> | 2020-12-04 17:38:37 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-04 17:38:37 +0800 |
| commit | 62835bf668835827ceda62afc4638399e486cfe5 (patch) | |
| tree | 3c28b8a2bc9cb611854a408b3231b559576e3980 | |
| parent | 22758e030b785944074bbce1a9c6638214367beb (diff) | |
| parent | 7c99f0fe1cbce6c62f326a1b31daa62f016489c8 (diff) | |
Merge pull request #1111 from duohappy/master
minor revisions in qt.shared
| -rw-r--r-- | xmake/templates/c++/qt.shared/project/src/demo.h | 2 | ||||
| -rw-r--r-- | xmake/templates/c++/qt.shared/project/src/demo_global.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xmake/templates/c++/qt.shared/project/src/demo.h b/xmake/templates/c++/qt.shared/project/src/demo.h index d88dc29ee..a0c8d28c6 100644 --- a/xmake/templates/c++/qt.shared/project/src/demo.h +++ b/xmake/templates/c++/qt.shared/project/src/demo.h @@ -10,4 +10,4 @@ public: QtDemo(); }; -#endif // QT_TEST5_H +#endif // QT_DEMO_H diff --git a/xmake/templates/c++/qt.shared/project/src/demo_global.h b/xmake/templates/c++/qt.shared/project/src/demo_global.h index 25abfb05c..a1daff02a 100644 --- a/xmake/templates/c++/qt.shared/project/src/demo_global.h +++ b/xmake/templates/c++/qt.shared/project/src/demo_global.h @@ -9,4 +9,4 @@ # define QT_DEMOSHARED_EXPORT Q_DECL_IMPORT #endif -#endif // QT_TEST5_GLOBAL_H +#endif // QT_DEMO_GLOBAL_H |
