diff options
Diffstat (limited to 'sampleapptimedate/src/timedateprovider.hpp')
-rw-r--r-- | sampleapptimedate/src/timedateprovider.hpp | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sampleapptimedate/src/timedateprovider.hpp b/sampleapptimedate/src/timedateprovider.hpp deleted file mode 100644 index 5ff663f..0000000 --- a/sampleapptimedate/src/timedateprovider.hpp +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef TIMEDATEPROVIDER_HPP -#define TIMEDATEPROVIDER_HPP - -#include <QObject> -#include "statusbar_proxy.h" - -class TimeDateProvider : public QObject -{ - Q_OBJECT -public: - explicit TimeDateProvider(QObject *parent = 0); - ~TimeDateProvider(); - void start(); - void stop(); -protected: - void timerEvent(QTimerEvent *e); -private: - int m_secondsTimerId; - org::agl::statusbar *mp_dBusStatusBarProxy; - int m_statusBarPlaceholder; -signals: - -public slots: - -}; - -#endif // TIMEDATEPROVIDER_HPP |