Add in new class to analyze records for automation of data.

This commit is contained in:
2020-07-28 17:39:13 -04:00
parent 51d3945c0b
commit b7e20e3302
3 changed files with 87 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
set(vehiclevoyage_SRCS
db/sqlvehicle.cpp
db/sqlservicerecord.cpp
db/recordanalytics.cpp
jsonio.cpp
main.cpp
)