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

List:       kde-commits
Subject:    KDE_3_3_BRANCH: kdemultimedia/juk
From:       Laurent Montel <montel () kde ! org>
Date:       2004-10-18 14:34:38
Message-ID: 20041018143438.4CD0C16B2F () office ! kde ! org
[Download RAW message or body]

CVS commit by mlaurent: 

Backport it++ -> ++it


  M +1 -1      playlist.cpp   1.243.2.3
  M +1 -1      playlistbox.cpp   1.116.2.8
  M +1 -1      tageditor.cpp   1.68.2.3


--- kdemultimedia/juk/tageditor.cpp  #1.68.2.2:1.68.2.3
@@ -719,5 +719,5 @@ void TagEditor::saveChangesPrompt()
     QStringList files;
 
-    for(PlaylistItemList::Iterator it = m_items.begin(); it != m_items.end(); it++)
+    for(PlaylistItemList::Iterator it = m_items.begin(); it != m_items.end(); ++it)
         files.append((*it)->file().absFilePath());
 

--- kdemultimedia/juk/playlistbox.cpp  #1.116.2.7:1.116.2.8
@@ -388,5 +388,5 @@ void PlaylistBox::decode(QMimeSource *s,
     if(KURLDrag::decode(s, urls) && !urls.isEmpty()) {
         QStringList files;
-        for(KURL::List::Iterator it = urls.begin(); it != urls.end(); it++)
+        for(KURL::List::Iterator it = urls.begin(); it != urls.end(); ++it)
             files.append((*it).path());
 

--- kdemultimedia/juk/playlist.cpp  #1.243.2.2:1.243.2.3
@@ -875,5 +875,5 @@ void Playlist::decode(QMimeSource *s, Pl
     QStringList fileList;
 
-    for(KURL::List::Iterator it = urls.begin(); it != urls.end(); it++)
+    for(KURL::List::Iterator it = urls.begin(); it != urls.end(); ++it)
         fileList.append((*it).path());
 


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

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