summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothsocket_dummy_p.h
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@qt.io>2018-07-25 14:31:39 +0200
committerAlex Blasche <alexander.blasche@qt.io>2018-07-25 13:11:28 +0000
commit9cde999d4d2aae12ecf54abc76799ae9ffac1d9e (patch)
treef05c1a6e3eefa8205dccdbe263323e306feb7e41 /src/bluetooth/qbluetoothsocket_dummy_p.h
parentb19148f9a0f820630bd83432d96117e9598c315d (diff)
Small QBluetoothSocketDummy header fix up
Change-Id: Iff2927391150e8ec299a4968a90448611c516412 Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Diffstat (limited to 'src/bluetooth/qbluetoothsocket_dummy_p.h')
-rw-r--r--src/bluetooth/qbluetoothsocket_dummy_p.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothsocket_dummy_p.h b/src/bluetooth/qbluetoothsocket_dummy_p.h
index 23bed109..78a2049b 100644
--- a/src/bluetooth/qbluetoothsocket_dummy_p.h
+++ b/src/bluetooth/qbluetoothsocket_dummy_p.h
@@ -102,6 +102,7 @@ public:
qint64 bytesToWrite() const override;
};
-QT_END_NAMESPACE // QBLUETOOTHSOCKET_DUMMY_H
+QT_END_NAMESPACE
+
+#endif // QBLUETOOTHSOCKET_DUMMY_H
-#endif