diff data/model/AlignmentModel.h @ 345:700cd3350391

* Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename. It's still rather unstable though.
author Chris Cannam
date Wed, 28 Nov 2007 17:45:37 +0000
parents f14e2f7b24f7
children 88ad01799040
line wrap: on
line diff
--- a/data/model/AlignmentModel.h	Wed Nov 28 13:20:40 2007 +0000
+++ b/data/model/AlignmentModel.h	Wed Nov 28 17:45:37 2007 +0000
@@ -44,6 +44,8 @@
     virtual bool isReady(int *completion = 0) const;
     virtual const ZoomConstraint *getZoomConstraint() const;
 
+    QString getTypeName() const { return tr("Alignment"); }
+
     const Model *getReferenceModel() const;
     const Model *getAlignedModel() const;