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