chore: cleanup AccountController connections (#6735)

Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
Nerixyz
2026-01-11 21:57:55 +01:00
committed by GitHub
parent cffd86aa4f
commit 31ef6eeddf
3 changed files with 13 additions and 13 deletions
+1 -2
View File
@@ -132,8 +132,7 @@ public:
this->itemsChanged_();
}
bool removeFirstMatching(std::function<bool(const T &)> matcher,
void *caller = nullptr)
bool removeFirstMatching(auto &&matcher, void *caller = nullptr)
{
assertInGuiThread();