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

List:       kde-commits
Subject:    KDE/kdepim/mobile/lib/calendar
From:       Volker Krause <vkrause () kde ! org>
Date:       2010-09-01 7:20:16
Message-ID: 20100901072016.2EC24AC857 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1170495 by vkrause:

compile


 M  +1 -1      calendarhelper.cpp  
 M  +1 -0      calendarhelper.h  


--- trunk/KDE/kdepim/mobile/lib/calendar/calendarhelper.cpp #1170494:1170495
@@ -134,7 +134,7 @@
   // the current day
   if ( pos == m_offset ) {
     const QString rpos = QString::number(pos);
-    emit activeDay( rpos );
+    emit const_cast<CalendarHelper*>( this )->activeDay( rpos );
     return rpos;
   }
 
--- trunk/KDE/kdepim/mobile/lib/calendar/calendarhelper.h #1170494:1170495
@@ -59,6 +59,7 @@
     void dayChanged();
     void monthChanged();
     void yearChanged();
+    void activeDay( const QString & );
 
   private:
     QDateTime m_original;
[prev in list] [next in list] [prev in thread] [next in thread] 

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