Base: Remove Boost-based signals and switch to FastSignals.

This commit is contained in:
tritao
2026-01-07 15:24:48 +00:00
parent 15ef35ab9a
commit 40a9f46d71
123 changed files with 385 additions and 380 deletions

View File

@@ -92,7 +92,7 @@ public:
public:
// NOLINTBEGIN
Py::Object callable;
boost::signals2::scoped_connection conn;
fastsignals::scoped_connection conn;
ParameterGrp* _target = nullptr; // no reference counted, do not access
// NOLINTEND