From a57e46d9b290712fa1ff106a1be133f4f9751a96 Mon Sep 17 00:00:00 2001 From: alwin Date: Wed, 10 Nov 2004 23:41:17 +0000 Subject: removed a lot of debug messages --- (limited to 'noncore/graphics/opie-eye/slave/thumbnailtool.cpp') diff --git a/noncore/graphics/opie-eye/slave/thumbnailtool.cpp b/noncore/graphics/opie-eye/slave/thumbnailtool.cpp index d2e169c..62bb1e6 100644 --- a/noncore/graphics/opie-eye/slave/thumbnailtool.cpp +++ b/noncore/graphics/opie-eye/slave/thumbnailtool.cpp @@ -31,13 +31,11 @@ static bool makeThumbDir( const QFileInfo& inf, bool make = false) { */ QPixmap ThumbNailTool::getThumb( const QString& path, int width, int height ) { QFileInfo inf( path ); - owarn << "Get Thumb" << oendl; if ( !makeThumbDir( inf ) ) { QPixmap pix; return pix; } QString str = QString( "/.opie-eye/%1x%2-%3" ).arg( width ).arg( height ).arg( inf.fileName() ); - owarn << inf.dirPath()+str << oendl; return QPixmap( inf.dirPath()+str,"PNG" ); } @@ -46,7 +44,6 @@ void ThumbNailTool::putThumb( const QString& path, const QPixmap& pix, int width QFileInfo inf( path ); makeThumbDir( inf, true ); QString str = QString( "/.opie-eye/%1x%2-%3" ).arg( width ).arg( height ).arg( inf.fileName() ); - owarn << inf.dirPath()+str << oendl; pix.save( inf.dirPath()+str, "PNG" ); } -- cgit v0.9.0.2