changeset 1288:ee908153066e project-file-rework

Tidying
author Chris Cannam
date Tue, 25 Oct 2016 15:32:41 +0100
parents 6eac13265750
children 39f769d666a2
files .hgsubstate main/SVSplash.cpp
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.hgsubstate	Tue Oct 25 15:29:01 2016 +0100
+++ b/.hgsubstate	Tue Oct 25 15:32:41 2016 +0100
@@ -4,9 +4,9 @@
 8643d4d1cb14226c72be27e7493597b9a2af526d checker
 896aefe629c85b05ae0880ec93a396b9e3a5a304 dataquay
 68ae618c6b0e442d08a71d39217784a08f2a8de3 icons/scalable
-3138621dbe6730122ad5f6e1c74d0e8763dff5cc piper-cpp
+35ac871fbb8317b82e0eb050ea73e0ff193e12b5 piper-cpp
 3ab5a40c4e3bc3dcf9b3037485ea64f64725c607 sv-dependency-builds
 d5e339613174be7acfe20906a347b35c396883b4 svapp
 9ae2ce9190e6dab707da8d610e77ead5a8b1e68c svcore
-e6c798c9bc91675d19aeb8dc9692f22ea5f28df9 svgui
+8e4b90aeefaa58a1744f0291768ce03e1652f3a1 svgui
 af4a1522ef1585686d3d2d9bc9433588f88f4ccc vamp-plugin-sdk
--- a/main/SVSplash.cpp	Tue Oct 25 15:29:01 2016 +0100
+++ b/main/SVSplash.cpp	Tue Oct 25 15:32:41 2016 +0100
@@ -54,8 +54,8 @@
 	m_pixmap = new QPixmap(int(floor(sw * dpratio)),
 			       int(floor(sh * dpratio)));
 
-	cerr << "pixmap size = " << m_pixmap->width() << " * "
-	     << m_pixmap->height() << endl;
+//	cerr << "pixmap size = " << m_pixmap->width() << " * "
+//	     << m_pixmap->height() << endl;
 	
 	m_pixmap->fill(Qt::red);
 	QSvgRenderer renderer(QString(":icons/scalable/sv-splash.svg"));