From 38e561011bb248ae9b803084eb66824588c7b22a Mon Sep 17 00:00:00 2001 From: Kevin Funk Date: Wed, 20 Sep 2017 20:57:38 +0200 Subject: Replace Q_DECL_OVERRIDE with override Change-Id: I1c1f2c3cf273cde5030d54901db554cb52e66557 Reviewed-by: Lars Knoll Reviewed-by: Alex Blasche --- src/bluetooth/qbluetoothtransferreply_osx_p.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/bluetooth/qbluetoothtransferreply_osx_p.h') 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); -- cgit v1.2.3