~ubuntu-branches/ubuntu/oneiric/kdeplasma-addons/oneiric

« back to all changes in this revision

Viewing changes to applets/timer/timer.h

Tags: 4:4.4.3-1
* New upstream release:
  - Image providers in picture frame now work correctly. (Closes: #577948)

[ Modestas Vainius ]
* Bump kde-sc-dev-latest build dependency to 4.4.3.
* Release KDE SC 4.4.3 to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
        void setSeconds(int seconds);
72
72
 
73
73
        int m_seconds;
 
74
        int m_startingSeconds;
74
75
        bool m_running;
75
76
 
76
77
        QTimer timer;