From b672b4698c721fa6dfd5dff965e08059d51bddda Mon Sep 17 00:00:00 2001 From: Steru Date: Fri, 16 Aug 2024 22:19:42 +0200 Subject: Compacted competitors into one object, deleted API class (now in sportmodel). --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index af81cc4..96b3d35 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,8 +23,6 @@ qt_add_qml_module(itat_challenge_olympics SOURCES src/model/Competitor.cpp src/model/Competitor.h - src/model/CompetitorWithResults.cpp - src/model/CompetitorWithResults.h src/model/EventInfo.cpp src/model/EventInfo.h src/model/FilterModel.cpp -- cgit v1.2.3