summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2014-08-17 00:33:15 +0200
committerSamuel Gaist <samuel.gaist@edeltech.ch>2014-08-18 09:42:35 +0200
commit5f84c03dbe47e442be3c511d7425ef3dd008e61a (patch)
tree1bdb56590267f48f59c7bffa9c6b21162cd6003d /src/imports
parent85fb916b9b50ded3a5072181d20463428f4a138a (diff)
Add missing private headers warning
Change-Id: Ie9ba1ca09620b55d99b65ac7dd9bf0fa9e29da56 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/serviceframework/qdeclarativeservice_p.h12
-rw-r--r--src/imports/serviceframework/qdeclarativeserviceold_p.h17
2 files changed, 26 insertions, 3 deletions
diff --git a/src/imports/serviceframework/qdeclarativeservice_p.h b/src/imports/serviceframework/qdeclarativeservice_p.h
index a8c180cb..298a598e 100644
--- a/src/imports/serviceframework/qdeclarativeservice_p.h
+++ b/src/imports/serviceframework/qdeclarativeservice_p.h
@@ -41,6 +41,18 @@
#ifndef QDECLARATIVESERVICE_P_H
#define QDECLARATIVESERVICE_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>
#include <qserviceinterfacedescriptor.h>
#include <qservicemanager.h>
diff --git a/src/imports/serviceframework/qdeclarativeserviceold_p.h b/src/imports/serviceframework/qdeclarativeserviceold_p.h
index d39fdffe..830878c3 100644
--- a/src/imports/serviceframework/qdeclarativeserviceold_p.h
+++ b/src/imports/serviceframework/qdeclarativeserviceold_p.h
@@ -39,8 +39,19 @@
**
***************************************************************************/
-#ifndef QDECLARATIVESERVICE_H
-#define QDECLARATIVESERVICE_H
+#ifndef QDECLARATIVESERVICEOLD_P_H
+#define QDECLARATIVESERVICEOLD_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>
#include <qserviceinterfacedescriptor.h>
@@ -206,4 +217,4 @@ QT_END_NAMESPACE
QML_DECLARE_TYPE(QDeclarativeService);
QML_DECLARE_TYPE(QDeclarativeServiceList);
-#endif
+#endif //QDECLARATIVESERVICEOLD_P_H