summary refs log tree commit diff
path: root/include/Cache.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-20 13:47:22 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-20 13:47:22 +0300
commit2644e4accaf7487ad51b205040163e42b76de3a4 (patch)
tree523db09ee380e05838bfb2a5eee60ca88aad6e52 /include/Cache.h
parentAdd missing destructors (diff)
downloadnheko-2644e4accaf7487ad51b205040163e42b76de3a4.tar.xz
Small style change
Diffstat (limited to 'include/Cache.h')
-rw-r--r--include/Cache.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/Cache.h b/include/Cache.h

index dc9583ac..a64f0514 100644 --- a/include/Cache.h +++ b/include/Cache.h
@@ -46,12 +46,14 @@ private: QString userId_; }; -inline void Cache::unmount() +inline void +Cache::unmount() { isMounted_ = false; } -inline QString Cache::memberDbName(const QString &roomid) +inline QString +Cache::memberDbName(const QString &roomid) { return QString("m.%1").arg(roomid); }