diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-28 21:24:42 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-10-28 21:24:42 +0300 |
commit | 91b8427795db943694333e5a9e56fae42c61d4b0 (patch) | |
tree | d400bc231ea3a9f28e85a6915bca2f858361d19a /src/ChatPage.cc | |
parent | Display user avatar changes (diff) | |
download | nheko-91b8427795db943694333e5a9e56fae42c61d4b0.tar.xz |
Add missing headers
Diffstat (limited to 'src/ChatPage.cc')
-rw-r--r-- | src/ChatPage.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChatPage.cc b/src/ChatPage.cc index a756a0f9..5fefd767 100644 --- a/src/ChatPage.cc +++ b/src/ChatPage.cc @@ -793,6 +793,6 @@ ChatPage::getMemberships(const QJsonArray &events) const } return memberships; -}; +} ChatPage::~ChatPage() {} |