diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-04-17 23:44:00 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-04-17 23:44:00 +0200 |
commit | d3200d6dbafc04d618173599d017c3b83385cebf (patch) | |
tree | cf1a1007789fe943a45286ec8a49a1ea90c26b11 /plugingui/mainwindow.h | |
parent | 222e03c83e92cb22ad1482b7ec510ee44b521023 (diff) |
Modify "License" tab to be an "About" tab.
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"}; |