mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-22 08:36:06 -05:00
Finish new layout dialog redesign
This commit is contained in:
@@ -32,11 +32,13 @@ public:
|
||||
MapHeader headerData() const;
|
||||
|
||||
void setLocations(QStringList locations);
|
||||
void setLocationsDisabled(bool disabled);
|
||||
void setLocationDisabled(bool disabled);
|
||||
bool isLocationDisabled() const { return m_locationDisabled; }
|
||||
|
||||
private:
|
||||
Ui::MapHeaderForm *ui;
|
||||
QPointer<MapHeader> m_header = nullptr;
|
||||
bool m_locationDisabled = false;
|
||||
|
||||
void updateUi();
|
||||
void updateSong();
|
||||
|
||||
Reference in New Issue
Block a user