summaryrefslogtreecommitdiff
path: root/TelepathyQt/connection-lowlevel.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/connection-lowlevel.h')
-rw-r--r--TelepathyQt/connection-lowlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/connection-lowlevel.h b/TelepathyQt/connection-lowlevel.h
index 63a3429f..536985e8 100644
--- a/TelepathyQt/connection-lowlevel.h
+++ b/TelepathyQt/connection-lowlevel.h
@@ -46,7 +46,7 @@ class TP_QT_EXPORT ConnectionLowlevel : public QObject, public RefCounted
Q_DISABLE_COPY(ConnectionLowlevel)
public:
- ~ConnectionLowlevel();
+ ~ConnectionLowlevel() override;
bool isValid() const;
ConnectionPtr connection() const;