From 162c92bc3b3a7dbe3d1484f7efc812aa36b23bcb Mon Sep 17 00:00:00 2001 From: Arseniy-Movshev Date: Sun, 2 Jul 2023 12:11:28 +0100 Subject: Move fileaddrecord to common.h so that it can be used from qml plugin --- common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common.h') diff --git a/common.h b/common.h index 573b006..a6b3197 100644 --- a/common.h +++ b/common.h @@ -15,5 +15,6 @@ #include QString fileNameForDate(QDate date, QString prefix); +void fileAddRecord(QString sensorPrefix, QString logdata, QDateTime recordTime = QDateTime::currentDateTime()); //adds a record to today's log file for the given sensor #endif //SENSORLOGD_COMMON_H -- cgit v1.2.3-54-g00ecf