summaryrefslogtreecommitdiff
path: root/TelepathyQt/pending-string-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'TelepathyQt/pending-string-list.h')
-rw-r--r--TelepathyQt/pending-string-list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/pending-string-list.h b/TelepathyQt/pending-string-list.h
index ddd29871..7e7fa319 100644
--- a/TelepathyQt/pending-string-list.h
+++ b/TelepathyQt/pending-string-list.h
@@ -42,7 +42,7 @@ class TP_QT_EXPORT PendingStringList : public PendingOperation
public:
PendingStringList(const SharedPtr<RefCounted> &object);
PendingStringList(QDBusPendingCall call, const SharedPtr<RefCounted> &object);
- ~PendingStringList();
+ ~PendingStringList() override;
QStringList result() const;