diff options
author | Stijn Buys <ingar@telenet.be> | 2020-07-16 18:12:47 +0200 |
---|---|---|
committer | Stijn Buys <ingar@telenet.be> | 2020-07-16 18:12:47 +0200 |
commit | eda02d2c1f898e4c02ccd2317973c2b8463a7037 (patch) | |
tree | 9e1c593c2f052d1dd2ba24fd8daab6b0fc73aec6 /src/mainwindow.cc | |
parent | 1d4e93e3bd49c0b93eca7696092ee8b356bd6cae (diff) |
Diffstat (limited to 'src/mainwindow.cc')
-rw-r--r-- | src/mainwindow.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.cc b/src/mainwindow.cc index 6aaf48a..31bcf60 100644 --- a/src/mainwindow.cc +++ b/src/mainwindow.cc @@ -10,6 +10,10 @@ #include "config.h" +#include <QMenuBar> +#include <QStatusBar> +#include <QFileDialog> + namespace editor { |