refactored the settings dialog

This commit is contained in:
fourtf
2018-01-12 23:09:05 +01:00
parent 4cbc3b8b61
commit e0bb061c81
39 changed files with 953 additions and 894 deletions
+13
View File
@@ -0,0 +1,13 @@
#include "aboutpage.hpp"
namespace chatterino {
namespace widgets {
namespace settingspages {
AboutPage::AboutPage()
: SettingsPage("About", ":/images/about.svg")
{
}
} // namespace settingspages
} // namespace widgets
} // namespace chatterino