Move highlight phrases to new settings system

Add a setting serialize/deserializer for QString
Add constructor to ChatterinoSetting that doesn't take a default value
This commit is contained in:
Rasmus Karlsson
2018-01-04 01:52:37 +01:00
parent dc9f1b96eb
commit df733282be
9 changed files with 252 additions and 130 deletions
-2
View File
@@ -34,8 +34,6 @@ Application::Application()
Application::~Application()
{
this->save();
chatterino::singletons::SettingManager::getInstance().save();
}
int Application::run(QApplication &qtApp)