diff options
author | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-10-05 11:21:12 +0200 |
---|---|---|
committer | Liang Qi <liang.qi@theqtcompany.com> | 2015-10-08 07:59:01 +0000 |
commit | 403112bdfafbfd1f90593c163e812b45a741a5d6 (patch) | |
tree | 366ef2d007b9c9da572e6bde04c9538da3602529 /src/location/places/qplaceimage_p.h | |
parent | b645aeb834314d59bab0a336802409bb4b004feb (diff) | |
download | qtlocation-403112bdfafbfd1f90593c163e812b45a741a5d6.tar.gz |
Add missing "We mean it" comments to private headers.
Change-Id: Id3ef277b5610a45ffa42850dd9415e963ed45285
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src/location/places/qplaceimage_p.h')
-rw-r--r-- | src/location/places/qplaceimage_p.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/location/places/qplaceimage_p.h b/src/location/places/qplaceimage_p.h index b8a4d0f7..4030b08d 100644 --- a/src/location/places/qplaceimage_p.h +++ b/src/location/places/qplaceimage_p.h @@ -37,6 +37,17 @@ #ifndef QPLACEIMAGE_P_H #define QPLACEIMAGE_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 <QtCore/QSharedData> #include <QtCore/QUrl> |