summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2012-06-28 10:27:00 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-04 02:46:27 +0200
commit32c54642dd9af1f1bf48c259f55dad6d5339c5e8 (patch)
tree6239a6243ed63e1823871375fc656223f86e94a4 /src/gui
parent43aa9ff7c35c64f3d01fd1ddd8e50722cf0d3d92 (diff)
Removed private header warning from public QOpenGLPaintDevice header.
Change-Id: I9f2068d7271778e98251d8cbcfffa3a8c3e58f3d Reviewed-by: Kim M. Kalland <kim.kalland@nokia.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/opengl/qopenglpaintdevice.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gui/opengl/qopenglpaintdevice.h b/src/gui/opengl/qopenglpaintdevice.h
index c1c3dfe9f8..a07d11062f 100644
--- a/src/gui/opengl/qopenglpaintdevice.h
+++ b/src/gui/opengl/qopenglpaintdevice.h
@@ -44,18 +44,6 @@
#ifndef QT_NO_OPENGL
-//
-// W A R N I N G
-// -------------
-//
-// This file is not part of the Qt API. It exists for the convenience
-// of the QtGui module. This header file may change from
-// version to version without notice, or even be removed.
-//
-// We mean it.
-//
-
-
#include <QtGui/qpaintdevice.h>
#include <QtGui/qopengl.h>
#include <QtGui/qopenglcontext.h>