diff options
author | Steru <jerrydream111@gmail.com> | 2024-08-16 16:58:31 +0200 |
---|---|---|
committer | Steru <jerrydream111@gmail.com> | 2024-08-16 23:57:23 +0200 |
commit | f24b4dcbd11336dabfd146c656e2437e4393b225 (patch) | |
tree | 0cc7335027819a7bdd7a693b66ea9a8ef68bcffb /src/main/main.cpp | |
parent | 08787e3ef77eaafbcac69fc81dd0cf0e3f2a9a77 (diff) |
Integrated Sport class into SportModel class.
Diffstat (limited to 'src/main/main.cpp')
-rw-r--r-- | src/main/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/main.cpp b/src/main/main.cpp index 27a4800..a01a188 100644 --- a/src/main/main.cpp +++ b/src/main/main.cpp @@ -20,8 +20,8 @@ // console output #include <QDebug> // #include <iostream> -#include "../model/Sport.h" #include "../model/FilterModel.h" +#include "../model/SportModel.h" int main(int argc, char *argv[]) { |