Mercurial > hg > svgui
diff layer/Colour3DPlotLayer.cpp @ 320:984c1975f1ff
* Some tidying up to handling of alignment; add alignment status label to
pane; ensure alignment when dragging with mouse as well as when playing
author | Chris Cannam |
---|---|
date | Thu, 25 Oct 2007 14:32:23 +0000 |
parents | c0b9eec70639 |
children | 8f01867cc191 0895517bb2d1 |
line wrap: on
line diff
--- a/layer/Colour3DPlotLayer.cpp Mon Oct 22 14:24:31 2007 +0000 +++ b/layer/Colour3DPlotLayer.cpp Thu Oct 25 14:32:23 2007 +0000 @@ -56,12 +56,7 @@ m_model = model; if (!m_model || !m_model->isOK()) return; - connect(m_model, SIGNAL(modelChanged()), this, SIGNAL(modelChanged())); - connect(m_model, SIGNAL(modelChanged(size_t, size_t)), - this, SIGNAL(modelChanged(size_t, size_t))); - - connect(m_model, SIGNAL(completionChanged()), - this, SIGNAL(modelCompletionChanged())); + connectSignals(m_model); connect(m_model, SIGNAL(modelChanged()), this, SLOT(cacheInvalid())); connect(m_model, SIGNAL(modelChanged(size_t, size_t)),