summaryrefslogtreecommitdiff
path: root/examples/stream-tubes/tube-initiator.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stream-tubes/tube-initiator.h')
-rw-r--r--examples/stream-tubes/tube-initiator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stream-tubes/tube-initiator.h b/examples/stream-tubes/tube-initiator.h
index 5cc68487..7c49579e 100644
--- a/examples/stream-tubes/tube-initiator.h
+++ b/examples/stream-tubes/tube-initiator.h
@@ -45,7 +45,7 @@ class TubeInitiator : public QObject
public:
TubeInitiator(const QString &accountName, const QString &receiver, QObject *parent);
- ~TubeInitiator();
+ ~TubeInitiator() override;
private Q_SLOTS:
void onAccountReady(Tp::PendingOperation *op);