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

List:       kde-commits
Subject:    KDE/kdelibs/kdeui/dialogs
From:       David Faure <faure () kde ! org>
Date:       2010-11-10 21:40:19
Message-ID: 20101110214019.8C7BEAC89E () svn ! kde ! org
[Download RAW message or body]

SVN commit 1195342 by dfaure:

fix compilation with strict iterators


 M  +2 -2      kaboutapplicationpersonmodel_p.cpp  


--- trunk/KDE/kdelibs/kdeui/dialogs/kaboutapplicationpersonmodel_p.cpp \
#1195341:1195342 @@ -106,8 +106,8 @@
         m_providerName = m_provider.name();
 
         int i = 0;
-        for( QList< KAboutApplicationPersonProfile >::const_iterator it = \
                m_profileList.begin();
-             it != m_profileList.end(); ++it ) {
+        for( QList< KAboutApplicationPersonProfile >::const_iterator it = \
m_profileList.constBegin(); +             it != m_profileList.constEnd(); ++it ) {
             KAboutApplicationPersonProfile profile = *it;
             if( !profile.ocsUsername().isEmpty() ) {
                 Attica::ItemJob< Attica::Person > *job = m_provider.requestPerson( \
profile.ocsUsername() );


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

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