aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/debugger/qdeclarativedebugservice_p_p.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2011-08-31 09:23:45 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-02 13:13:21 +0200
commita439673745ea1c92fe236c3928c34fa3f0637eec (patch)
tree386ebda7f20b6ddd543bb0cdc519dca3d9004413 /src/declarative/debugger/qdeclarativedebugservice_p_p.h
parentb66a981bf10fccabc14f97bb0cb5ee2f973e15a8 (diff)
Debugger: Add private header warning to all _p.h files
Change-Id: Ib5cccd8a2f252a2e67c8e0fdf979c3e8114ff131 Reviewed-on: http://codereview.qt.nokia.com/3940 Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com> Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Diffstat (limited to 'src/declarative/debugger/qdeclarativedebugservice_p_p.h')
-rw-r--r--src/declarative/debugger/qdeclarativedebugservice_p_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/declarative/debugger/qdeclarativedebugservice_p_p.h b/src/declarative/debugger/qdeclarativedebugservice_p_p.h
index 78076892cb..12233ed739 100644
--- a/src/declarative/debugger/qdeclarativedebugservice_p_p.h
+++ b/src/declarative/debugger/qdeclarativedebugservice_p_p.h
@@ -42,6 +42,17 @@
#ifndef QDECLARATIVEDEBUGSERVICE_P_H
#define QDECLARATIVEDEBUGSERVICE_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/qglobal.h>
#include <private/qobject_p.h>