added AboutPage back in again

This commit is contained in:
fourtf
2018-01-13 00:04:47 +01:00
parent 7772f245f6
commit 2f0658935a
3 changed files with 51 additions and 1 deletions
+5
View File
@@ -2,6 +2,8 @@
#include "widgets/settingspages/settingspage.hpp"
class QLabel;
namespace chatterino {
namespace widgets {
namespace settingspages {
@@ -10,6 +12,9 @@ class AboutPage : public SettingsPage
{
public:
AboutPage();
private:
QLabel *logo;
};
} // namespace settingspages
} // namespace widgets