mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-11-03 13:11:20 -05:00 
			
		
		
		
	i forgor
This commit is contained in:
		
							parent
							
								
									d0a94ede0c
								
							
						
					
					
						commit
						0ce935b554
					
				@ -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";
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user