Added private header warnings in src/gui/kernel
authorSamuel Rødal <samuel.rodal@digia.com>
Fri, 9 Nov 2012 12:14:33 +0000 (13:14 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 9 Nov 2012 18:06:10 +0000 (19:06 +0100)
Change-Id: If3ad9d1e18543639f9e6abb8899b72772bc70c83
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
src/gui/kernel/qguiapplication_p.h
src/gui/kernel/qinputmethod_p.h
src/gui/kernel/qopenglcontext_p.h
src/gui/kernel/qplatforminputcontext_p.h
src/gui/kernel/qscreen_p.h
src/gui/kernel/qtouchdevice_p.h
src/gui/kernel/qwindow_p.h
src/gui/kernel/qwindowsysteminterface_p.h

index c9eb672..173f4e6 100644 (file)
 #ifndef QGUIAPPLICATION_P_H
 #define QGUIAPPLICATION_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 <QtGui/qguiapplication.h>
 
 #include <QtCore/QPointF>
index f35d135..566b341 100644 (file)
 #ifndef QINPUTMETHOD_P_H
 #define QINPUTMETHOD_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 <qinputmethod.h>
 #include <private/qobject_p.h>
 #include <QtCore/QWeakPointer>
index efce991..198528d 100644 (file)
 #ifndef QOPENGLCONTEXT_P_H
 #define QOPENGLCONTEXT_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.
+//
+
 #ifndef QT_NO_OPENGL
 
 #include "qopengl.h"
index 3dc2ad2..19a3619 100644 (file)
 #ifndef QPLATFORMINPUTCONTEXT_P_H
 #define QPLATFORMINPUTCONTEXT_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/qobject_p.h>
 
 QT_BEGIN_HEADER
index f3b6082..aea108f 100644 (file)
 #ifndef QSCREEN_P_H
 #define QSCREEN_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 <QtGui/qscreen.h>
 #include <qpa/qplatformscreen.h>
 
index e58c795..ff6e0ff 100644 (file)
 #ifndef QTOUCHDEVICE_P_H
 #define QTOUCHDEVICE_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 <QtGui/qtouchdevice.h>
 
index e522368..fcc5540 100644 (file)
 #ifndef QWINDOW_P_H
 #define QWINDOW_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 <QtGui/qwindow.h>
 #include <qpa/qplatformwindow.h>
 
@@ -52,7 +63,6 @@ QT_BEGIN_HEADER
 
 QT_BEGIN_NAMESPACE
 
-
 #define QWINDOWSIZE_MAX ((1<<24)-1)
 
 class Q_GUI_EXPORT QWindowPrivate : public QObjectPrivate
index 1b5351d..5867337 100644 (file)
 #ifndef QWINDOWSYSTEMINTERFACE_P_H
 #define QWINDOWSYSTEMINTERFACE_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 "qwindowsysteminterface.h"
 
 #include <QElapsedTimer>