chore: cleanup AccountController connections (#6735)
Reviewed-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user