From cd69d722717c5ae40360f7cec22e191aa735b675 Mon Sep 17 00:00:00 2001 From: Steru Date: Fri, 16 Aug 2024 16:58:31 +0200 Subject: Integrated Sport class into SportModel class. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3