Remove extra semicolon
This commit is contained in:
parent
763330fd3c
commit
f2954a3616
@ -39,7 +39,7 @@ struct SearchResult
|
|||||||
|
|
||||||
Q_DECLARE_METATYPE(SearchResult)
|
Q_DECLARE_METATYPE(SearchResult)
|
||||||
Q_DECLARE_METATYPE(QVector<SearchResult>)
|
Q_DECLARE_METATYPE(QVector<SearchResult>)
|
||||||
Q_DECLARE_METATYPE(RoomMember);
|
Q_DECLARE_METATYPE(RoomMember)
|
||||||
|
|
||||||
//! Used to uniquely identify a list of read receipts.
|
//! Used to uniquely identify a list of read receipts.
|
||||||
struct ReadReceiptKey
|
struct ReadReceiptKey
|
||||||
|
Loading…
Reference in New Issue
Block a user