summaryrefslogtreecommitdiff
path: root/TelepathyQt/debug-receiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/debug-receiver.h')
-rw-r--r--TelepathyQt/debug-receiver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/debug-receiver.h b/TelepathyQt/debug-receiver.h
index bd44b6fe..e1073c65 100644
--- a/TelepathyQt/debug-receiver.h
+++ b/TelepathyQt/debug-receiver.h
@@ -46,7 +46,7 @@ public:
static DebugReceiverPtr create(const QString &busName,
const QDBusConnection &bus = QDBusConnection::sessionBus());
- virtual ~DebugReceiver();
+ ~DebugReceiver() override;
PendingDebugMessageList *fetchMessages();
PendingOperation *setMonitoringEnabled(bool enabled);