aboutsummaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r--gui/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/mainwindow.h b/gui/mainwindow.h
index 6bc4d21f..4d8b0dbd 100644
--- a/gui/mainwindow.h
+++ b/gui/mainwindow.h
@@ -16,6 +16,7 @@ class MainWindow : public QMainWindow
public:
explicit MainWindow(Design *design, QWidget *parent = 0);
~MainWindow();
+ Design *getDesign() { return design; }
private:
int executePython(std::string command);