aboutsummaryrefslogtreecommitdiffstats
path: root/gui/ecp5/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/ecp5/mainwindow.h')
-rw-r--r--gui/ecp5/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ecp5/mainwindow.h b/gui/ecp5/mainwindow.h
index fd9812cd..e97bb4e7 100644
--- a/gui/ecp5/mainwindow.h
+++ b/gui/ecp5/mainwindow.h
@@ -29,7 +29,7 @@ class MainWindow : public BaseMainWindow
Q_OBJECT
public:
- explicit MainWindow(QWidget *parent = 0);
+ explicit MainWindow(std::unique_ptr<Context> context, QWidget *parent = 0);
virtual ~MainWindow();
public: