diff main/SVSplash.cpp @ 1305:cf639a91f945 3.0-integration

Merge from branch piper
author Chris Cannam
date Fri, 28 Oct 2016 15:20:58 +0100
parents ee908153066e
children 893f556cd5c9
line wrap: on
line diff
--- a/main/SVSplash.cpp	Thu Oct 20 11:21:44 2016 +0100
+++ b/main/SVSplash.cpp	Fri Oct 28 15:20:58 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"));