🐛 fix: this is why we need CI

This commit is contained in:
2026-03-01 00:07:49 +01:00
parent 17b18e6ff1
commit 9c7e118b24
+1 -1
View File
@@ -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
}