Add UI/code to make process of add/removing vehicles work.

This commit is contained in:
2020-06-09 13:25:46 -04:00
parent 5b8cd46e80
commit 5e749c454b
6 changed files with 38 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[])
SqlVehicle vehicles(nullptr, db);
SqlServiceRecord records(nullptr, db);
//Fill model with inital data.
vehicles.select();
records.select();