mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-10 09:55:41 -05:00
Fix layouts list sorting by ID rather than name
This commit is contained in:
@@ -148,6 +148,7 @@ public:
|
||||
~LayoutTreeModel() {}
|
||||
|
||||
QVariant data(const QModelIndex &index, int role) const override;
|
||||
QStandardItem *createMapFolderItem(const QString &folderName, QStandardItem *folder) override;
|
||||
|
||||
protected:
|
||||
void removeItem(QStandardItem *item) override;
|
||||
|
||||
Reference in New Issue
Block a user