diff main/MainWindow.h @ 302:2fe08e403a9b

* Add vestigial Activity Log
author Chris Cannam
date Tue, 24 Feb 2009 14:01:42 +0000
parents 975f6b6c414c
children 5d691489a84f
line wrap: on
line diff
--- a/main/MainWindow.h	Mon Feb 23 22:28:24 2009 +0000
+++ b/main/MainWindow.h	Tue Feb 24 14:01:42 2009 +0000
@@ -57,7 +57,7 @@
 class OSCMessage;
 class KeyReference;
 class Labeller;
-
+class ActivityLog;
 
 class MainWindow : public MainWindowBase
 {
@@ -209,6 +209,7 @@
     QPointer<PreferencesDialog> m_preferencesDialog;
     QPointer<LayerTreeDialog>   m_layerTreeDialog;
 
+    ActivityLog             *m_activityLog;
     KeyReference            *m_keyReference;
 
     struct LayerConfiguration {