summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-12-23 10:14:05 +0100
committerErik Verbruggen <erik.verbruggen@theqtcompany.com>2015-12-23 10:16:29 +0000
commitb4db7cd2197c7083ad90cae74645166bf1459975 (patch)
treeb832a34fb28976dffbb2375936680f74970e12f6
parent3a81039eb7838ecb27c3b0e654ed9ea9e8b39abb (diff)
Fix inconsistent use of 'override'.
Change-Id: I3addd4258e3bbb5aaa6eca21af338aab57b9cf33 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com>
-rw-r--r--src/bluetooth/qbluetoothsocket_osx_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothsocket_osx_p.h b/src/bluetooth/qbluetoothsocket_osx_p.h
index cfd653d3..969dcef6 100644
--- a/src/bluetooth/qbluetoothsocket_osx_p.h
+++ b/src/bluetooth/qbluetoothsocket_osx_p.h
@@ -98,7 +98,7 @@ public:
quint16 peerPort() const;
void _q_readNotify();
- void _q_writeNotify();
+ void _q_writeNotify() Q_DECL_OVERRIDE;
private:
// Create a socket from an external source (without connectToService).