aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlhelper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmlhelper.cpp')
-rw-r--r--src/qmlhelper.cpp11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/qmlhelper.cpp b/src/qmlhelper.cpp
index 0caffa9..1de9716 100644
--- a/src/qmlhelper.cpp
+++ b/src/qmlhelper.cpp
@@ -35,12 +35,12 @@
/*!
* \class QmlHelper
- * \brief Provides a set of helper functions to setup your QML viewer
+ * \brief Provides a set of helper functions to setup your QML viewer.
* \inmodule qmllive
*/
/*!
- * Standard constructor using \a parent as parent
+ * Standard constructor using \a parent as parent.
*/
QmlHelper::QmlHelper(QObject *parent) :
QObject(parent)
@@ -48,9 +48,10 @@ QmlHelper::QmlHelper(QObject *parent) :
}
/*!
- * Loads dummy data from a "dummydata" folder in the workspace folder
- * \a engine defines the Engine where you want to export the dummy data to
- * The "dummydata" will be searched in the "dummydata" sub directory of \a workspace
+ * Loads dummy data from a "dummydata" folder in the workspace folder.
+ * \a engine defines the Engine where you want to export the dummy data to.
+ * The "dummydata" will be searched in the "dummydata" subdirectory of \a
+ * workspace.
*/
void QmlHelper::loadDummyData(QQmlEngine *engine, const QString &workspace)
{