summaryrefslogtreecommitdiff
path: root/TelepathyQt/file-transfer-channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/file-transfer-channel.h')
-rw-r--r--TelepathyQt/file-transfer-channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/file-transfer-channel.h b/TelepathyQt/file-transfer-channel.h
index a904b840..cad57d2c 100644
--- a/TelepathyQt/file-transfer-channel.h
+++ b/TelepathyQt/file-transfer-channel.h
@@ -43,7 +43,7 @@ public:
static FileTransferChannelPtr create(const ConnectionPtr &connection,
const QString &objectPath, const QVariantMap &immutableProperties);
- virtual ~FileTransferChannel();
+ ~FileTransferChannel() override;
FileTransferState state() const;
FileTransferStateChangeReason stateReason() const;