Mercurial > hg > svgui
comparison view/Overview.cpp @ 830:8bb9320f78a4
Debug output stuff
author | Chris Cannam |
---|---|
date | Fri, 25 Jul 2014 17:02:29 +0100 |
parents | 24f18a7dd26d |
children | 7792b7667f74 |
comparison
equal
deleted
inserted
replaced
829:5acfb11e8aef | 830:8bb9320f78a4 |
---|---|
21 #include <QPaintEvent> | 21 #include <QPaintEvent> |
22 #include <QPainter> | 22 #include <QPainter> |
23 #include <iostream> | 23 #include <iostream> |
24 | 24 |
25 //#define DEBUG_OVERVIEW 1 | 25 //#define DEBUG_OVERVIEW 1 |
26 | |
27 | |
28 | 26 |
29 | 27 |
30 Overview::Overview(QWidget *w) : | 28 Overview::Overview(QWidget *w) : |
31 View(w, false), | 29 View(w, false), |
32 m_clickedInRange(false) | 30 m_clickedInRange(false) |