summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qinputpanel.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-09-07 16:59:05 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-09-08 10:31:47 +0200
commit4beac1add946b382747d7d95c7532e4539efe7c9 (patch)
treee73a897f9b448ac3fcacbfbe34a908bacd717fde /src/gui/kernel/qinputpanel.h
parent6604e1a32481bf311e134c77c5f0aa654909f8d9 (diff)
Add a forward declaration for QTransform
Change-Id: I6a67a48cb700bfca7c6f6b55fe5ef30b4fdcf400 Reviewed-on: http://codereview.qt-project.org/4398 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Vesa Rantanen <vesa.rantanen@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/gui/kernel/qinputpanel.h')
-rw-r--r--src/gui/kernel/qinputpanel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qinputpanel.h b/src/gui/kernel/qinputpanel.h
index 2348fbd62f..c88edbce36 100644
--- a/src/gui/kernel/qinputpanel.h
+++ b/src/gui/kernel/qinputpanel.h
@@ -53,6 +53,7 @@ QT_MODULE(Gui)
class QInputPanelPrivate;
class QWindow;
class QRectF;
+class QTransform;
class Q_GUI_EXPORT QInputPanel : public QObject
{