Mercurial > hg > svcore
comparison base/View.cpp @ 37:838652cc31e6
MacOS fixes, TonalChangeDetector added
| author | Martin Gasser |
|---|---|
| date | Fri, 03 Mar 2006 16:32:45 +0000 |
| parents | 935a2419a77c |
| children | b8aae4f883b7 |
comparison
equal
deleted
inserted
replaced
| 36:935a2419a77c | 37:838652cc31e6 |
|---|---|
| 21 #include <QRect> | 21 #include <QRect> |
| 22 #include <QApplication> | 22 #include <QApplication> |
| 23 | 23 |
| 24 #include <iostream> | 24 #include <iostream> |
| 25 #include <cassert> | 25 #include <cassert> |
| 26 #include <math.h> | |
| 26 | 27 |
| 27 //#define DEBUG_VIEW_WIDGET_PAINT 1 | 28 //#define DEBUG_VIEW_WIDGET_PAINT 1 |
| 28 | 29 |
| 29 using std::cerr; | 30 using std::cerr; |
| 30 using std::endl; | 31 using std::endl; |
