Add 'we mean it' header to qpa headers
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
Sat, 14 Apr 2012 00:49:04 +0000 (17:49 -0700)
committerQt by Nokia <qt-info@nokia.com>
Mon, 16 Apr 2012 16:31:52 +0000 (18:31 +0200)
The QPA api is internal and not meant to be used by app users.

Change-Id: I37245e9635bf22f2454e763699dd58eca6565b63
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
18 files changed:
src/gui/accessible/qplatformaccessibility_qpa.h
src/gui/kernel/qplatformclipboard_qpa.h
src/gui/kernel/qplatformcursor_qpa.h
src/gui/kernel/qplatformdialoghelper_qpa.h
src/gui/kernel/qplatformdrag_qpa.h
src/gui/kernel/qplatforminputcontext_qpa.h
src/gui/kernel/qplatformintegration_qpa.h
src/gui/kernel/qplatformnativeinterface_qpa.h
src/gui/kernel/qplatformopenglcontext_qpa.h
src/gui/kernel/qplatformscreen_qpa.h
src/gui/kernel/qplatformscreenpageflipper_qpa.h
src/gui/kernel/qplatformservices_qpa.h
src/gui/kernel/qplatformsharedgraphicscache_qpa.h
src/gui/kernel/qplatformsurface_qpa.h
src/gui/kernel/qplatformtheme_qpa.h
src/gui/kernel/qplatformwindow_qpa.h
src/gui/painting/qplatformbackingstore_qpa.h
src/gui/text/qplatformfontdatabase_qpa.h

index 3bd6316..b1efd7c 100644 (file)
 #ifndef QPLATFORMACCESSIBILITY_H
 #define QPLATFORMACCESSIBILITY_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>
 #ifndef QT_NO_ACCESSIBILITY
 
index 4dd672b..95c8103 100644 (file)
 #ifndef QPLATFORMCLIPBOARD_QPA_H
 #define QPLATFORMCLIPBOARD_QPA_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 <qplatformdefs.h>
 
 #ifndef QT_NO_CLIPBOARD
index c1a572b..fb3e460 100644 (file)
 #ifndef QPLATFORMCURSOR_QPA_H
 #define QPLATFORMCURSOR_QPA_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/QList>
 #include <QtGui/QImage>
 #include <QtGui/QMouseEvent>
index 5fdffae..80a9f0e 100644 (file)
 #ifndef QPLATFORMDIALOGHELPER_H
 #define QPLATFORMDIALOGHELPER_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/QtGlobal>
 #include <QtCore/QObject>
 #include <QtCore/QList>
index 2213370..14282c5 100644 (file)
 #ifndef QPLATFORMDRAG_H
 #define QPLATFORMDRAG_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 <QtGui/QPixmap>
 
index 5e8060c..696146b 100644 (file)
 #ifndef QPLATFORMINPUTCONTEXT_H
 #define QPLATFORMINPUTCONTEXT_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/qinputpanel.h>
 
 QT_BEGIN_HEADER
index fe40fd3..a44f434 100644 (file)
 #ifndef QPLATFORMINTEGRATION_H
 #define QPLATFORMINTEGRATION_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/qwindowdefs.h>
 #include <QtGui/qplatformscreen_qpa.h>
 #include <QtGui/qsurfaceformat.h>
index dd1ef22..68dd991 100644 (file)
 #ifndef QPLATFORMNATIVEINTERFACE_QPA_H
 #define QPLATFORMNATIVEINTERFACE_QPA_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/qwindowdefs.h>
 #include <QtCore/QObject>
 #include <QtCore/QVariant>
index af70368..ddcb87a 100644 (file)
 #ifndef QPLATFORMGLCONTEXT_H
 #define QPLATFORMGLCONTEXT_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 <QtCore/qnamespace.h>
index b6eb91f..71d7348 100644 (file)
 #ifndef QPLATFORMSCREEN_H
 #define QPLATFORMSCREEN_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/qmetatype.h>
 #include <QtCore/qnamespace.h>
 #include <QtCore/qcoreevent.h>
index 850f9d8..116d2db 100644 (file)
 #ifndef QPLATFORMSCREENPAGEFLIPPER_QPA_H
 #define QPLATFORMSCREENPAGEFLIPPER_QPA_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>
 
 QT_BEGIN_HEADER
index aff2e5d..c9bfe02 100644 (file)
 #ifndef QPLATFORMSERVICES_QPA_H
 #define QPLATFORMSERVICES_QPA_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/QtGlobal>
 
 QT_BEGIN_HEADER
index b2a3027..b8de1c4 100644 (file)
 #ifndef QPLATFORMSHAREDGRAPHICSCACHE_QPA_H
 #define QPLATFORMSHAREDGRAPHICSCACHE_QPA_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/qimage.h>
 
index 76d5c54..e629f11 100644 (file)
 #ifndef QPLATFORMSURFACE_H
 #define QPLATFORMSURFACE_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/qnamespace.h>
 #include <QtGui/qsurface.h>
 #include <QtGui/qsurfaceformat.h>
index 6ac6a0f..8d936e8 100644 (file)
 #ifndef QPLATFORMTHEME_H
 #define QPLATFORMTHEME_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/QtGlobal>
 
 QT_BEGIN_HEADER
index 170f621..a2b6bcb 100644 (file)
 #ifndef QPLATFORMWINDOW_H
 #define QPLATFORMWINDOW_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/qscopedpointer.h>
 #include <QtCore/qrect.h>
 #include <QtCore/qmargins.h>
index 8049c64..acf184b 100644 (file)
 #ifndef QPLATFORMBACKINGSTORE_QPA_H
 #define QPLATFORMBACKINGSTORE_QPA_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/qrect.h>
 
 #include <QtGui/qwindow.h>
index 9fe3b03..08faf8d 100644 (file)
 #ifndef QPLATFORMFONTDATABASE_QPA_H
 #define QPLATFORMFONTDATABASE_QPA_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/qconfig.h>
 #include <QtCore/QString>
 #include <QtCore/QStringList>