mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-14 04:46:49 -05:00
fix map icons in mapList
This commit is contained in:
@@ -171,6 +171,7 @@ private:
|
||||
Editor *editor = nullptr;
|
||||
QIcon* mapIcon;
|
||||
QIcon* mapEditedIcon;
|
||||
QIcon* mapOpenedIcon;
|
||||
|
||||
QWidget *eventTabObjectWidget;
|
||||
QWidget *eventTabWarpWidget;
|
||||
@@ -200,8 +201,7 @@ private:
|
||||
void setRecentMap(QString map_name);
|
||||
QStandardItem* createMapItem(QString mapName, int groupNum, int inGroupNum);
|
||||
|
||||
void markAllEdited(QAbstractItemModel *model);
|
||||
void markEdited(QModelIndex index);
|
||||
void drawMapListIcons(QAbstractItemModel *model);
|
||||
void updateMapList();
|
||||
|
||||
void displayMapProperties();
|
||||
|
||||
Reference in New Issue
Block a user