From 65a1d4eefa23ee0363db27b626c39471f535e4a3 Mon Sep 17 00:00:00 2001 From: duohappy Date: Fri, 4 Dec 2020 14:38:36 +0800 Subject: Qt style It's no big deal, but better match Qt style. --- xmake/templates/c++/qt.shared/project/src/demo_global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3.1