1
0
Fork 0

#pragma once header guard

This commit is contained in:
Kevin Matz 2021-08-06 12:15:02 -04:00
parent 23a4647342
commit d7eb23a120
1 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,4 @@
#ifndef QT_GLOBAL_H
#define QT_GLOBAL_H
#pragma once
#include <QtCore/qglobal.h>
@ -8,5 +7,3 @@
#else
# define QT_EXPORT Q_DECL_IMPORT
#endif
#endif // QT_GLOBAL_H