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

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

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

--- Comment #4 from Maik Qualmann <metzping...@gmail.com> ---
The cause is here. Why too toLocal8Bit()? I fix it tonight.

QStringList
CollectionManagerPrivate::networkShareMountPathsFromIdentifier(const
AlbumRootLocation* location)
{
    // using a QUrl because QUrl cannot handle duplicate query items
    QUrl url = QUrl::fromEncoded(location->identifier.toLocal8Bit());

    if (url.scheme() != QLatin1String("networkshareid"))
    {
        return QStringList();
    }

    return QUrlQuery(url).allQueryItemValues(QLatin1String("mountpath"));
}

Maik

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

Reply via email to