Mercurial > hg > svgui
diff layer/RegionLayer.cpp @ 1488:bd7fdc418f36
Correct erroneous signal signature
author | Chris Cannam |
---|---|
date | Fri, 19 Jul 2019 16:10:19 +0100 |
parents | e540aa5d89cd |
children | 37df1530519d |
line wrap: on
line diff
--- a/layer/RegionLayer.cpp Thu Jul 18 13:18:19 2019 +0100 +++ b/layer/RegionLayer.cpp Fri Jul 19 16:10:19 2019 +0100 @@ -87,7 +87,7 @@ connectSignals(m_model); - connect(newModel.get(), SIGNAL(modelChanged()), + connect(newModel.get(), SIGNAL(modelChanged(ModelId)), this, SLOT(recalcSpacing())); recalcSpacing();