summaryrefslogtreecommitdiff
path: root/daemon/logger.h
diff options
context:
space:
mode:
authorArseniy-Movshev <dodoradio@outlook.com>2023-07-23 00:28:58 +0100
committerArseniy-Movshev <dodoradio@outlook.com>2023-07-23 00:37:48 +0100
commit3ccc7bf59b1547d6250cdfaa1fce63828869c854 (patch)
tree9ea88eac750d32e374864ab2507c949a226db6cd /daemon/logger.h
parent83b19141c731aa035891433e2e4d72ec303ca7df (diff)
Moved setupFilePath to common from logger
This function may need to be used from qml
Diffstat (limited to '')
-rw-r--r--daemon/logger.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/logger.h b/daemon/logger.h
index c16908d..056645b 100644
--- a/daemon/logger.h
+++ b/daemon/logger.h
@@ -49,6 +49,5 @@ private:
};
bool dayFileExists(QString sensorPrefix, QDateTime date = QDateTime::currentDateTime()); //check if today has a log file for the given sensor
QStringList fileGetPrevRecord(QString sensorPrefix, QDateTime recordTime = QDateTime::currentDateTime()); //works backwards to find the last record in today's file before the given time - returns nothing if no file is found.
- void setupFilePath(QString sensorPrefix); //sets up the paths for sensors to write into
#endif // LOGGER_H