summaryrefslogtreecommitdiff
path: root/src/model/FilterModel.cpp
diff options
context:
space:
mode:
authorSteru <jerrydream111@gmail.com>2024-08-17 00:01:26 +0200
committerOrangerot <purple@orangerot.dev>2024-08-26 11:19:38 +0200
commitfdd653c665a24e4d68f8512c63026a39f4fd8a9c (patch)
tree30fa0f2de17ac872bea0a752ed31e31e178aeaa3 /src/model/FilterModel.cpp
parentd0df3af583d5b5290498a288b6fc3194bee6b357 (diff)
Diffstat (limited to 'src/model/FilterModel.cpp')
-rw-r--r--src/model/FilterModel.cpp2
1 files changed, 1 insertions, 1 deletions
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) {