summaryrefslogtreecommitdiff
path: root/plugingui/mainwindow.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-17 23:44:00 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-17 23:44:00 +0200
commitd3200d6dbafc04d618173599d017c3b83385cebf (patch)
treecf1a1007789fe943a45286ec8a49a1ea90c26b11 /plugingui/mainwindow.h
parent222e03c83e92cb22ad1482b7ec510ee44b521023 (diff)
Modify "License" tab to be an "About" tab.
Diffstat (limited to 'plugingui/mainwindow.h')
-rw-r--r--plugingui/mainwindow.h5
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"};