🐛 fix: this is why we need CI
This commit is contained in:
@@ -17,7 +17,7 @@ void ProxyModel::setSearchText(const QString& text) {
|
|||||||
setFilterFixedString(text);
|
setFilterFixedString(text);
|
||||||
#if QT_VERSION >= QT_VERSION_CHECK(6, 9, 0)
|
#if QT_VERSION >= QT_VERSION_CHECK(6, 9, 0)
|
||||||
endFilterChange();
|
endFilterChange();
|
||||||
#elif
|
#else
|
||||||
invalidateFilter();
|
invalidateFilter();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user