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