Mercurial > hg > svapp
comparison framework/SVFileReader.h @ 106:b9faa1418d29
* Move plugin/transform to plain transform. This way transform can depend on
model and GUI classes, but plugin doesn't have to.
author | Chris Cannam |
---|---|
date | Wed, 12 Mar 2008 18:02:17 +0000 |
parents | b1a68403714b |
children | 9ccaa8fd9b9f |
comparison
equal
deleted
inserted
replaced
105:907e44e4ecf0 | 106:b9faa1418d29 |
---|---|
15 | 15 |
16 #ifndef _SV_FILE_READER_H_ | 16 #ifndef _SV_FILE_READER_H_ |
17 #define _SV_FILE_READER_H_ | 17 #define _SV_FILE_READER_H_ |
18 | 18 |
19 #include "layer/LayerFactory.h" | 19 #include "layer/LayerFactory.h" |
20 #include "plugin/transform/Transform.h" | 20 #include "transform/Transform.h" |
21 | 21 |
22 #include <QXmlDefaultHandler> | 22 #include <QXmlDefaultHandler> |
23 | 23 |
24 #include <map> | 24 #include <map> |
25 | 25 |