aboutsummaryrefslogtreecommitdiffstats
path: root/gui/designwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/designwidget.h')
-rw-r--r--gui/designwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/designwidget.h b/gui/designwidget.h
index f27eced2..89c6e702 100644
--- a/gui/designwidget.h
+++ b/gui/designwidget.h
@@ -73,6 +73,7 @@ class DesignWidget : public QWidget
void addToHistory(int tab, QModelIndex item);
std::vector<DecalXY> getDecals(ElementType type, IdString value);
void updateHighlightGroup(QList<TreeModel::Item *> item, int group);
+ void clearAllSelectionModels();
Q_SIGNALS:
void selected(std::vector<DecalXY> decal, bool keep);
void highlight(std::vector<DecalXY> decal, int group);