From fdd653c665a24e4d68f8512c63026a39f4fd8a9c Mon Sep 17 00:00:00 2001 From: Steru Date: Sat, 17 Aug 2024 00:01:26 +0200 Subject: fix. --- src/model/FilterModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/model') 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) { -- cgit v1.2.3