Implement implicit constructors for built-in classes.
[profile/ivi/qtbase.git] / src / gui / painting / qpagedpaintdevice.cpp
index b17413b..dc05bc3 100644 (file)
@@ -1,8 +1,7 @@
 /****************************************************************************
 **
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/
 **
 ** This file is part of the QtGui module of the Qt Toolkit.
 **
 **
 **
 **
+**
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
 
+#include "qpagedpaintdevice_p.h"
 #include <qpagedpaintdevice.h>
 
 QT_BEGIN_NAMESPACE
 
-class QPagedPaintDevicePrivate
-{
-public:
-    QPagedPaintDevice::PageSize pageSize;
-    QSizeF pageSizeMM;
-    QPagedPaintDevice::Margins margins;
-};
-
 static const struct {
     float width;
     float height;
@@ -89,6 +82,7 @@ static const struct {
 
 /*!
     \class QPagedPaintDevice
+    \inmodule QtGui
 
     \brief The QPagedPaintDevice class is a represents a paintdevice that supports
     multiple pages.