diff framework/Document.h @ 423:f32a64149602 alignment_view

Make alignment using an external program asynchronous
author Chris Cannam
date Thu, 20 Nov 2014 15:46:19 +0000
parents 662aef012679
children b23db4cef02f
line wrap: on
line diff
--- a/framework/Document.h	Thu Nov 20 14:08:01 2014 +0000
+++ b/framework/Document.h	Thu Nov 20 15:46:19 2014 +0000
@@ -32,6 +32,8 @@
 
 class AdditionalModelConverter;
 
+class Align;
+
 /**
  * A Sonic Visualiser document consists of a set of data models, and
  * also the visualisation layers used to display them.  Changes to the
@@ -423,6 +425,7 @@
     LayerSet m_layers;
 
     bool m_autoAlignment;
+    Align *m_align;
 };
 
 #endif