aboutsummaryrefslogtreecommitdiff
path: root/lib/connection.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-05-19 08:47:23 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-05-19 08:47:23 +0900
commitbb6d33182269425d98f7aa4e22aa5478cff57550 (patch)
tree1d639444a1401323f3540c174ca363dc2ffa782f /lib/connection.h
parent1033f3b4249b8b0224ba725b220338e6c9621084 (diff)
downloadlibquotient-bb6d33182269425d98f7aa4e22aa5478cff57550.tar.gz
libquotient-bb6d33182269425d98f7aa4e22aa5478cff57550.zip
Move a doc-comment to its place
Diffstat (limited to 'lib/connection.h')
-rw-r--r--lib/connection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/connection.h b/lib/connection.h
index 2ff27ea6..018c0459 100644
--- a/lib/connection.h
+++ b/lib/connection.h
@@ -96,9 +96,6 @@ namespace QMatrixClient
class Connection: public QObject {
Q_OBJECT
- /** Whether or not the rooms state should be cached locally
- * \sa loadState(), saveState()
- */
Q_PROPERTY(User* localUser READ user NOTIFY stateChanged)
Q_PROPERTY(QString localUserId READ userId NOTIFY stateChanged)
Q_PROPERTY(QString deviceId READ deviceId NOTIFY stateChanged)
@@ -341,6 +338,9 @@ namespace QMatrixClient
*/
QDir stateCacheDir() const;
+ /** Whether or not the rooms state should be cached locally
+ * \sa loadState(), saveState()
+ */
bool cacheState() const;
void setCacheState(bool newValue);