summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qinputpanel.h
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-01-08 22:19:36 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-09 18:53:22 +0100
commit90a7e6953d85a4d25502783e03c1bc48316f08b3 (patch)
tree3a010c533acbf855a38a6e144edcae9bbddaf459 /src/gui/kernel/qinputpanel.h
parentab7c7b66ec5750d95e8699a18240d814d956f177 (diff)
Fix constness of QInputPanel::keyboardRectangle()
Change-Id: I13552ed0c357b19486f389a8fbf2c338652437c9 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@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 33e49f28f4..c33bd13451 100644
--- a/src/gui/kernel/qinputpanel.h
+++ b/src/gui/kernel/qinputpanel.h
@@ -82,7 +82,7 @@ public:
QRectF cursorRectangle() const; // ### what if we have rotations for the item?
// keyboard geometry in window coords
- QRectF keyboardRectangle();
+ QRectF keyboardRectangle() const;
enum Action {
Click,