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

List:       kde-commits
Subject:    KDE/kdelibs (silent)
From:       Nickolai Shaforostoff <shafff () ukr ! net>
Date:       2008-01-29 18:11:17
Message-ID: 1201630277.736162.32105.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 768299 by shaforo:

SVN_SILENT revert possibly unsafe changes (though i ran kdelibs with them for quite a \
long period of time :) ) CCMAIL=faure@kde.org


 M  +2 -2      kfile/kdirsortfilterproxymodel.cpp  
 M  +0 -2      kio/kio/kdirlister.h  


--- trunk/KDE/kdelibs/kfile/kdirsortfilterproxymodel.cpp #768298:768299
@@ -85,8 +85,8 @@
 {
     KDirModel* dirModel = static_cast<KDirModel*>(sourceModel());
 
-    const KFileItem& leftFileItem  = dirModel->itemForIndex(left);
-    const KFileItem& rightFileItem = dirModel->itemForIndex(right);
+    const KFileItem leftFileItem  = dirModel->itemForIndex(left);
+    const KFileItem rightFileItem = dirModel->itemForIndex(right);
 
     // On our priority, folders go above regular files.
     if (leftFileItem.isDir() && !rightFileItem.isDir()) {
--- trunk/KDE/kdelibs/kio/kio/kdirlister.h #768298:768299
@@ -429,8 +429,6 @@
 
 Q_SIGNALS:
 
-  //please! SYNC signal changes with LoKalize hack for displaying <lang>/ and \
                templates/ dirs merged
-
   /**
    * Tell the view that we started to list @p _url. NOTE: this does _not_ imply that \
                there
    * is really a job running! I.e. KDirLister::jobs() may return an empty list. In \
this case


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

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