diff options
Diffstat (limited to 'src/gui_qt.cc')
| -rw-r--r-- | src/gui_qt.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui_qt.cc b/src/gui_qt.cc index 9041006..4ad04e8 100644 --- a/src/gui_qt.cc +++ b/src/gui_qt.cc @@ -456,7 +456,8 @@ public: QtGuiMain(std::string const& title, uint32_t width, uint32_t height) : title_(title), width_(width), height_(height), split_(0.7), menu_(nullptr), statusbar_(nullptr), config_(new QtGuiConfig()), - splitter_(nullptr), top_(nullptr), bottom_(nullptr), started_(false) { + splitter_(nullptr), top_(nullptr), bottom_package_(nullptr), + bottom_content_(nullptr), bottom_(nullptr), started_(false) { } Looper* create_looper() override; |
