1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-02-03 09:44:01 -05:00
This commit is contained in:
CRD716 2022-08-02 16:44:49 -05:00 committed by GitHub
parent d0a94ede0c
commit 0ce935b554
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ void ADSBDemodSettings::resetToDefaults()
m_logEnabled = false; m_logEnabled = false;
m_airspaces = QStringList({"A", "D", "TMZ"}); m_airspaces = QStringList({"A", "D", "TMZ"});
m_airspaceRange = 500.0f; m_airspaceRange = 500.0f;
#if QT_VERSION == QT_VERSION_CHECK(5, 15, 3) #if QT_VERSION == QT_VERSION_CHECK(5, 15, 3) || QT_VERSION == QT_VERSION_CHECK(5, 15, 4)
m_mapProvider = "mapboxgl"; // osm maps do not work in Qt 5.15.3 - https://github.com/f4exb/sdrangel/issues/1169 m_mapProvider = "mapboxgl"; // osm maps do not work in Qt 5.15.3 - https://github.com/f4exb/sdrangel/issues/1169
#else #else
m_mapProvider = "osm"; m_mapProvider = "osm";