summaryrefslogtreecommitdiffstats
path: root/src/serviceframework/ipc/ipcendpoint_p.h
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/serviceframework/ipc/ipcendpoint_p.h
parent85fb916b9b50ded3a5072181d20463428f4a138a (diff)
Add missing private headers warning
Change-Id: Ie9ba1ca09620b55d99b65ac7dd9bf0fa9e29da56 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/serviceframework/ipc/ipcendpoint_p.h')
-rw-r--r--src/serviceframework/ipc/ipcendpoint_p.h17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/serviceframework/ipc/ipcendpoint_p.h b/src/serviceframework/ipc/ipcendpoint_p.h
index 0cfebb2c..43952684 100644
--- a/src/serviceframework/ipc/ipcendpoint_p.h
+++ b/src/serviceframework/ipc/ipcendpoint_p.h
@@ -39,8 +39,19 @@
**
****************************************************************************/
-#ifndef Q_SERVICECOMM_P_H
-#define Q_SERVICECOMM_P_H
+#ifndef Q_IPCENDPOINT_P_H
+#define Q_IPCENDPOINT_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 "qserviceframeworkglobal.h"
#include <QObject>
@@ -86,4 +97,4 @@ protected:
QT_END_NAMESPACE
-#endif //Q_SERVICECOMM_P_H
+#endif //Q_IPCENDPOINT_P_H