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>
This commit is contained in:
Samuel Rødal 2012-06-28 10:27:00 +02:00 committed by Qt by Nokia
parent 43aa9ff7c3
commit 32c54642dd

View File

@ -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>