summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@nokia.com>2011-03-24 09:27:20 +0100
committerRainer Keller <rainer.keller@nokia.com>2011-04-14 15:09:25 +0200
commitcd747283681fb8c90b1ba188aec07bb56ad58086 (patch)
tree698a63db1ec3abf97f04b685ab5e278bed1d42d5 /src
parent46c1b55b84ba7e681d068e502af0f29707bed8d5 (diff)
Remove compile warning
Diffstat (limited to 'src')
-rw-r--r--src/other/deviceitem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other/deviceitem.cpp b/src/other/deviceitem.cpp
index fefd6e8..e02bdd0 100644
--- a/src/other/deviceitem.cpp
+++ b/src/other/deviceitem.cpp
@@ -538,8 +538,8 @@ void KeyButton::mouseReleaseEvent(QGraphicsSceneMouseEvent *event)
SymbianSoftKeyButton::SymbianSoftKeyButton(const SymbianSoftKeyButtonData &button, QGraphicsItem *parent)
: QGraphicsObject(parent)
, mButton(button)
- , mMouseOver(false)
, mTextSize(12)
+ , mMouseOver(false)
{
setFlag(QGraphicsItem::ItemIsFocusable);
setFocusProxy(parent);