summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
-rw-r--r--src/model/FilterModel.cpp2
2 files changed, 1 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 96b3d35..a4a5808 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -27,8 +27,6 @@ qt_add_qml_module(itat_challenge_olympics
src/model/EventInfo.h
src/model/FilterModel.cpp
src/model/FilterModel.h
- src/model/MedalWinner.cpp
- src/model/MedalWinner.h
src/model/SportModel.cpp
src/model/SportModel.h
diff --git a/src/model/FilterModel.cpp b/src/model/FilterModel.cpp
index 7fe07d6..653ad04 100644
--- a/src/model/FilterModel.cpp
+++ b/src/model/FilterModel.cpp
@@ -1,5 +1,5 @@
#include "FilterModel.h"
-#include "Sport.h"
+#include "SportModel.h"
FilterModel::FilterModel(QObject *parent)
: QSortFilterProxyModel(parent) {