diff options
| author | duohappy <[email protected]> | 2020-12-04 14:38:36 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-04 14:38:36 +0800 |
| commit | 65a1d4eefa23ee0363db27b626c39471f535e4a3 (patch) | |
| tree | bd8fc330bb48cc0507d3881dde9ffccdbf23bdb1 | |
| parent | 45cf48edf8f7859d6469dd783d8ff7d298f7f1c6 (diff) | |
Qt style
It's no big deal, but better match Qt style.
| -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 |
