mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-20 17:19:58 +00:00
port library
This commit is contained in:
@ -97,7 +97,7 @@ void AWListFormatter::setFilter(const QString &_filter)
|
||||
qCDebug(LOG_LIB) << "Filter" << _filter;
|
||||
|
||||
m_filter = _filter;
|
||||
m_regex = QRegExp(m_filter);
|
||||
m_regex = QRegularExpression(m_filter);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user