Mercurial > hg > svgui
diff widgets/ImageDialog.cpp @ 584:1fe7951a61e8 debug-output
Remove most toStdString calls (no longer needed, with debug header)
author | Chris Cannam |
---|---|
date | Thu, 12 May 2011 17:31:43 +0100 |
parents | 3228b7913aa4 |
children | 1a0dfcbffaf1 |
line wrap: on
line diff
--- a/widgets/ImageDialog.cpp Thu Apr 14 15:21:21 2011 +0100 +++ b/widgets/ImageDialog.cpp Thu May 12 17:31:43 2011 +0100 @@ -204,7 +204,7 @@ } } -// std::cerr << "image filename: \"" << fileName.toStdString() << "\"" << std::endl; +// std::cerr << "image filename: \"" << fileName << "\"" << std::endl; m_loadedImage = QPixmap(fileName); m_loadedImageFile = img;