summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/imports/jsondb/jsondatabase.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/imports/jsondb/jsondatabase.cpp b/src/imports/jsondb/jsondatabase.cpp
index 174ba9f..c234ba4 100644
--- a/src/imports/jsondb/jsondatabase.cpp
+++ b/src/imports/jsondb/jsondatabase.cpp
@@ -55,6 +55,15 @@ QT_BEGIN_NAMESPACE_JSONDB
*/
/*!
+ \qmlmodule QtAddOn.JsonDb 1.0
+ \title JSON Database QML Types
+ \ingroup qmlmodules
+ \brief Provides QML types that communicate with a JSON database
+
+ These QML types provide an interface to a JSON database.
+*/
+
+/*!
\qmltype JsonDatabase
\instantiates JsonDatabase
\inqmlmodule QtJsonDb 1.0