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

List:       kde-commits
Subject:    extragear/graphics/kphotoalbum/ImportExport
From:       Laurent Montel <montel () kde ! org>
Date:       2010-02-26 22:58:42
Message-ID: 1267225122.650570.9105.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1096588 by mlaurent:

Fix iterator


 M  +1 -1      MD5CheckPage.cpp  


--- trunk/extragear/graphics/kphotoalbum/ImportExport/MD5CheckPage.cpp \
#1096587:1096588 @@ -58,7 +58,7 @@
     createRow( grid, row, QString::fromLatin1("*Description*"), i18n("Description"), \
                clashes.description, true);
     createRow( grid, row, QString::fromLatin1( "*Orientation*" ), \
                i18n("Orientation"), clashes.orientation, false );
     createRow( grid, row, QString::fromLatin1( "*Date*" ), i18n("Date and Time"), \
                clashes.date, false );
-    for ( QMap<QString,bool>::const_iterator it = clashes.categories.begin(); it != \
clashes.categories.end(); ++it ) { +    for ( QMap<QString,bool>::const_iterator it = \
clashes.categories.constBegin(); it != clashes.categories.constEnd(); ++it ) {  \
createRow( grid, row, it.key(), it.key(), *it, true );  }
 


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

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