summaryrefslogtreecommitdiff
path: root/common.h (follow)
AgeCommit message (Collapse)Author
2023-07-23Moved setupFilePath to common from loggerArseniy-Movshev
This function may need to be used from qml
2023-07-21Add filesystem watchers to hrdataloader to update when new data comes inArseniy-Movshev
When data for a specific file is requested, that file is added to the watch list. Currently these files aren't ever removed from the watch list, hopefully we won't be loading enough files to cause problems, at least for now
2023-07-02Move fileaddrecord to common.h so that it can be used from qml pluginArseniy-Movshev
2023-06-20Move fileNameForDate to a common header fileArseniy-Movshev
This function shows up in quite a few places so this seems justified. Other functions may get this treatment later