Issue #77 Remove outdated function

This commit is contained in:
Mat Sutcliffe
2020-08-25 22:20:59 +01:00
parent 4eb496c8e3
commit 15789902a1
3 changed files with 1 additions and 26 deletions

View File

@@ -74,7 +74,7 @@ namespace BlackSample
// now Jane's time is over
CPropertyIndexVariantMap anotherController;
anotherController.addValue(CAtcStation::IndexController, CVariant::fromValue(CUser("445566", "Fuzzy")));
atcList.applyIf(BlackMisc::Predicates::Matches(newController), anotherController);
atcList.applyIf([ = ](const auto &arg) { return newController.matches(arg); }, anotherController);
qDebug() << "-- after update via value map";
qDebug() << atcList.toQString();