comparison view/Overview.cpp @ 1611:a6e37c28d762

Fix some Qt deprecations
author Chris Cannam
date Tue, 16 Jun 2020 15:16:50 +0100
parents a0b2f3b4dd2f
children
comparison
equal deleted inserted replaced
1610:bd1a7c84da8c 1611:a6e37c28d762
18 #include "data/model/Model.h" 18 #include "data/model/Model.h"
19 #include "base/ZoomConstraint.h" 19 #include "base/ZoomConstraint.h"
20 20
21 #include <QPaintEvent> 21 #include <QPaintEvent>
22 #include <QPainter> 22 #include <QPainter>
23 #include <QPainterPath>
23 #include <iostream> 24 #include <iostream>
24 25
25 //#define DEBUG_OVERVIEW 1 26 //#define DEBUG_OVERVIEW 1
26 27
27 28