Mercurial > hg > svgui
comparison view/ViewManager.h @ 128:33929e0c3c6b
* Reorganising code base. This revision probably should compile once more.
author | Chris Cannam |
---|---|
date | Mon, 31 Jul 2006 14:05:22 +0000 |
parents | 89c625dda204 |
children | 9e6b3e239b9d |
comparison
equal
deleted
inserted
replaced
127:89c625dda204 | 128:33929e0c3c6b |
---|---|
19 #include <QObject> | 19 #include <QObject> |
20 #include <QTimer> | 20 #include <QTimer> |
21 | 21 |
22 #include <map> | 22 #include <map> |
23 | 23 |
24 #include "Selection.h" | 24 #include "base/Selection.h" |
25 #include "Command.h" | 25 #include "base/Command.h" |
26 #include "Clipboard.h" | 26 #include "base/Clipboard.h" |
27 | 27 |
28 class AudioPlaySource; | 28 class AudioPlaySource; |
29 class Model; | 29 class Model; |
30 | 30 |
31 /** | 31 /** |