diff data/model/ImageModel.h @ 423:6a96bff0bd59

* Update translations, and add change counter to name of bundle command
author Chris Cannam
date Thu, 12 Jun 2008 10:47:11 +0000
parents 700cd3350391
children eafef13bb0b3
line wrap: on
line diff
--- a/data/model/ImageModel.h	Thu Jun 12 09:03:00 2008 +0000
+++ b/data/model/ImageModel.h	Thu Jun 12 10:47:11 2008 +0000
@@ -20,6 +20,8 @@
 #include "base/XmlExportable.h"
 #include "base/RealTime.h"
 
+#include <QStringList>
+
 /**
  * Image point type for use in a SparseModel.  This represents an
  * image, identified by filename, at a given time.  The filename can
@@ -84,6 +86,8 @@
 
 class ImageModel : public SparseModel<ImagePoint>
 {
+    Q_OBJECT
+
 public:
     ImageModel(size_t sampleRate, size_t resolution, bool notifyOnAdd = true) :
 	SparseModel<ImagePoint>(sampleRate, resolution, notifyOnAdd)