Skip to content
Commit 37d39d0f authored by Alexander Lohnau's avatar Alexander Lohnau
Browse files

kcmshell6: Use KShell to split values coming from args option

The name suggests plural, but we'd handle the value.
In kde-cli-tools kcmshell5, we would do
"parser.value(QStringLiteral("args")).split(QRegularExpression(QStringLiteral("
+")))".

Test Plan:
Add debug output and expect all args to be part of args
./bin/kcmshell6 kcm_plasmasearch --args "bla1 bla2 bla3 'testme testmetoo'"
parent bd4f0a83
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment