-rw-r--r-- | korganizer/kodaymatrix.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/korganizer/kodaymatrix.h b/korganizer/kodaymatrix.h index b4eb2a8..0e9640a 100644 --- a/korganizer/kodaymatrix.h +++ b/korganizer/kodaymatrix.h @@ -173,4 +173,6 @@ public slots: */ void updateView(); + void updateViewTimed(); + void repaintViewTimed(); /** @@ -220,4 +222,7 @@ protected: private: + QTimer* mUpdateTimer; + QTimer* mRepaintTimer; + bool mDayChanged; /** returns the index of the day located at the matrix's widget (x,y) position. |