QString aPath = QDir::tempPath() + "/" + myKey + ".png";
anActualImage.save( aPath );
- std::cout << anActualImage.width() << "x" << anActualImage.height() << std::endl;
+ //std::cout << anActualImage.width() << "x" << anActualImage.height() << std::endl;
theMessage = "The viewer contents does not correspond to the reference image: " + myKey;
QImage aDiff( anExpectedRefImage.width(), anExpectedRefImage.height(), QImage::Format_ARGB32 );