From 449c15357646a1cfa0e2cccaef931a3a9c49d62b Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Fri, 22 Aug 2014 13:25:32 +0200 Subject: qdoc: Correct some links in QtEnginio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Several links in the Enginio docs are either broken, or they got to the wrong page. This update fixes several cases in the overview. Change-Id: I814b2b2c6826fb1a54ac7a8fccc509281298ef77 Task-number: QTBUG-40919 Reviewed-by: Jerome Pasion Reviewed-by: Topi Reiniƶ --- src/enginio_client/doc/qtenginio.qdocconf | 2 +- src/enginio_client/enginiomodel.cpp | 2 +- src/enginio_client/enginioreply.cpp | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/enginio_client/doc/qtenginio.qdocconf b/src/enginio_client/doc/qtenginio.qdocconf index ca1385c..c9037be 100644 --- a/src/enginio_client/doc/qtenginio.qdocconf +++ b/src/enginio_client/doc/qtenginio.qdocconf @@ -23,7 +23,7 @@ exampledirs += \ # Specify example install dir under QT_INSTALL_EXAMPLES examplesinstallpath = enginio/widgets -depends += qtcore qtgui qtwidgets qtnetwork qtenginiooverview +depends += qtcore qtgui qtwidgets qtnetwork qtquick qtenginioqml qtenginiooverview qhp.projects = QtEnginio diff --git a/src/enginio_client/enginiomodel.cpp b/src/enginio_client/enginiomodel.cpp index 3ff34a3..b1eb1b3 100644 --- a/src/enginio_client/enginiomodel.cpp +++ b/src/enginio_client/enginiomodel.cpp @@ -414,7 +414,7 @@ EnginioBaseModel::~EnginioBaseModel() \note Some objects may not contain value for a static role, it may happen for example when an item is not in sync with the backend. - \sa EnginioBaseModel::roleNames() + \sa QAbstractItemModel::roleNames() */ /*! diff --git a/src/enginio_client/enginioreply.cpp b/src/enginio_client/enginioreply.cpp index 3e5cfdd..78bc48b 100644 --- a/src/enginio_client/enginioreply.cpp +++ b/src/enginio_client/enginioreply.cpp @@ -278,8 +278,8 @@ bool EnginioReplyState::delayFinishedSignal() /*! \fn bool EnginioReply::isError() const - \brief EnginioReplyState::isError returns whether this reply was unsuccessful - \return true if the reply did not succeed + Returns whether this reply was unsuccessful. + Returns true if the reply did not succeed. */ bool EnginioReplyState::isError() const @@ -290,8 +290,8 @@ bool EnginioReplyState::isError() const /*! \fn bool EnginioReply::isFinished() const - \brief Returns whether this reply was finished or not - \return true if the reply was finished, false otherwise. + Returns whether this reply was finished or not. + Returns true if the reply was finished. */ bool EnginioReplyState::isFinished() const -- cgit v1.2.3