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

List:       kde-commits
Subject:    KDE/kdevplatform/util
From:       David Faure <faure () kde ! org>
Date:       2009-11-26 14:38:45
Message-ID: 1259246325.258509.1032.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1054693 by dfaure:

fix compilation with strict iterators


 M  +1 -1      activetooltip.cpp  


--- trunk/KDE/kdevplatform/util/activetooltip.cpp #1054692:1054693
@@ -285,7 +285,7 @@
 void ActiveToolTip::showToolTip(KDevelop::ActiveToolTip* tooltip, float priority, \
QString uniqueId) {  
     if(!uniqueId.isEmpty()) {
-        for(QMap< float, QPair< QPointer< ActiveToolTip >, QString > \
>::const_iterator it = registeredToolTips.begin(); it != registeredToolTips.end(); \
> ++it) {
+        for(QMap< float, QPair< QPointer< ActiveToolTip >, QString > \
>::const_iterator it = registeredToolTips.constBegin(); it != \
> registeredToolTips.constEnd(); ++it) {
             if((*it).second == uniqueId)
                 delete (*it).first;
         }


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

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