Skip to content

Commit 61b89cc

Browse files
Defined MainWindowPreload as member of class MainWindow
1 parent 66973eb commit 61b89cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/front_end/include/main_window.hxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <string>
1010

1111
#include "about_widget.hxx"
12+
#include "main_window_preload.hxx"
1213
#include "setting_widget.hxx"
1314
#include "table_widget.hxx"
1415

@@ -38,6 +39,7 @@ class MainWindow {
3839
unique_ptr<TableWidget> table_widget;
3940
unique_ptr<SettingWidget> setting_widget;
4041
unique_ptr<AboutWidget> about_widget;
42+
unique_ptr<MainWindowPreload> main_window_preload;
4143

4244
public:
4345
Self *init_main_window();

0 commit comments

Comments
 (0)