summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJuha Kukkonen <ext-juha.kukkonen@nokia.com>2012-03-09 08:12:36 +0200
committerJuha Kukkonen <ext-juha.kukkonen@nokia.com>2012-03-09 08:12:36 +0200
commit56d38afe246361637502be95c1e4e2bfd7f34d74 (patch)
tree15761579bef4228be1607e341433d58904364800 /plugins
parent9220ed3023f9bb7dde362343255e9358905de34a (diff)
Improve GeneralInfo QML Element documentation.
Fixed signal name. Task-number: QTMOBILITY-1876
Diffstat (limited to 'plugins')
-rw-r--r--plugins/declarative/systeminfo/qdeclarativegeneralinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/declarative/systeminfo/qdeclarativegeneralinfo.cpp b/plugins/declarative/systeminfo/qdeclarativegeneralinfo.cpp
index 9ef3d21c08..be5469daec 100644
--- a/plugins/declarative/systeminfo/qdeclarativegeneralinfo.cpp
+++ b/plugins/declarative/systeminfo/qdeclarativegeneralinfo.cpp
@@ -78,7 +78,7 @@ Q_GLOBAL_STATIC(QSystemInfo, generalInfo)
/*!
- \qmlsignal GeneralInfo::startCurrentLanguageChanged(string language)
+ \qmlsignal GeneralInfo::currentLanguageChanged(string language)
\since Mobility 1.1
This handler is called when current system language has changed.