comparison view/View.cpp @ 1003:5fdf5cd032ac 3.0-integration

Remove some debug
author Chris Cannam
date Wed, 14 Oct 2015 13:32:53 +0100
parents 092de22db207
children 69c4f8403ebf
comparison
equal deleted inserted replaced
1002:dc8092488005 1003:5fdf5cd032ac
44 #include <cassert> 44 #include <cassert>
45 #include <cmath> 45 #include <cmath>
46 46
47 #include <unistd.h> 47 #include <unistd.h>
48 48
49 #define DEBUG_VIEW 1 49 //#define DEBUG_VIEW 1
50 #define DEBUG_VIEW_WIDGET_PAINT 1 50 //#define DEBUG_VIEW_WIDGET_PAINT 1
51 51
52 52
53 View::View(QWidget *w, bool showProgress) : 53 View::View(QWidget *w, bool showProgress) :
54 QFrame(w), 54 QFrame(w),
55 m_centreFrame(0), 55 m_centreFrame(0),