summaryrefslogtreecommitdiffstats
path: root/sigtools/PluginTreeModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigtools/PluginTreeModel.h')
-rw-r--r--sigtools/PluginTreeModel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sigtools/PluginTreeModel.h b/sigtools/PluginTreeModel.h
index 04c896ec..5d5b5f96 100644
--- a/sigtools/PluginTreeModel.h
+++ b/sigtools/PluginTreeModel.h
@@ -42,7 +42,9 @@ class SIGTOOLS_NO_EXPORT PluginTreeModel : public QAbstractListModel
QIcon m_icon;
};
- PluginTreeModel(const QStringList& types, PluginTree* tree);
+ PluginTreeModel(PluginTree* tree);
+
+ void setTypes(const QStringList& types);
QModelIndex index(const int row, const int column = 0, const QModelIndex& parent = QModelIndex()) const;