diff options
| -rw-r--r-- | xmake/templates/c++/qt.shared/project/src/demo_global.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
