summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2016-10-18 13:26:07 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2016-10-19 10:55:42 +0000
commit0c85e3cdb57d9e2e89fb3ae2491a8df9242e472f (patch)
tree33d73d07ba731c273cdc5c3d42426d326fc158ca /src/corelib
parentef826d9268f67e9eeb32b578d2aa38c012ee926b (diff)
Add header guard and We-mean-it comment to qoperatingsystemversion_p.h
Amends change 26b2ad5a181eab7ad04ba819004bcc619c24147b Change-Id: I64c3a2338b6fa821f6951edffe6ddc050b513743 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/global/qoperatingsystemversion_p.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/corelib/global/qoperatingsystemversion_p.h b/src/corelib/global/qoperatingsystemversion_p.h
index f227e98dd1..78d0daf0c6 100644
--- a/src/corelib/global/qoperatingsystemversion_p.h
+++ b/src/corelib/global/qoperatingsystemversion_p.h
@@ -37,6 +37,20 @@
**
****************************************************************************/
+#ifndef QOPERATINGSYSTEMVERSION_P_H
+#define QOPERATINGSYSTEMVERSION_P_H
+
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists purely as an
+// implementation detail. This header file may change from version to
+// version without notice, or even be removed.
+//
+// We mean it.
+//
+
#include "qoperatingsystemversion.h"
#ifdef Q_OS_WIN
@@ -69,3 +83,5 @@ static inline QOperatingSystemVersion::OSType currentType()
}
QT_END_NAMESPACE
+
+#endif // QOPERATINGSYSTEMVERSION_P_H