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

List:       kde-commits
Subject:    branches/work/kdepim_kcalcore/incidenceeditors/incidenceeditor-ng
From:       Sergio Luis Martins <iamsergio () gmail ! com>
Date:       2010-07-26 10:47:18
Message-ID: 20100726104718.9E670AC867 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1154828 by smartins:

Clear signed/unsigned comparison warning

 M  +1 -1      editorfreebusy.cpp  


--- branches/work/kdepim_kcalcore/incidenceeditors/incidenceeditor-ng/editorfreebusy.cpp #1154827:1154828
@@ -472,7 +472,7 @@
 void EditorFreeBusy::removeAttendee( AttendeeData::Ptr attendee )
 {
   FreeBusyItem *anItem = 0;
-  for (uint i = 0; i < mFreeBusyItems.count(); i++ ) {
+  for ( int i = 0; i < mFreeBusyItems.count(); i++ ) {
     anItem = mFreeBusyItems[i];
     if ( anItem->attendee() == attendee ) {
       if ( anItem->updateTimerID() != 0 ) {
[prev in list] [next in list] [prev in thread] [next in thread] 

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