summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxtextedit.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-08-14 00:54:45 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-08-14 00:54:45 (GMT)
commit1416c6ec1819ff4bd50e7ec964591ca67239e6e0 (patch)
tree27c9bfe45ec0a0c74bd94ea5ac6d44964a56258a /src/declarative/fx/qfxtextedit.cpp
parentc0ea7090a6db60c315dae3534fcaf05d1b2591e1 (diff)
downloadQt-1416c6ec1819ff4bd50e7ec964591ca67239e6e0.zip
Qt-1416c6ec1819ff4bd50e7ec964591ca67239e6e0.tar.gz
Qt-1416c6ec1819ff4bd50e7ec964591ca67239e6e0.tar.bz2
Make calling base class focusChanged a protocol.
Diffstat (limited to 'src/declarative/fx/qfxtextedit.cpp')
-rw-r--r--src/declarative/fx/qfxtextedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxtextedit.cpp b/src/declarative/fx/qfxtextedit.cpp
index 379e12f..1391490 100644
--- a/src/declarative/fx/qfxtextedit.cpp
+++ b/src/declarative/fx/qfxtextedit.cpp
@@ -885,7 +885,7 @@ void QFxTextEdit::keyReleaseEvent(QKeyEvent *event)
void QFxTextEdit::focusChanged(bool hasFocus)
{
setCursorVisible(hasFocus);
- emit QFxItem::focusChanged();
+ QFxItem::focusChanged(hasFocus);
}
/*!