Debugger: Add private header warning to all _p.h files
authorKai Koehne <kai.koehne@nokia.com>
Wed, 31 Aug 2011 07:23:45 +0000 (09:23 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 2 Sep 2011 11:13:21 +0000 (13:13 +0200)
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>
12 files changed:
src/declarative/debugger/qdeclarativedebugclient_p.h
src/declarative/debugger/qdeclarativedebuggerstatus_p.h
src/declarative/debugger/qdeclarativedebughelper_p.h
src/declarative/debugger/qdeclarativedebugserver_p.h
src/declarative/debugger/qdeclarativedebugserverconnection_p.h
src/declarative/debugger/qdeclarativedebugservice_p.h
src/declarative/debugger/qdeclarativedebugservice_p_p.h
src/declarative/debugger/qdeclarativedebugtrace_p.h
src/declarative/debugger/qdeclarativeenginedebug_p.h
src/declarative/debugger/qdeclarativeinspectorinterface_p.h
src/declarative/debugger/qdeclarativeinspectorservice_p.h
src/declarative/debugger/qpacketprotocol_p.h

index a2648d6..5b5d670 100644 (file)
 #ifndef QDECLARATIVEDEBUGCLIENT_H
 #define QDECLARATIVEDEBUGCLIENT_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 <QtNetwork/qtcpsocket.h>
 
 #include <private/qdeclarativeglobal_p.h>
index 7904a06..385301e 100644 (file)
 #ifndef QDECLARATIVEDEBUGGERSTATUS_P_H
 #define QDECLARATIVEDEBUGGERSTATUS_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/qobject.h>
 
 #include <private/qdeclarativeglobal_p.h>
index d9ed579..b92f3ba 100644 (file)
 
 #include <private/qdeclarativeglobal_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.
+//
+
 QT_BEGIN_HEADER
 
 QT_BEGIN_NAMESPACE
index 53c1077..d80633c 100644 (file)
 #include <private/qdeclarativeglobal_p.h>
 #include <private/qdeclarativedebugserverconnection_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.
+//
+
 QT_BEGIN_HEADER
 
 QT_BEGIN_NAMESPACE
index d7f0de6..832224e 100644 (file)
 
 #include <QtDeclarative/private/qdeclarativeglobal_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.
+//
+
 QT_BEGIN_HEADER
 
 QT_BEGIN_NAMESPACE
index 84e63c0..05580ee 100644 (file)
 
 #include <private/qdeclarativeglobal_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.
+//
+
 QT_BEGIN_HEADER
 
 QT_BEGIN_NAMESPACE
index 7807689..12233ed 100644 (file)
 #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>
 
index f2710cd..fb2ef53 100644 (file)
 #ifndef QDECLARATIVEDEBUGTRACE_P_H
 #define QDECLARATIVEDEBUGTRACE_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 <private/qdeclarativedebugservice_p.h>
 #include <QtCore/qelapsedtimer.h>
 
index 24d0d85..2cc6bfb 100644 (file)
 #ifndef QDECLARATIVEENGINEDEBUG_H
 #define QDECLARATIVEENGINEDEBUG_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/qobject.h>
 #include <QtCore/qurl.h>
 #include <QtCore/qvariant.h>
index cb2b604..d0d9f44 100644 (file)
 #ifndef QDECLARATIVEINSPECTORINTERFACE_H
 #define QDECLARATIVEINSPECTORINTERFACE_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 <QtDeclarative/private/qdeclarativeglobal_p.h>
 
 QT_BEGIN_HEADER
index 229a974..98b2e9d 100644 (file)
 #ifndef QDECLARATIVEINSPECTORSERVICE_H
 #define QDECLARATIVEINSPECTORSERVICE_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 "private/qdeclarativedebugservice_p.h"
 #include <private/qdeclarativeglobal_p.h>
 
index 9035d12..f7f3060 100644 (file)
 #ifndef QPACKETPROTOCOL_H
 #define QPACKETPROTOCOL_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/qobject.h>
 #include <QtCore/qdatastream.h>