Skip to content

Commit

Permalink
Update horizontreadmill.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein committed Nov 21, 2024
1 parent e6efe0f commit 721f6d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/horizontreadmill/horizontreadmill.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2311,7 +2311,7 @@ void horizontreadmill::characteristicRead(const QLowEnergyCharacteristic &charac
}
}

//#ifdef Q_OS_WIN
#ifdef Q_OS_WIN
bool horizontreadmill::discoverServicesWin11(const QBluetoothAddress& address) {
BLUETOOTH_DEVICE_INFO deviceInfo = { sizeof(BLUETOOTH_DEVICE_INFO) };
deviceInfo.Address.ullLong = address.toUInt64();
Expand Down Expand Up @@ -2382,7 +2382,7 @@ void horizontreadmill::handleWin11Service(const GUID& serviceGuid) {
qDebug() << "Discovered service:" << qtUuid;
}
}
//#endif
#endif

void horizontreadmill::serviceScanDone(void) {
emit debug(QStringLiteral("serviceScanDone"));
Expand Down

0 comments on commit 721f6d4

Please sign in to comment.