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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TelepathyQt/outgoing-stream-tube-channel-internal.h b/TelepathyQt/outgoing-stream-tube-channel-internal.h
index 1480d9d3..157c5ebd 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);
@@ -57,8 +57,8 @@ class TP_QT_NO_EXPORT QueuedContactFactory : public QObject
Q_DISABLE_COPY(QueuedContactFactory)
public:
- QueuedContactFactory(ContactManagerPtr contactManager, QObject* parent = 0);
- ~QueuedContactFactory();
+ QueuedContactFactory(ContactManagerPtr contactManager, QObject* parent = nullptr);
+ ~QueuedContactFactory() override;
QUuid appendNewRequest(const UIntList &handles);