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

List:       kde-commits
Subject:    kdepim/kalarm
From:       David Jarvie <software () astrojar ! org ! uk>
Date:       2005-04-05 23:11:56
Message-ID: 20050405231156.D910B63E () office ! kde ! org
[Download RAW message or body]

CVS commit by djarvie: 

Make member static


  M +1 -0      synchtimer.cpp   1.5
  M +2 -2      synchtimer.h   1.4


--- kdepim/kalarm/synchtimer.h  #1.3:1.4
@@ -2,5 +2,5 @@
  *  minutetimer.h  -  timer which triggers on each minute boudary
  *  Program:  kalarm
- *  (C) 2004 by David Jarvie <software@astrojar.org.uk>
+ *  (C) 2004, 2005 by David Jarvie <software@astrojar.org.uk>
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -176,5 +176,5 @@ class StartOfDayTimer : public SynchTime
         private:
                 static StartOfDayTimer*  mInstance;     // the one and only instance
-                QTime               mStartOfDay;   // the current start-of-day time
+                static QTime             mStartOfDay;   // the current start-of-day time
 };
 

--- kdepim/kalarm/synchtimer.cpp  #1.4:1.5
@@ -163,4 +163,5 @@ void DailyTimer::start()
 
 StartOfDayTimer* StartOfDayTimer::mInstance = 0;
+QTime            StartOfDayTimer::mStartOfDay;
 
 StartOfDayTimer::StartOfDayTimer()


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

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