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

List:       kde-commits
Subject:    KDE/kdelibs/kdeui/icons
From:       Rivo Laks <rivolaks () hot ! ee>
Date:       2007-09-24 14:40:35
Message-ID: 1190644835.353726.26453.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 716331 by rivol:

Rename loadFromSVG() -> loadFromSvg() to confirm to KDE coding style

 M  +1 -1      kpixmapcache.cpp  
 M  +1 -1      kpixmapcache.h  


--- trunk/KDE/kdelibs/kdeui/icons/kpixmapcache.cpp #716330:716331
@@ -1383,7 +1383,7 @@
     return pix;
 }
 
-QPixmap KPixmapCache::loadFromSVG(const QString& filename, const QSize& size)
+QPixmap KPixmapCache::loadFromSvg(const QString& filename, const QSize& size)
 {
     QFileInfo fi(filename);
     if (!fi.exists()) {
--- trunk/KDE/kdelibs/kdeui/icons/kpixmapcache.h #716330:716331
@@ -68,7 +68,7 @@
      * @param size size of the pixmap where the SVG is render to. If not given
      *  then SVG's default size is used.
      **/
-    QPixmap loadFromSVG(const QString& filename, const QSize& size = QSize());
+    QPixmap loadFromSvg(const QString& filename, const QSize& size = QSize());
 
     /**
      * @return timestamp of the cache, set using the @p setTimestamp method.
[prev in list] [next in list] [prev in thread] [next in thread] 

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