From d3200d6dbafc04d618173599d017c3b83385cebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Mon, 17 Apr 2017 23:44:00 +0200 Subject: Modify "License" tab to be an "About" tab. --- plugingui/mainwindow.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugingui/mainwindow.h') 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"}; -- cgit v1.2.3