summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qremoteobjectreplica_p.h
diff options
context:
space:
mode:
authorKevin Funk <kevin.funk.ford@kdab.com>2016-11-30 10:55:50 +0100
committerKevin Funk <kevin.funk@kdab.com>2016-11-30 12:21:03 +0000
commite49ea0d789a0289fe5363f128b9139ba3d339574 (patch)
treed5daa9a5507822ba9d28b35e5d0ee5a477f9bd5c /src/remoteobjects/qremoteobjectreplica_p.h
parent4b080c7e589cae322be30dc0b35fcf5a00e20d09 (diff)
Fix warnings from syncqt.pl
- Add "we mean it" warning to private headers - Properly include module headers in public headers Change-Id: I3feded431f890fd451c07920edb102ae902a0fb9 Reviewed-by: Continuous Integration (KDAB) <build@kdab.com> Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
Diffstat (limited to 'src/remoteobjects/qremoteobjectreplica_p.h')
-rw-r--r--src/remoteobjects/qremoteobjectreplica_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/remoteobjects/qremoteobjectreplica_p.h b/src/remoteobjects/qremoteobjectreplica_p.h
index c518cc6..c093572 100644
--- a/src/remoteobjects/qremoteobjectreplica_p.h
+++ b/src/remoteobjects/qremoteobjectreplica_p.h
@@ -42,6 +42,17 @@
#ifndef QREMOTEOBJECTREPLICA_P_H
#define QREMOTEOBJECTREPLICA_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 "qremoteobjectreplica.h"
#include "qremoteobjectpendingcall.h"