mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
Implement builtin filter expression parsing
This commit is contained in:
@@ -331,8 +331,7 @@ public:
|
||||
m_Text = text;
|
||||
m_KeyText = m_Text;
|
||||
m_KeyText.replace(QLatin1Char('.'), QLatin1Char('_'));
|
||||
emit beginResetModel();
|
||||
emit endResetModel();
|
||||
invalidateFilter();
|
||||
}
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user