mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-12 03:45:51 -05:00
Header tab and new map dialog share UI setup
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user