🐛 fix: this is why we need CI
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user