diff data/model/FFTModel.cpp @ 179:0ed2b2e26b44

* Tidy up inheritance hierarchy of model classes -- remove ZoomConstraint as a base class (make it a member instead) and remove virtual inheritances of QObject (no longer necessary).
author Chris Cannam
date Thu, 05 Oct 2006 11:03:06 +0000
parents 21792a550ec9
children f75f8a1cd7b1
line wrap: on
line diff
--- a/data/model/FFTModel.cpp	Thu Oct 05 11:02:05 2006 +0000
+++ b/data/model/FFTModel.cpp	Thu Oct 05 11:03:06 2006 +0000
@@ -114,8 +114,6 @@
 }
 
 FFTModel::FFTModel(const FFTModel &model) :
-    QObject(),
-    ZoomConstraint(),  //!!!  want a real ZoomConstraint for this!
     DenseThreeDimensionalModel(),
     m_server(model.m_server),
     m_xshift(model.m_xshift),