Mercurial > hg > svgui
comparison layer/Layer.h @ 376:e1a9e478b7f2
* juggle some files around in order to free audioio, base, and system libraries
from dependency on QtGui
author | Chris Cannam |
---|---|
date | Wed, 12 Mar 2008 17:42:56 +0000 |
parents | 6167a28d25fc |
children | 2ed4e572d0d4 |
comparison
equal
deleted
inserted
replaced
375:daaf1c435d98 | 376:e1a9e478b7f2 |
---|---|
17 #define _LAYER_H_ | 17 #define _LAYER_H_ |
18 | 18 |
19 #include "base/PropertyContainer.h" | 19 #include "base/PropertyContainer.h" |
20 #include "base/XmlExportable.h" | 20 #include "base/XmlExportable.h" |
21 #include "base/Selection.h" | 21 #include "base/Selection.h" |
22 | |
23 #include "widgets/CommandHistory.h" | |
22 | 24 |
23 #include <QObject> | 25 #include <QObject> |
24 #include <QRect> | 26 #include <QRect> |
25 #include <QXmlAttributes> | 27 #include <QXmlAttributes> |
26 #include <QMutex> | 28 #include <QMutex> |