Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
Qt
QtConnectivity
Commits
f2f9da65
Commit
f2f9da65
authored
5 years ago
by
Qt Forward Merge Bot
Committed by
Edward Welbourne
5 years ago
Browse files
Options
Download
Plain Diff
Merge "Merge remote-tracking branch 'origin/5.13' into dev"
parents
acd6e18a
1d54177f
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/bluetooth/doc/qtbluetooth.qdocconf
+1
-0
src/bluetooth/doc/qtbluetooth.qdocconf
src/bluetooth/osx/osxbtperipheralmanager.mm
+2
-2
src/bluetooth/osx/osxbtperipheralmanager.mm
src/nfc/doc/qtnfc.qdocconf
+1
-0
src/nfc/doc/qtnfc.qdocconf
with
4 additions
and
2 deletions
src/bluetooth/doc/qtbluetooth.qdocconf
+
1
−
0
View file @
f2f9da65
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qtconnectivity.qdocconf)
project = QtBluetooth
description = Qt Bluetooth Reference Documentation
...
...
This diff is collapsed.
Click to expand it.
src/bluetooth/osx/osxbtperipheralmanager.mm
+
2
−
2
View file @
f2f9da65
...
...
@@ -340,7 +340,7 @@ bool qt_validate_value_range(const QLowEnergyCharacteristicData &data)
-
(
void
)
startAdvertising
{
state
=
PeripheralState
::
waitingForPowerOn
;
if
(
manager
)
if
(
manager
.
data
()
)
[
manager
setDelegate
:
nil
];
manager
.
reset
([[
CBPeripheralManager
alloc
]
initWithDelegate
:
self
queue:
OSXBluetooth
:
:
qt_LE_queue
()]);
...
...
@@ -405,7 +405,7 @@ bool qt_validate_value_range(const QLowEnergyCharacteristicData &data)
-
(
void
)
addServicesToPeripheral
{
Q_ASSERT
(
manager
);
Q_ASSERT
(
manager
.
data
()
);
if
(
nextServiceToAdd
<
services
.
size
())
[
manager
addService
:
services
[
nextServiceToAdd
++
]];
...
...
This diff is collapsed.
Click to expand it.
src/nfc/doc/qtnfc.qdocconf
+
1
−
0
View file @
f2f9da65
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
include($QT_INSTALL_DOCS/config/exampleurl-qtconnectivity.qdocconf)
project = QtNfc
description = Qt NFC Reference Documentation
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets