summaryrefslogtreecommitdiff
path: root/TelepathyQt/base-protocol-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/base-protocol-internal.h')
-rw-r--r--TelepathyQt/base-protocol-internal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TelepathyQt/base-protocol-internal.h b/TelepathyQt/base-protocol-internal.h
index ae622fd3..85069761 100644
--- a/TelepathyQt/base-protocol-internal.h
+++ b/TelepathyQt/base-protocol-internal.h
@@ -48,7 +48,7 @@ class TP_QT_NO_EXPORT BaseProtocol::Adaptee : public QObject
public:
Adaptee(const QDBusConnection &dbusConnection, BaseProtocol *protocol);
- ~Adaptee();
+ ~Adaptee() override;
QStringList interfaces() const;
QStringList connectionInterfaces() const;
@@ -77,7 +77,7 @@ class TP_QT_NO_EXPORT BaseProtocolAddressingInterface::Adaptee : public QObject
public:
Adaptee(BaseProtocolAddressingInterface *interface);
- ~Adaptee();
+ ~Adaptee() override;
QStringList addressableVCardFields() const;
QStringList addressableURISchemes() const;
@@ -106,7 +106,7 @@ class TP_QT_NO_EXPORT BaseProtocolAvatarsInterface::Adaptee : public QObject
public:
Adaptee(BaseProtocolAvatarsInterface *interface);
- ~Adaptee();
+ ~Adaptee() override;
QStringList supportedAvatarMIMETypes() const;
uint minimumAvatarHeight() const;
@@ -128,7 +128,7 @@ class TP_QT_NO_EXPORT BaseProtocolPresenceInterface::Adaptee : public QObject
public:
Adaptee(BaseProtocolPresenceInterface *interface);
- ~Adaptee();
+ ~Adaptee() override;
SimpleStatusSpecMap statuses() const;