diff options
| author | duohappy <[email protected]> | 2020-12-04 14:39:48 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-04 14:39:48 +0800 |
| commit | 7c99f0fe1cbce6c62f326a1b31daa62f016489c8 (patch) | |
| tree | 30c56742394dabe2dff9a8bd9a8aca6b2a04a752 | |
| parent | 65a1d4eefa23ee0363db27b626c39471f535e4a3 (diff) | |
Qt style
It's not big deal, but better match with Qt style.
| -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 |
