This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| qtconnectivity$ git diff | |
| diff --git a/src/bluetooth/qbluetoothserver_android.cpp b/src/bluetooth/qbluetoothserver_android.cpp | |
| index ff100d3..a2d0875 100644 | |
| --- a/src/bluetooth/qbluetoothserver_android.cpp | |
| +++ b/src/bluetooth/qbluetoothserver_android.cpp | |
| @@ -145,7 +145,7 @@ bool QBluetoothServer::listen(const QBluetoothAddress &localAdapter, quint16 por | |
| } | |
| if (!found) { | |
| - qWarning(QT_BT_ANDROID) << localAdapter.toString() << "is not a valid local Bt adapter"; |
NewerOlder