comparison main/SVSplash.cpp @ 955:76b46442fc2d scalable-icons

Update splash, and a build fix
author Chris Cannam
date Wed, 06 May 2015 13:16:05 +0100
parents 74b3eaa684d3
children e12fd2303ed2
comparison
equal deleted inserted replaced
954:74b3eaa684d3 955:76b46442fc2d
18 18
19 #include <QPainter> 19 #include <QPainter>
20 #include <QApplication> 20 #include <QApplication>
21 #include <QDesktopWidget> 21 #include <QDesktopWidget>
22 #include <QSvgRenderer> 22 #include <QSvgRenderer>
23
24 #include <cmath>
23 25
24 #include <iostream> 26 #include <iostream>
25 using namespace std; 27 using namespace std;
26 28
27 SVSplash::SVSplash() 29 SVSplash::SVSplash()