summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxtextedit.cpp
diff options
context:
space:
mode:
authorTapani Mikola <tapani.mikola@nokia.com>2009-08-13 19:20:13 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-08-14 00:12:56 (GMT)
commitc0ea7090a6db60c315dae3534fcaf05d1b2591e1 (patch)
treed30306ab4b944a0cb23af183e0482332d699a13f /src/declarative/fx/qfxtextedit.cpp
parentafee70b2bd6b4eeaa85c24f148e51dcd985b6876 (diff)
downloadQt-c0ea7090a6db60c315dae3534fcaf05d1b2591e1.zip
Qt-c0ea7090a6db60c315dae3534fcaf05d1b2591e1.tar.gz
Qt-c0ea7090a6db60c315dae3534fcaf05d1b2591e1.tar.bz2
Fix to QFxWebView to show cursor in focused text input. Correction textedit and lineedit so that they emit focuschanged signals. Clean ups to webbrowser.qml.
Diffstat (limited to 'src/declarative/fx/qfxtextedit.cpp')
-rw-r--r--src/declarative/fx/qfxtextedit.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxtextedit.cpp b/src/declarative/fx/qfxtextedit.cpp
index 3013ac2..379e12f 100644
--- a/src/declarative/fx/qfxtextedit.cpp
+++ b/src/declarative/fx/qfxtextedit.cpp
@@ -885,6 +885,7 @@ void QFxTextEdit::keyReleaseEvent(QKeyEvent *event)
void QFxTextEdit::focusChanged(bool hasFocus)
{
setCursorVisible(hasFocus);
+ emit QFxItem::focusChanged();
}
/*!