summaryrefslogtreecommitdiffstats
path: root/src/imports/pluginmain.cpp
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2016-06-13 08:58:15 +0200
committerGatis Paeglis <gatis.paeglis@qt.io>2016-06-13 11:53:41 +0000
commit71c8d2220671dac2cc500d5b740c474da08cb6e9 (patch)
tree50996e1842755694d876b37c88aaafe6a40e6ba3 /src/imports/pluginmain.cpp
parent9ea07f65277b9cf8fd7371137d7f55a651df4a87 (diff)
Document OTA API.
And remove the "What is OSTree" section to reduce duplicated content. In the OTA blog post, ostree role is explained better and I will elabore more on that in Part 2 of the series. Change-Id: Id8c2d6273a4d1f15218ced567b29f8ed824f0f02 Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/imports/pluginmain.cpp')
-rw-r--r--src/imports/pluginmain.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/imports/pluginmain.cpp b/src/imports/pluginmain.cpp
index 87a0388..ba4c456 100644
--- a/src/imports/pluginmain.cpp
+++ b/src/imports/pluginmain.cpp
@@ -31,6 +31,13 @@
QT_BEGIN_NAMESPACE
+/*!
+
+ \inqmlmodule QtOTAUpdate
+ \qmltype OTAClient
+ \instantiates QOTAClient
+*/
+
static QObject *otaClientSingleton(QQmlEngine *qmlEngine, QJSEngine *jsEngine)
{
Q_UNUSED(qmlEngine);