aboutsummaryrefslogtreecommitdiffstats
path: root/gui/treemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/treemodel.h')
-rw-r--r--gui/treemodel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/treemodel.h b/gui/treemodel.h
index dbbf1025..d7f337a3 100644
--- a/gui/treemodel.h
+++ b/gui/treemodel.h
@@ -352,8 +352,8 @@ class Model : public QAbstractItemModel
Model(QObject *parent = nullptr);
~Model();
- void loadData(std::unique_ptr<Item> data);
- void updateElements(Context *ctx, std::vector<IdString> elements);
+ void loadData(Context *ctx, std::unique_ptr<Item> data);
+ void updateElements(std::vector<IdString> elements);
Item *nodeFromIndex(const QModelIndex &idx) const;
QModelIndex indexFromNode(Item *node)
{