diff options
Diffstat (limited to 'gui/treemodel.h')
-rw-r--r-- | gui/treemodel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/treemodel.h b/gui/treemodel.h index b4f23cd0..5238ed7f 100644 --- a/gui/treemodel.h +++ b/gui/treemodel.h @@ -353,8 +353,7 @@ class Model : public QAbstractItemModel ~Model(); void loadData(std::unique_ptr<Item> data); - void updateCells(Context *ctx); - void updateNets(Context *ctx); + void updateElements(Context *ctx, std::vector<IdString> elements); Item *nodeFromIndex(const QModelIndex &idx) const; QModelIndex indexFromNode(Item *node) { |