aboutsummaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r--gui/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/mainwindow.h b/gui/mainwindow.h
index 149c4aa5..35d917d9 100644
--- a/gui/mainwindow.h
+++ b/gui/mainwindow.h
@@ -24,9 +24,12 @@ class MainWindow : public QMainWindow
private Q_SLOTS:
void writeInfo(std::string text);
+ void open();
+ bool save();
private:
Context *ctx;
+ QTabWidget *tabWidget;
InfoTab *info;
};