diff data/model/Dense3DModelPeakCache.h @ 1752:6d09d68165a4 by-id

Further review of ById: make IDs only available when adding a model to the ById store, not by querying the item directly. This means any id encountered in the wild must have been added to the store at some point (even if later released), which simplifies reasoning about lifecycles
author Chris Cannam
date Fri, 05 Jul 2019 15:28:07 +0100
parents 565575463752
children 59d9dcfd67c2
line wrap: on
line diff
--- a/data/model/Dense3DModelPeakCache.h	Thu Jul 04 18:04:21 2019 +0100
+++ b/data/model/Dense3DModelPeakCache.h	Fri Jul 05 15:28:07 2019 +0100
@@ -116,7 +116,7 @@
     }
 
 protected slots:
-    void sourceModelChanged();
+    void sourceModelChanged(ModelId);
 
 private:
     ModelId m_source;