Commit 18120b0d authored by Gus Grubba's avatar Gus Grubba

Unused variable warning

parent 3b60d917
......@@ -112,7 +112,7 @@ AirMapManager::_settingsChanged()
auto credentials = Credentials{};
credentials.api_key = _shared.settings().apiKey.toStdString();
auto configuration = Client::default_production_configuration(credentials);
qt::Client::create(configuration, _dispatchingLogger, this, [this, ap](const qt::Client::CreateResult& result) {
qt::Client::create(configuration, _dispatchingLogger, this, [this](const qt::Client::CreateResult& result) {
if (result) {
qCDebug(AirMapManagerLog) << "Successfully created airmap::qt::Client instance";
_shared.setClient(result.value());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment