From 9c7e118b2449e9b1c1d67f33e94ba6ba79b614f3 Mon Sep 17 00:00:00 2001 From: Uyanide Date: Sun, 1 Mar 2026 00:07:49 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20this=20is=20why=20we=20ne?= =?UTF-8?q?ed=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WallReel/Core/Image/proxymodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WallReel/Core/Image/proxymodel.cpp b/WallReel/Core/Image/proxymodel.cpp index 4082dba..8d9b755 100644 --- a/WallReel/Core/Image/proxymodel.cpp +++ b/WallReel/Core/Image/proxymodel.cpp @@ -17,7 +17,7 @@ void ProxyModel::setSearchText(const QString& text) { setFilterFixedString(text); #if QT_VERSION >= QT_VERSION_CHECK(6, 9, 0) endFilterChange(); -#elif +#else invalidateFilter(); #endif }