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

List:       kde-commits
Subject:    kdelibs/kabc
From:       Zack Rusin <zack () kde ! org>
Date:       2004-06-03 11:25:12
Message-ID: 20040603112512.3A1E8126C1 () office ! kde ! org
[Download RAW message or body]

CVS commit by zrusin: 

avoid detaching


  M +1 -1      formatfactory.cpp   1.8


--- kdelibs/kabc/formatfactory.cpp  #1.7:1.8
@@ -58,5 +58,5 @@ FormatFactory::FormatFactory()
 
   QStringList list = KGlobal::dirs()->findAllResources( "data" ,"kabc/formats/*.desktop", true, true );
-  for ( QStringList::iterator it = list.begin(); it != list.end(); ++it )
+  for ( QStringList::ConstIterator it = list.begin(); it != list.end(); ++it )
   {
     KSimpleConfig config( *it, true );


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

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