Header tab and new map dialog share UI setup

This commit is contained in:
GriffinR
2024-11-12 14:27:35 -05:00
parent 9e1ef2c741
commit 205bb48c65
14 changed files with 789 additions and 835 deletions

View File

@@ -330,8 +330,8 @@ void Map::setType(const QString &type) {
m_type = type;
}
void Map::setShowsLocation(bool showsLocation) {
m_showsLocation = showsLocation;
void Map::setShowsLocationName(bool showsLocationName) {
m_showsLocationName = showsLocationName;
}
void Map::setAllowsRunning(bool allowsRunning) {