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

This commit is contained in:
tritao
2026-01-07 15:24:48 +00:00
parent 4ed69332c5
commit 69058376e6
123 changed files with 385 additions and 380 deletions

View File

@@ -199,7 +199,7 @@ struct OverlayInfo
Qt::DockWidgetArea dockArea;
std::unordered_map<QDockWidget*, OverlayInfo*>& overlayMap;
ParameterGrp::handle hGrp;
boost::signals2::scoped_connection conn;
fastsignals::scoped_connection conn;
OverlayInfo(
QWidget* parent,