Don't show different news item while hovering mouse over it

Change-Id: I585a8aca2cfa689d3c5ce324c8330fb4c0bd7fef
Reviewed-on: http://codereview.qt.nokia.com/994
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
This commit is contained in:
Eike Ziller
2011-07-01 11:06:00 +02:00
parent 5030c3c42f
commit 181b30316c

View File

@@ -117,6 +117,8 @@ Item {
anchors.fill: column;
onClicked: Qt.openUrlExternally(link);
hoverEnabled: true;
onEntered: timer.stop()
onExited: timer.restart()
id: mouseArea
}