Mercurial > hg > svcore
comparison data/model/Model.h @ 285:20028c634494
* change some QStrings to std::strings etc
author | Chris Cannam |
---|---|
date | Thu, 09 Aug 2007 16:29:29 +0000 |
parents | 0ed2b2e26b44 |
children | 92e8dbde73cd |
comparison
equal
deleted
inserted
replaced
284:41d64b873d87 | 285:20028c634494 |
---|---|
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; | |
25 | 23 |
26 class ZoomConstraint; | 24 class ZoomConstraint; |
27 | 25 |
28 /** | 26 /** |
29 * Model is the base class for all data models that represent any sort | 27 * Model is the base class for all data models that represent any sort |