diff options
Diffstat (limited to 'plugingui/mainwindow.h')
-rw-r--r-- | plugingui/mainwindow.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugingui/mainwindow.h b/plugingui/mainwindow.h index 4b5dad1..a20f9dc 100644 --- a/plugingui/mainwindow.h +++ b/plugingui/mainwindow.h @@ -60,7 +60,7 @@ private: void repaintEvent(RepaintEvent* repaintEvent) override final; TabWidget tabs{this}; - + MainTab main_tab{this}; // TODO use some nice textfield widget here TextEdit gpl_text_field{&tabs}; @@ -77,6 +77,8 @@ private: Settings& settings; SettingsNotifier settings_notifier{settings}; + + Resource gpl{":../../COPYING"}; }; } // GUI:: |