https://bugs.kde.org/show_bug.cgi?id=193232

Maik Qualmann <metzping...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |metzping...@gmail.com

--- Comment #28 from Maik Qualmann <metzping...@gmail.com> ---
I've tested it, working as expected. Simon, I find cleanUserFilterString ()
quite complicated. What do you think of this code, it is not tested:

QString filter = filterString.trimmed();
filter.remove(QLatin1String("-*."));
filter.remove(QLatin1String("*."));
filter.remove(QLatin1String("-."));
filter.remove(QLatin1Char('.'));
filter.replace(QLatin1Char(';'), QLatin1Char(' '));
QStringList filterList = filter.split(QLatin1Char(' '),
QString::SkipEmptyParts);

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to