Mercurial > hg > svgui
comparison view/View.cpp @ 1151:52675a1f662c msvc2015_64
Tidy and re-fix for Linux
author | Chris Cannam |
---|---|
date | Wed, 19 Oct 2016 09:11:51 +0100 |
parents | 0edfed2c8482 |
children | 57d192e26331 54e6be7ebe11 |
comparison
equal
deleted
inserted
replaced
1150:0edfed2c8482 | 1151:52675a1f662c |
---|---|
43 #include <QSettings> | 43 #include <QSettings> |
44 | 44 |
45 #include <iostream> | 45 #include <iostream> |
46 #include <cassert> | 46 #include <cassert> |
47 #include <cmath> | 47 #include <cmath> |
48 | |
49 //#include <unistd.h> | |
50 | 48 |
51 //#define DEBUG_VIEW 1 | 49 //#define DEBUG_VIEW 1 |
52 //#define DEBUG_VIEW_WIDGET_PAINT 1 | 50 //#define DEBUG_VIEW_WIDGET_PAINT 1 |
53 | 51 |
54 View::View(QWidget *w, bool showProgress) : | 52 View::View(QWidget *w, bool showProgress) : |