aboutsummaryrefslogtreecommitdiffstats
path: root/gui/designwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/designwidget.h')
-rw-r--r--gui/designwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/designwidget.h b/gui/designwidget.h
index 269e32fa..1afe817d 100644
--- a/gui/designwidget.h
+++ b/gui/designwidget.h
@@ -65,6 +65,8 @@ class DesignWidget : public QWidget
void info(std::string text);
void selected(std::vector<DecalXY> decal);
void highlight(std::vector<DecalXY> decal, int group);
+ void finishContextLoad();
+ void contextLoadStatus(std::string text);
private Q_SLOTS:
void prepareMenuProperty(const QPoint &pos);