diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-07-06 19:53:23 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-07-06 19:53:23 +0900 |
commit | 5b8079ca3d35360b7d98814654f37885f21bcb7e (patch) | |
tree | 3fee5a090bb911c5c1ed402153bd1943a1a28107 /lib/connection.h | |
parent | 9ad25f204fa6caadf93203c42f3ea7de17dceab0 (diff) | |
download | libquotient-5b8079ca3d35360b7d98814654f37885f21bcb7e.tar.gz libquotient-5b8079ca3d35360b7d98814654f37885f21bcb7e.zip |
Fix clazy warnings
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connection.h b/lib/connection.h index eca3c5be..4ab8d5ba 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -122,7 +122,7 @@ namespace QMatrixClient explicit Connection(QObject* parent = nullptr); explicit Connection(const QUrl& server, QObject* parent = nullptr); - virtual ~Connection(); + ~Connection() override; /** Get all Invited and Joined rooms * \return a hashmap from a composite key - room name and whether |