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

List:       kde-commits
Subject:    kdepim/libkcal
From:       Cornelius Schumacher <schumacher () kde ! org>
Date:       2003-02-01 0:30:22
[Download RAW message or body]

CVS commit by cschumac: 

Fixed formatting.


  M +4 -2      freebusy.cpp   1.7
  M +1 -1      freebusy.h   1.5


--- kdepim/libkcal/freebusy.cpp  #1.6:1.7
@@ -96,10 +96,12 @@ FreeBusy::~FreeBusy()
 }
 
-bool FreeBusy::setDtEnd(const QDateTime &end) {
+bool FreeBusy::setDtEnd( const QDateTime &end )
+{
   mDtEnd = end;
   return true;
 }
 
-QDateTime FreeBusy::dtEnd() const {
+QDateTime FreeBusy::dtEnd() const
+{
   return mDtEnd;
 }

--- kdepim/libkcal/freebusy.h  #1.4:1.5
@@ -51,5 +51,5 @@ class FreeBusy : public IncidenceBase
 
     virtual QDateTime dtEnd() const;
-    bool setDtEnd(const QDateTime &end);
+    bool setDtEnd( const QDateTime &end );
 
     QValueList<Period> busyPeriods() const;


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

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