Skip to content
Commit 0e069fcd authored by Eike Hein's avatar Eike Hein
Browse files

Port the SqlPodcastChannel query builder from QString::arg() to QTextStream.

Among the query payload is a local filesystem URL, which may
contain percent-encoded non-ASCII data, e.g. a directory name
written in Korean. This causes havoc in combiation with the
percent sign-based placeholders QString::arg() operates on.

The SqlPodcastEpisode query builder was already using
QTextStream.

BUG:333946
parent 9941a9aa
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