summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/osx/osxbtcentralmanager.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/osx/osxbtcentralmanager.mm')
-rw-r--r--src/bluetooth/osx/osxbtcentralmanager.mm8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/bluetooth/osx/osxbtcentralmanager.mm b/src/bluetooth/osx/osxbtcentralmanager.mm
index e539788d..bacea96b 100644
--- a/src/bluetooth/osx/osxbtcentralmanager.mm
+++ b/src/bluetooth/osx/osxbtcentralmanager.mm
@@ -680,9 +680,7 @@ using namespace QT_NAMESPACE;
writeQueue.enqueue(request);
[self performNextWriteRequest];
- // TODO: this is quite ugly: true value can be returned after
- // write actually. If I have any problems with the order later,
- // I'll use performSelector afterDelay with some delay.
+
return true;
}
@@ -705,9 +703,7 @@ using namespace QT_NAMESPACE;
writeQueue.enqueue(request);
[self performNextWriteRequest];
- // TODO: this is quite ugly: true value can be returned after
- // write actually. If I have any problems with the order later,
- // I'll use performSelector afterDelay with some delay.
+
return true;
}