diff options
| -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 |
