From 65f492442528c057471c46e141c8b70da9b021ec Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 7 Sep 2011 22:01:49 +0200 Subject: Fix a typo in the method name Change-Id: Ic23877e46b0b94222ae10d5ac766825ea5184e3e Reviewed-on: http://codereview.qt-project.org/4403 Reviewed-by: Qt Sanity Bot Reviewed-by: Vesa Rantanen Reviewed-by: Lars Knoll --- src/gui/kernel/qinputpanel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/kernel/qinputpanel.h') 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? -- cgit v1.2.3