summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-01 19:49:01 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-01 19:49:01 +0300
commitf2954a36163a1a1523d305297424e96943a0fb7d (patch)
treea2b57ceebb02f94940d05d509d0954e74d9c74dc /include
parentAdd member list (diff)
downloadnheko-f2954a36163a1a1523d305297424e96943a0fb7d.tar.xz
Remove extra semicolon
Diffstat (limited to 'include')
-rw-r--r--include/Cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Cache.h b/include/Cache.h

index e0b68549..0829acf5 100644 --- a/include/Cache.h +++ b/include/Cache.h
@@ -39,7 +39,7 @@ struct SearchResult Q_DECLARE_METATYPE(SearchResult) Q_DECLARE_METATYPE(QVector<SearchResult>) -Q_DECLARE_METATYPE(RoomMember); +Q_DECLARE_METATYPE(RoomMember) //! Used to uniquely identify a list of read receipts. struct ReadReceiptKey