[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kdom/cache
From:       Frans Englich <frans.englich () telia ! com>
Date:       2005-10-17 19:47:21
Message-ID: 1129578441.035856.27550.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 471479 by englich:

Comment out #warnings such that the code compiles more cleanly. One could move out the #warnings into \
kdom/TODO(if of interest, honk).

CCMAIL: Rob Buis <rwlbuis@xs4all.nl>



 M  +3 -3      KDOMCachedImage.cpp  


--- trunk/kdenonbeta/kdom/cache/KDOMCachedImage.cpp #471478:471479
@@ -130,7 +130,7 @@
     if (i->size().width() == 0 || i->size().height() == 0)
         return *Cache::nullPixmap;
 
-#warning "Needs some additional performance work"
+	//#warning "Needs some additional performance work"
 
     static QRgb bgTransparant = qRgba( 0, 0, 0, 0xFF );
     if ( (m_bgColor != bgTransparant) && (m_bgColor != newc.rgb()) ) {
@@ -501,7 +501,7 @@
         m_imgSource = 0;
     }
 #endif
-#warning "Use largeimagelib to disable animation"
+//#warning "Use largeimagelib to disable animation"
 }
 
 void CachedImage::clear()
@@ -535,7 +535,7 @@
         // don't attempt incremental loading if we have all the data already
       //  assert(!eof);
 
-#warning QImage* requires heavy porting
+//#warning QImage* requires heavy porting
 #if 0
         formatType = QImageDecoder::formatName( (const uchar*)_buffer.buffer().data(), _buffer.size());
         if ( formatType && strcmp( formatType, "PNG" ) == 0 )


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic