summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJędrzej Nowacki <jedrzej.nowacki@digia.com>2014-04-04 11:14:28 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-07 18:11:13 +0200
commit85f3fd0456ebb5f16820f1c88647064f24106e5c (patch)
tree7edc664a38e3bccaeae87b2c813f6cdb188b21f9
parent37eac18a0fbbf32a43f2b7f5dba108807f12ff87 (diff)
downloadqtenginio-85f3fd0456ebb5f16820f1c88647064f24106e5c.tar.gz
Fix documentation link to Enginio::AuthenticationState
Change-Id: I61d0c5dfdc9eb649b8be0f372dedf18220e51213 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
-rw-r--r--examples/enginio/quick/users/doc/src/users.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/enginio/quick/users/doc/src/users.qdoc b/examples/enginio/quick/users/doc/src/users.qdoc
index e93af16..1420e60 100644
--- a/examples/enginio/quick/users/doc/src/users.qdoc
+++ b/examples/enginio/quick/users/doc/src/users.qdoc
@@ -93,7 +93,7 @@
Then, depending on the state of the application, we assign the object to
our enginioClient instance. There are four possible states, defined by
- \l{EnginioClient::AuthenticationState}. After assigning the Identity object,
+ \l{Enginio::AuthenticationState}. After assigning the Identity object,
the state changes from the initial "NotAuthenticated" to "Authenticating".
\snippet users/Login.qml assignIdentity