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

List:       kde-commits
Subject:    KDE/kdepimlibs/kcal
From:       Allen Winter <winter () kde ! org>
Date:       2006-08-23 23:01:02
Message-ID: 1156374062.392426.9728.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 576373 by winterz:

Remove unnecessary semis.  How did Dirk miss these?


 M  +2 -2      compat.h  
 M  +1 -1      icaldrag.h  
 M  +1 -1      resourcecalendar.h  
 M  +1 -1      scheduler.h  


--- trunk/KDE/kdepimlibs/kcal/compat.h #576372:576373
@@ -47,8 +47,8 @@
 class Compat
 {
   public:
-    Compat() {};
-    virtual ~Compat() {};
+    Compat() {}
+    virtual ~Compat() {}
 
     virtual void fixRecurrence( Incidence * );
     virtual void fixEmptySummary( Incidence * );
--- trunk/KDE/kdepimlibs/kcal/icaldrag.h #576372:576373
@@ -39,7 +39,7 @@
       Create a drag&drop object for iCalendar component \a ical.
     */
     ICalDrag( Calendar *cal, QWidget *parent = 0, const char *name = 0 );
-    ~ICalDrag() {};
+    ~ICalDrag() {}
 
     /**
       Return, if drag&drop object can be decode to iCalendar.
--- trunk/KDE/kdepimlibs/kcal/resourcecalendar.h #576372:576373
@@ -378,7 +378,7 @@
     /**
       Add info text for concrete resources. Called by infoText().
     */
-    virtual void addInfoText( QString & ) const {};
+    virtual void addInfoText( QString & ) const {}
 
     /**
       A resource should call this function if a load error happens.
--- trunk/KDE/kdepimlibs/kcal/scheduler.h #576372:576373
@@ -55,7 +55,7 @@
       and a status.
     */
     ScheduleMessage( IncidenceBase *, int method, Status status );
-    ~ScheduleMessage() {};
+    ~ScheduleMessage() {}
 
     /**
       Return event associated with this message.
[prev in list] [next in list] [prev in thread] [next in thread] 

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