aboutsummaryrefslogtreecommitdiff
path: root/src/gui/main-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/main-window.h')
-rw-r--r--src/gui/main-window.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui/main-window.h b/src/gui/main-window.h
index 74e5effd..c16c4136 100644
--- a/src/gui/main-window.h
+++ b/src/gui/main-window.h
@@ -45,12 +45,13 @@ namespace OpenAxiom {
MainWindow(Command&);
~MainWindow();
- // Pointer to the root file system of the OpenAxiom installation
- Filesystem* filesystem() { return &fs; }
Server* server() { return &srv; }
+
+ private slots:
+ void done(int, QProcess::ExitStatus);
+ void display_error();
private:
- Filesystem fs;
Server srv;
QTabWidget tabs;
};