Mercurial > hg > tony
diff src/Analyser.h @ 14:7ab5ed737788 tonioni
fixed flexi note layer and propagated model selection to analyser
author | gyorgyf |
---|---|
date | Sat, 13 Apr 2013 13:39:17 +0100 |
parents | ab5b3300ba1a |
children | 50ab01b77262 |
line wrap: on
line diff
--- a/src/Analyser.h Tue Mar 26 20:15:38 2013 +0000 +++ b/src/Analyser.h Sat Apr 13 13:39:17 2013 +0100 @@ -19,12 +19,15 @@ #include <QObject> #include "transform/Transform.h" +#include "layer/LayerFactory.h" // GF: added so we can access the FlexiNotes enum value. + class WaveFileModel; class Pane; class PaneStack; class Document; class Layer; +class LayerFactory; class Analyser : public QObject { @@ -43,6 +46,8 @@ Pane *m_pane; Layer *addLayerFor(TransformId); + LayerFactory::LayerType preferredLayer; + }; #endif