comparison data/model/Model.h @ 290:92e8dbde73cd

* Revert revision 713. We do like QStrings after all.
author Chris Cannam
date Fri, 24 Aug 2007 11:41:48 +0000
parents 20028c634494
children c022976d18e8
comparison
equal deleted inserted replaced
289:3020904de772 290:92e8dbde73cd
18 18
19 #include <vector> 19 #include <vector>
20 #include <QObject> 20 #include <QObject>
21 21
22 #include "base/XmlExportable.h" 22 #include "base/XmlExportable.h"
23
24 typedef std::vector<float> SampleBlock;
23 25
24 class ZoomConstraint; 26 class ZoomConstraint;
25 27
26 /** 28 /**
27 * Model is the base class for all data models that represent any sort 29 * Model is the base class for all data models that represent any sort