diff view/View.h @ 385:c0818f064e66

...
author Chris Cannam
date Mon, 12 May 2008 15:30:11 +0000
parents c1e5af9f2c3c
children 683c46d7500b
line wrap: on
line diff
--- a/view/View.h	Mon May 12 12:38:59 2008 +0000
+++ b/view/View.h	Mon May 12 15:30:11 2008 +0000
@@ -370,7 +370,8 @@
 	QString m_text;
     };
 
-    typedef std::map<Layer *, LayerProgressBar *> ProgressMap;
+//    typedef std::map<Layer *, LayerProgressBar *> ProgressMap;
+    typedef std::map<Layer *, QProgressBar *> ProgressMap;
     ProgressMap m_progressBars; // I own the ProgressBars
 
     ViewManager *m_manager; // I don't own this