fixed timestamps not updating when changed in the settings

This commit is contained in:
fourtf
2018-01-23 21:56:25 +01:00
parent f292d2e097
commit 8a77f918f6
5 changed files with 18 additions and 5 deletions
@@ -27,8 +27,6 @@ IgnoreMessagesPage::IgnoreMessagesPage()
QString text = textEdit->toPlainText();
settings.ignoredKeywords = text;
qDebug() << "xD";
});
// ---- misc
@@ -21,7 +21,7 @@ IgnoreUsersPage::IgnoreUsersPage()
{
singletons::SettingManager &settings = singletons::SettingManager::getInstance();
util::LayoutCreator<IgnoreUsersPage> layoutCreator(this);
auto layout = layoutCreator.setLayoutType<QVBoxLayout>().withoutMargin();
auto layout = layoutCreator.setLayoutType<QVBoxLayout>();
auto label = layout.emplace<QLabel>(INFO);
label->setWordWrap(true);