summaryrefslogtreecommitdiff
path: root/TelepathyQt/simple-pending-operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/simple-pending-operations.h')
-rw-r--r--TelepathyQt/simple-pending-operations.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/simple-pending-operations.h b/TelepathyQt/simple-pending-operations.h
index dce87852..0f78f8b9 100644
--- a/TelepathyQt/simple-pending-operations.h
+++ b/TelepathyQt/simple-pending-operations.h
@@ -94,7 +94,7 @@ public:
PendingComposite(const QList<PendingOperation*> &operations, const SharedPtr<RefCounted> &object);
PendingComposite(const QList<PendingOperation*> &operations, bool failOnFirstError,
const SharedPtr<RefCounted> &object);
- ~PendingComposite();
+ ~PendingComposite() override ;
private Q_SLOTS:
TP_QT_NO_EXPORT void onOperationFinished(Tp::PendingOperation *);