diff data/model/NoteModel.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 5858cc462d0a
children eafef13bb0b3
line wrap: on
line diff
--- a/data/model/NoteModel.h	Thu Jun 12 09:03:00 2008 +0000
+++ b/data/model/NoteModel.h	Thu Jun 12 10:47:11 2008 +0000
@@ -88,6 +88,8 @@
 
 class NoteModel : public SparseValueModel<Note>
 {
+    Q_OBJECT
+    
 public:
     NoteModel(size_t sampleRate, size_t resolution,
 	      bool notifyOnAdd = true) :