diff layer/SliceLayer.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 2f83b6e3b8ca
line wrap: on
line diff
--- a/layer/SliceLayer.cpp	Mon Oct 22 14:24:31 2007 +0000
+++ b/layer/SliceLayer.cpp	Thu Oct 25 14:32:23 2007 +0000
@@ -66,14 +66,7 @@
 
     m_sliceableModel = sliceable;
 
-    connect(m_sliceableModel, SIGNAL(modelChanged()),
-            this, SIGNAL(modelChanged()));
-
-    connect(m_sliceableModel, SIGNAL(modelChanged(size_t, size_t)),
-	    this, SIGNAL(modelChanged(size_t, size_t)));
-
-    connect(m_sliceableModel, SIGNAL(completionChanged()),
-	    this, SIGNAL(modelCompletionChanged()));
+    connectSignals(m_sliceableModel);
 
     emit modelReplaced();
 }