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

List:       kde-commits
Subject:    KDE/kdelibs/kate/script
From:       Laurent Montel <montel () kde ! org>
Date:       2009-10-07 19:22:51
Message-ID: 1254943371.256905.16111.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1032421 by mlaurent:

Fix iterator


 M  +1 -1      katescript.cpp  


--- trunk/KDE/kdelibs/kate/script/katescript.cpp #1032420:1032421
@@ -212,7 +212,7 @@
   }
   
   // register all script apis found
-  for ( QStringList::ConstIterator it = apiFileBaseNames.begin(); it != \
apiFileBaseNames.end(); ++it ) +  for ( QStringList::ConstIterator it = \
apiFileBaseNames.constBegin(); it != apiFileBaseNames.constEnd(); ++it )  {
     // try to load into engine, bail out one error, use fullpath for error messages
     QScriptValue apiObject = m_engine->evaluate(apiBaseName2Content[*it], \
apiBaseName2FileName[*it]);


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

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