summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qinputpanel.h
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-09-07 22:01:49 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-09-08 10:32:35 +0200
commit65f492442528c057471c46e141c8b70da9b021ec (patch)
tree29dd2952b90e3c0693cbf3f11f806911fc116f9d /src/gui/kernel/qinputpanel.h
parenta517afd54f76f6ab1845b631544345a0e32460a6 (diff)
Fix a typo in the method name
Change-Id: Ic23877e46b0b94222ae10d5ac766825ea5184e3e Reviewed-on: http://codereview.qt-project.org/4403 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qinputpanel.h b/src/gui/kernel/qinputpanel.h
index c16a18eea9..9db54b6664 100644
--- a/src/gui/kernel/qinputpanel.h
+++ b/src/gui/kernel/qinputpanel.h
@@ -73,7 +73,7 @@ public:
QWindow *inputWindow() const;
QTransform inputItemTransform() const;
- void setInputItemTranform(const QTransform &transform);
+ void setInputItemTransform(const QTransform &transform);
// in window coordinates
QRectF cursorRectangle() const; // ### what if we have rotations for the item?