Add header guard and We-mean-it comment to qoperatingsystemversion_p.h
Amends change 26b2ad5a18
Change-Id: I64c3a2338b6fa821f6951edffe6ddc050b513743
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
ef826d9268
commit
0c85e3cdb5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user