aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2015-03-10 17:04:36 +0100
committerSergio Ahumada <sahumada@texla.cl>2015-03-11 11:53:36 +0000
commit30ee95cd19f9a435ce337b4f651175ed2e8ba2e5 (patch)
tree97ab302df836663fb57eae71f634ea5da9c44c50
parent5581890d3c5919c3bd4b6aafdba650c14a97c312 (diff)
Doc: Fix missing type in \qmlproperty
enginioplugin.cpp:122: warning: Missing property type for EnginioOAuth2Authentication::user enginioplugin.cpp:128: warning: Missing property type for EnginioOAuth2Authentication::password Change-Id: I493e7fb3e4adc1a8dbb39c2c5356730bd7ce3a02 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@theqtcompany.com>
-rw-r--r--src/enginio_plugin/enginioplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/enginio_plugin/enginioplugin.cpp b/src/enginio_plugin/enginioplugin.cpp
index 7e2305d..2018d2d 100644
--- a/src/enginio_plugin/enginioplugin.cpp
+++ b/src/enginio_plugin/enginioplugin.cpp
@@ -115,12 +115,12 @@ void EnginioPlugin::initializeEngine(QQmlEngine *engine, const char *uri)
*/
/*!
- \qmlproperty EnginioOAuth2Authentication::user
+ \qmlproperty string EnginioOAuth2Authentication::user
This property contains the user name used for authentication.
*/
/*!
- \qmlproperty EnginioOAuth2Authentication::password
+ \qmlproperty string EnginioOAuth2Authentication::password
This property contains the password used for authentication.
*/