summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-12-06 19:40:31 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-06 20:27:35 +0100
commita4a54ba387480fc18524bf2d5bdd9035f5108676 (patch)
tree6e60f2e9f57466a99a5f35eae858e99c8073cf33 /doc
parent8eb555c615d33b468a5ed243bca681d9ce466fd1 (diff)
downloadqtenginio-a4a54ba387480fc18524bf2d5bdd9035f5108676.tar.gz
Fix qdoc issues
Change-Id: I2f44c4ae7ba5f3d55df9eff36a1645908f29fe37 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/enginio_overview.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/enginio_overview.qdoc b/doc/enginio_overview.qdoc
index 55d9ba7..aa20a27 100644
--- a/doc/enginio_overview.qdoc
+++ b/doc/enginio_overview.qdoc
@@ -92,7 +92,7 @@ To operate on objects of any type, the basic operations are:
\endlist
For a detailed description of the operations see the functions
-in the \l {EnginioClient}{EnginioClient Class} in C++ or \l {Enginio1::EnginioClient}{EnginioClient type} in QML.
+in the \l {EnginioClientCpp}{EnginioClient Class} in C++ or \l {EnginioClientQml}{EnginioClient type} in QML.
\note User management and access control lists are conveniently done by the same functions.
@@ -172,7 +172,7 @@ To use Enginio's QML API, you have to import the library.
import Enginio 1.0
\endcode
-Initialize the \l{Enginio1::EnginioClient}{enginio client} with the \l{EnginioClient::backendId}{backend id} value, which can be copied from the Dashboard.
+Initialize the \l{EnginioClientQml}{EnginioClient} with the backend id value, which can be copied from the Dashboard.
Go to Dashboard ⇒ Your Backend home-view ⇒ See ’Keys box’ ⇒ Copy backend id value.