Copy source code from homescreen-2017
[apps/homescreen.git] / sampleapptimedate / src / timedateprovider.hpp
diff --git a/sampleapptimedate/src/timedateprovider.hpp b/sampleapptimedate/src/timedateprovider.hpp
deleted file mode 100644 (file)
index 5ff663f..0000000
+++ /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