Make examples build with Qt-in-namespace
Change-Id: Ie4710b8f3afb44191927bab94eb47e00207cb831 Reviewed-on: http://codereview.qt-project.org/5684 Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
This commit is contained in:
parent
dea76f3496
commit
a1d19b0917
@ -43,7 +43,9 @@
|
||||
#define PRINTVIEW_H
|
||||
|
||||
#include <QTableView>
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QPrinter;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class PrintView : public QTableView
|
||||
{
|
||||
|
@ -46,7 +46,9 @@
|
||||
#include <QColor>
|
||||
#include <QTime>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QOpenGLContext;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class Renderer : public QObject
|
||||
{
|
||||
|
@ -47,7 +47,9 @@
|
||||
#include <QColor>
|
||||
#include <QTime>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QOpenGLContext;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
class PaintedWindow : public QWindow
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user