summaryrefslogtreecommitdiff
path: root/TelepathyQt/outgoing-stream-tube-channel-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/outgoing-stream-tube-channel-internal.h')
-rw-r--r--TelepathyQt/outgoing-stream-tube-channel-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TelepathyQt/outgoing-stream-tube-channel-internal.h b/TelepathyQt/outgoing-stream-tube-channel-internal.h
index 1480d9d3..22438c08 100644
--- a/TelepathyQt/outgoing-stream-tube-channel-internal.h
+++ b/TelepathyQt/outgoing-stream-tube-channel-internal.h
@@ -39,7 +39,7 @@ public:
PendingOpenTube(PendingVoid *offerOperation,
const QVariantMap &parameters,
const OutgoingStreamTubeChannelPtr &object);
- ~PendingOpenTube();
+ ~PendingOpenTube() override;
private Q_SLOTS:
void onTubeStateChanged(Tp::TubeChannelState state);
@@ -58,7 +58,7 @@ class TP_QT_NO_EXPORT QueuedContactFactory : public QObject
public:
QueuedContactFactory(ContactManagerPtr contactManager, QObject* parent = 0);
- ~QueuedContactFactory();
+ ~QueuedContactFactory() override;
QUuid appendNewRequest(const UIntList &handles);