summaryrefslogtreecommitdiff
path: root/TelepathyQt/channel-request.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/channel-request.h')
-rw-r--r--TelepathyQt/channel-request.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TelepathyQt/channel-request.h b/TelepathyQt/channel-request.h
index c0eb7b2b..f1b0acde 100644
--- a/TelepathyQt/channel-request.h
+++ b/TelepathyQt/channel-request.h
@@ -68,7 +68,7 @@ public:
static ChannelRequestPtr create(const AccountPtr &account,
const QString &objectPath, const QVariantMap &immutableProperties);
- virtual ~ChannelRequest();
+ ~ChannelRequest() override;
AccountPtr account() const;
QDateTime userActionTime() const;
@@ -144,6 +144,6 @@ private:
} // Tp
-Q_DECLARE_METATYPE(Tp::ChannelRequestHints);
+Q_DECLARE_METATYPE(Tp::ChannelRequestHints)
#endif