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 /CMakeLists.txt | |
parent | 08787e3ef77eaafbcac69fc81dd0cf0e3f2a9a77 (diff) |
Integrated Sport class into SportModel class.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c30ba17..af81cc4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,8 +31,8 @@ qt_add_qml_module(itat_challenge_olympics src/model/FilterModel.h src/model/MedalWinner.cpp src/model/MedalWinner.h - src/model/Sport.cpp - src/model/Sport.h + src/model/SportModel.cpp + src/model/SportModel.h RESOURCES res/pictograms/ARC_small.svg |