summaryrefslogtreecommitdiff
path: root/TelepathyQt/pending-dbus-tube-connection.h
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2020-01-18 19:28:59 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2020-01-18 22:37:08 +0300
commitf2fb77fb12622232f49bf325d16228f8c6957175 (patch)
treed1fb90abff7a28a6bceef6447db8e25ffd339994 /TelepathyQt/pending-dbus-tube-connection.h
parent4e3b64c54b82fcc6ccd22889ab5e4276b338e173 (diff)
Use override specifiers wherever it makes sense
Refactored with clang-tidy
Diffstat (limited to 'TelepathyQt/pending-dbus-tube-connection.h')
-rw-r--r--TelepathyQt/pending-dbus-tube-connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TelepathyQt/pending-dbus-tube-connection.h b/TelepathyQt/pending-dbus-tube-connection.h
index f5412d93..5ee7c23d 100644
--- a/TelepathyQt/pending-dbus-tube-connection.h
+++ b/TelepathyQt/pending-dbus-tube-connection.h
@@ -39,7 +39,7 @@ class TP_QT_EXPORT PendingDBusTubeConnection : public PendingOperation
Q_DISABLE_COPY(PendingDBusTubeConnection)
public:
- virtual ~PendingDBusTubeConnection();
+ ~PendingDBusTubeConnection() override;
QString address() const;