summaryrefslogtreecommitdiff
path: root/TelepathyQt/handled-channel-notifier.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/handled-channel-notifier.h')
-rw-r--r--TelepathyQt/handled-channel-notifier.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TelepathyQt/handled-channel-notifier.h b/TelepathyQt/handled-channel-notifier.h
index 6474031e..c6b5fe7b 100644
--- a/TelepathyQt/handled-channel-notifier.h
+++ b/TelepathyQt/handled-channel-notifier.h
@@ -44,7 +44,7 @@ class TP_QT_EXPORT HandledChannelNotifier : public QObject
Q_DISABLE_COPY(HandledChannelNotifier)
public:
- ~HandledChannelNotifier();
+ ~HandledChannelNotifier() override;
ChannelPtr channel() const;
@@ -53,7 +53,7 @@ Q_SIGNALS:
protected:
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
- void connectNotify(const QMetaMethod &signal);
+ void connectNotify(const QMetaMethod &signal) override;
#else
void connectNotify(const char *signal);
#endif