Mercurial > hg > svgui
comparison view/View.cpp @ 520:86559bf8219e
...
author | Chris Cannam |
---|---|
date | Fri, 13 Mar 2009 11:06:11 +0000 |
parents | e4e0ae491a48 |
children | be5c35d3f409 |
comparison
equal
deleted
inserted
replaced
519:43bd47468005 | 520:86559bf8219e |
---|---|
34 #include <QTextStream> | 34 #include <QTextStream> |
35 #include <QFont> | 35 #include <QFont> |
36 | 36 |
37 #include <iostream> | 37 #include <iostream> |
38 #include <cassert> | 38 #include <cassert> |
39 #include <math.h> | 39 #include <cmath> |
40 | 40 |
41 //#define DEBUG_VIEW_WIDGET_PAINT 1 | 41 //#define DEBUG_VIEW_WIDGET_PAINT 1 |
42 | 42 |
43 using std::cerr; | 43 using std::cerr; |
44 using std::endl; | 44 using std::endl; |