some more refactoring

This commit is contained in:
fourtf
2020-02-23 17:45:59 +01:00
parent e1838154ff
commit 4a5dc80bc6
12 changed files with 62 additions and 75 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ void IgnoreController::initialize(Settings &, Paths &)
}
this->phrases.delayedItemsChanged.connect([this] { //
this->ignoresSetting_.setValue(this->phrases.getVector());
this->ignoresSetting_.setValue(this->phrases.raw());
});
}