summaryrefslogtreecommitdiff
path: root/TelepathyQt/incoming-dbus-tube-channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/incoming-dbus-tube-channel.h')
-rw-r--r--TelepathyQt/incoming-dbus-tube-channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/incoming-dbus-tube-channel.h b/TelepathyQt/incoming-dbus-tube-channel.h
index 9de7652c..20a087ac 100644
--- a/TelepathyQt/incoming-dbus-tube-channel.h
+++ b/TelepathyQt/incoming-dbus-tube-channel.h
@@ -41,7 +41,7 @@ public:
static IncomingDBusTubeChannelPtr create(const ConnectionPtr &connection,
const QString &objectPath, const QVariantMap &immutableProperties);
- virtual ~IncomingDBusTubeChannel();
+ ~IncomingDBusTubeChannel() override;
PendingDBusTubeConnection *acceptTube(bool allowOtherUsers = false);