Implement builtin filter expression parsing

This commit is contained in:
baldurk
2021-02-24 17:16:51 +00:00
parent 85954dabbf
commit 21e52a10e5
3 changed files with 787 additions and 13 deletions
+1 -2
View File
@@ -331,8 +331,7 @@ public:
m_Text = text;
m_KeyText = m_Text;
m_KeyText.replace(QLatin1Char('.'), QLatin1Char('_'));
emit beginResetModel();
emit endResetModel();
invalidateFilter();
}
protected: