mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix stupid syntax errors
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b5a5035c09
commit
ea577aa8f2
3 changed files with 3 additions and 2 deletions
|
@ -81,7 +81,7 @@ extern "C" int gitProgressCB(const char *text)
|
|||
return 0;
|
||||
}
|
||||
|
||||
#if defined(BT_SUPPOR)
|
||||
#if defined(BT_SUPPORT)
|
||||
void QMLManager::btHostModeChange(QBluetoothLocalDevice::HostMode state)
|
||||
{
|
||||
BTDiscovery *btDiscovery = BTDiscovery::instance();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue