Fix layouts list sorting by ID rather than name

This commit is contained in:
GriffinR
2024-12-06 11:02:38 -05:00
parent 9c40b04ad5
commit 435d22c63a
3 changed files with 25 additions and 21 deletions

View File

@@ -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;