Mercurial > hg > sonic-visualiser
diff main/SVSplash.cpp @ 1288:ee908153066e project-file-rework
Tidying
author | Chris Cannam |
---|---|
date | Tue, 25 Oct 2016 15:32:41 +0100 |
parents | e12fd2303ed2 |
children | 893f556cd5c9 |
line wrap: on
line diff
--- 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"));