diff options
Diffstat (limited to 'plugingui/mainwindow.h')
-rw-r--r-- | plugingui/mainwindow.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plugingui/mainwindow.h b/plugingui/mainwindow.h index 893978a..784254a 100644 --- a/plugingui/mainwindow.h +++ b/plugingui/mainwindow.h @@ -60,14 +60,15 @@ private: // From Widget void repaintEvent(RepaintEvent* repaintEvent) override final; + std::string getAboutText(); + TabWidget tabs{this}; Settings& settings; SettingsNotifier settings_notifier; MainTab main_tab; - // TODO use some nice textfield widget here - TextEdit gpl_text_field{&tabs}; + TextEdit about_text_field{&tabs}; Image back{":bg.png"}; Image logo{":logo.png"}; |