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

--- Comment #2 from Alexander Lohnau <alexander.loh...@gmx.de> ---
I am not sure what you mean with hovering over a category.

    if (mime.isEmpty()) {
        if (!mimeType.startsWith(QLatin1String("x-scheme-handler/"))) { //
don't warn for unknown scheme handler mimetypes
            qCWarning(SERVICES) << "KApplicationTrader: mimeType" << mimeType
<< "not found";
            return lst; // empty
        }
        mime = mimeType;
    }

There is code in KServie to avoid lots of warnings, but in case the schema
handler is known to QMimeDatabase, but (for whatever reason) not to KService
internally, we will emit a warning later on.

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

Reply via email to