Mercurial > hg > svgui
comparison view/ViewManager.cpp @ 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 | eedb7f341ec5 |
children | 592d692b4f8b |
comparison
equal
deleted
inserted
replaced
375:daaf1c435d98 | 376:e1a9e478b7f2 |
---|---|
14 */ | 14 */ |
15 | 15 |
16 #include "ViewManager.h" | 16 #include "ViewManager.h" |
17 #include "base/AudioPlaySource.h" | 17 #include "base/AudioPlaySource.h" |
18 #include "data/model/Model.h" | 18 #include "data/model/Model.h" |
19 #include "base/CommandHistory.h" | 19 #include "widgets/CommandHistory.h" |
20 #include "View.h" | 20 #include "View.h" |
21 | 21 |
22 #include <QSettings> | 22 #include <QSettings> |
23 #include <QApplication> | 23 #include <QApplication> |
24 | 24 |