summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-12-30 13:24:15 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-03 13:22:06 +0100
commit905105b711787eba00a7279f5d6cc15942de54e3 (patch)
treee4a639817b2287e718fb9b71eee84d54d10641f2
parentafabf7a7ddece63b262a80104ddd71ad02103584 (diff)
downloadqtenginio-905105b711787eba00a7279f5d6cc15942de54e3.tar.gz
Make qml create and query documentation visible again
qdoc doesn't manage to link to Enginio::Operation from within the Enginio qml module. Rather than not having the docs for these functions at all have broken links to Operation. Change-Id: I7e1062eea567b01cd3a3c9c358a615cf770b28d3 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
-rw-r--r--src/enginio_plugin/enginioqmlclient.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/enginio_plugin/enginioqmlclient.cpp b/src/enginio_plugin/enginioqmlclient.cpp
index c5b4bac..76f1fb6 100644
--- a/src/enginio_plugin/enginioqmlclient.cpp
+++ b/src/enginio_plugin/enginioqmlclient.cpp
@@ -124,7 +124,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \qmlmethod EnginioReply EnginioClient::query(QJSValue query, Enginio::Operation operation)
+ \qmlmethod EnginioReply EnginioClient::query(QJSValue query, Operation operation)
\brief Query the database.
The \a query is an object containing the actual query to the backend.
@@ -151,7 +151,7 @@ QT_BEGIN_NAMESPACE
\sa EnginioReply, create(), update(), remove(), Enginio::Operation
*/
/*!
- \qmlmethod EnginioReply EnginioClient::create(QJSValue query, Enginio::Operation operation)
+ \qmlmethod EnginioReply EnginioClient::create(QJSValue query, Operation operation)
\brief Create an object in the database.
This command can create an object in the database, for example to create a new user