Mercurial > hg > svgui
diff widgets/LayerTree.h @ 1477:0769eaacc6bf by-id
Further ModelId updates
author | Chris Cannam |
---|---|
date | Tue, 02 Jul 2019 19:05:45 +0100 |
parents | 05d614f6e46d |
children |
line wrap: on
line diff
--- a/widgets/LayerTree.h Tue Jul 02 15:38:37 2019 +0100 +++ b/widgets/LayerTree.h Tue Jul 02 19:05:45 2019 +0100 @@ -19,6 +19,8 @@ #include <QAbstractItemModel> +#include "data/model/Model.h" + #include <set> class PaneStack; @@ -26,7 +28,6 @@ class Pane; class Layer; class PropertyContainer; -class Model; class ModelMetadataModel : public QAbstractItemModel { @@ -73,7 +74,7 @@ int m_modelSourceColumn; int m_columnCount; - std::set<Model *> m_models; + std::set<ModelId> m_models; }; class LayerTreeModel : public QAbstractItemModel