Skip to content
Snippets Groups Projects
Commit ce4a0e67 authored by DonLakeFlyer's avatar DonLakeFlyer
Browse files

Fix compiler complaint

parent 60ea986e
No related branches found
No related tags found
No related merge requests found
......@@ -196,6 +196,8 @@ QString TerrainBatchManager::_stateToString(State state)
case State::Downloading:
return QStringLiteral("Downloading");
}
return QStringLiteral("State unknown");
}
ElevationProvider::ElevationProvider(QObject* parent)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment