aboutsummaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r--gui/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/mainwindow.h b/gui/mainwindow.h
index 37d8b566..40bb98ef 100644
--- a/gui/mainwindow.h
+++ b/gui/mainwindow.h
@@ -24,6 +24,8 @@ class MainWindow : public QMainWindow
Design *getDesign() { return design; }
private Q_SLOTS:
+ void writeInfo(std::string text);
+
private:
Ui::MainWindow *ui;
Design *design;