summaryrefslogtreecommitdiff
path: root/daemon/sensorPlugins/stepCounter.h
diff options
context:
space:
mode:
authorArseniy-Movshev <dodoradio@outlook.com>2023-05-31 18:20:42 +0100
committerArseniy-Movshev <dodoradio@outlook.com>2023-06-01 13:32:13 +0100
commitc1e9b5f8a2d287865db3a4d5d056ecf736e05b24 (patch)
treeb76929fcd3df118aafb006b529e4a46093a48323 /daemon/sensorPlugins/stepCounter.h
parent7a8565498f9894a6d8fbb8cd4462048a4c603418 (diff)
Add a check for whether the daemon is starting the first time this boot
Diffstat (limited to '')
-rw-r--r--daemon/sensorPlugins/stepCounter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/sensorPlugins/stepCounter.h b/daemon/sensorPlugins/stepCounter.h
index 27dc01e..a6475f5 100644
--- a/daemon/sensorPlugins/stepCounter.h
+++ b/daemon/sensorPlugins/stepCounter.h
@@ -22,7 +22,7 @@ class StepCounterPlugin : public QObject
{
Q_OBJECT
public:
- explicit StepCounterPlugin(QObject *parent = 0, int initInterval = 600000);
+ explicit StepCounterPlugin(QObject *parent = 0, int initInterval = 600000, bool daemonFresh = false);
virtual ~StepCounterPlugin() {};
void timeUpdate();