diff main/MainWindow.h @ 578:31940304272f with-dependencies

Merge from default branch
author Chris Cannam
date Thu, 16 May 2013 14:35:31 +0100
parents 0b094b0fdcc4
children 110eecb5d9f6 ba338234c001
line wrap: on
line diff
--- a/main/MainWindow.h	Tue May 14 14:47:30 2013 +0100
+++ b/main/MainWindow.h	Thu May 16 14:35:31 2013 +0100
@@ -60,6 +60,7 @@
 class ActivityLog;
 class QFileSystemWatcher;
 class QScrollArea;
+class VersionTester;
 
 class MainWindow : public MainWindowBase
 {
@@ -245,6 +246,8 @@
 
     QFileSystemWatcher      *m_templateWatcher;
 
+    VersionTester           *m_versionTester;
+
     struct LayerConfiguration {
 	LayerConfiguration(LayerFactory::LayerType _layer
 			                       = LayerFactory::TimeRuler,