Fix stupid syntax errors

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-10-15 22:17:58 -04:00
parent b5a5035c09
commit ea577aa8f2
3 changed files with 3 additions and 2 deletions

View file

@ -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();