summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothtransferreply_osx_p.h
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-09-20 20:57:38 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-22 07:30:19 +0000
commit38e561011bb248ae9b803084eb66824588c7b22a (patch)
tree27978ec6400b43d03fa87ba6c9536e158993f4e2 /src/bluetooth/qbluetoothtransferreply_osx_p.h
parentdbb8f97bf3e3a50c6841ab79bbf4b5d6294b8d65 (diff)
Replace Q_DECL_OVERRIDE with override
Change-Id: I1c1f2c3cf273cde5030d54901db554cb52e66557 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/bluetooth/qbluetoothtransferreply_osx_p.h')
-rw-r--r--src/bluetooth/qbluetoothtransferreply_osx_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/bluetooth/qbluetoothtransferreply_osx_p.h b/src/bluetooth/qbluetoothtransferreply_osx_p.h
index d77d4913..e7b6f683 100644
--- a/src/bluetooth/qbluetoothtransferreply_osx_p.h
+++ b/src/bluetooth/qbluetoothtransferreply_osx_p.h
@@ -73,11 +73,11 @@ public:
QBluetoothTransferManager *parent);
~QBluetoothTransferReplyOSX();
- TransferError error() const Q_DECL_OVERRIDE;
- QString errorString() const Q_DECL_OVERRIDE;
+ TransferError error() const override;
+ QString errorString() const override;
- bool isFinished() const Q_DECL_OVERRIDE;
- bool isRunning() const Q_DECL_OVERRIDE;
+ bool isFinished() const override;
+ bool isRunning() const override;
Q_SIGNALS:
void error(QBluetoothTransferReply::TransferError lastError);