diff options
author | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-01-29 17:51:23 +0100 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2017-01-30 09:29:22 +0000 |
commit | 04ffcf20401f7d6aa18d57029259e49bd096d901 (patch) | |
tree | 96bbb049488b0bafc8d01b81f0321ff40a219f76 /src/location/declarativeplaces | |
parent | a9d5290af024735424c90e3834907dae7ce3620e (diff) | |
download | qtlocation-04ffcf20401f7d6aa18d57029259e49bd096d901.tar.gz |
Add disclaimer to all private classes in the location module
This patch adds the warning disclaimer on a few classes in the location
module that still missed it.
Change-Id: Idef6cb32b6b628dc82aaaff2630b6b7d7281b774
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/declarativeplaces')
3 files changed, 33 insertions, 0 deletions
diff --git a/src/location/declarativeplaces/qdeclarativeplacecontentmodel_p.h b/src/location/declarativeplaces/qdeclarativeplacecontentmodel_p.h index a8ed2fdb..05b559ae 100644 --- a/src/location/declarativeplaces/qdeclarativeplacecontentmodel_p.h +++ b/src/location/declarativeplaces/qdeclarativeplacecontentmodel_p.h @@ -37,6 +37,17 @@ #ifndef QDECLARATIVEPLACECONTENTMODEL_H #define QDECLARATIVEPLACECONTENTMODEL_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 <QtLocation/private/qlocationglobal_p.h> #include <QtCore/QAbstractListModel> #include <QtQml/QQmlParserStatus> diff --git a/src/location/declarativeplaces/qdeclarativeplaceeditorialmodel_p.h b/src/location/declarativeplaces/qdeclarativeplaceeditorialmodel_p.h index f574677a..b00e2af3 100644 --- a/src/location/declarativeplaces/qdeclarativeplaceeditorialmodel_p.h +++ b/src/location/declarativeplaces/qdeclarativeplaceeditorialmodel_p.h @@ -37,6 +37,17 @@ #ifndef QDECLARATIVEPLACEEDITORIALMODEL_H #define QDECLARATIVEPLACEEDITORIALMODEL_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 <QtLocation/private/qlocationglobal_p.h> #include <QtLocation/private/qdeclarativeplacecontentmodel_p.h> diff --git a/src/location/declarativeplaces/qdeclarativesearchmodelbase_p.h b/src/location/declarativeplaces/qdeclarativesearchmodelbase_p.h index cb8e4032..2bf1aab5 100644 --- a/src/location/declarativeplaces/qdeclarativesearchmodelbase_p.h +++ b/src/location/declarativeplaces/qdeclarativesearchmodelbase_p.h @@ -37,6 +37,17 @@ #ifndef QDECLARATIVESEARCHMODELBASE_H #define QDECLARATIVESEARCHMODELBASE_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 <QtLocation/private/qlocationglobal_p.h> #include <QtLocation/private/qdeclarativegeoserviceprovider_p.h> #include <QtCore/QAbstractListModel> |