mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 23:14:47 -04:00
Implement serialize and deserialize to/from API in Serializable interface. Related changes and fixes
This commit is contained in:
@@ -688,7 +688,6 @@ MapGUI::MapGUI(PluginAPI* pluginAPI, FeatureUISet *featureUISet, Feature *featur
|
||||
ui->setupUi(this);
|
||||
m_helpURL = "plugins/feature/map/readme.md";
|
||||
|
||||
quint16 port = 0; // Pick a free port
|
||||
// Free keys, so no point in stealing them :)
|
||||
QString tfKey = m_settings.m_thunderforestAPIKey.isEmpty() ? "3e1f614f78a345459931ba3c898e975e" : m_settings.m_thunderforestAPIKey;
|
||||
QString mtKey = m_settings.m_maptilerAPIKey.isEmpty() ? "q2RVNAe3eFKCH4XsrE3r" : m_settings.m_maptilerAPIKey;
|
||||
|
||||
Reference in New Issue
Block a user