Commit ce4a0e67 authored by DonLakeFlyer's avatar DonLakeFlyer

Fix compiler complaint

parent 60ea986e
......@@ -196,6 +196,8 @@ QString TerrainBatchManager::_stateToString(State state)
case State::Downloading:
return QStringLiteral("Downloading");
}
return QStringLiteral("State unknown");
}
ElevationProvider::ElevationProvider(QObject* parent)
......
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