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

--- Comment #3 from Mark Capella <[email protected]> ---
Alternatively, I could derive it like in an earlier WIP. 

    const QString localAppletLocation = QStandardPaths::writableLocation(
        QStandardPaths::GenericDataLocation) +
        QLatin1String("/plasma/plasmoids/");

    const QString localAppletContents = QLatin1String("/contents/");

    const QString fullIconName = localAppletLocation + pluginName +
        localAppletContents + iconName;

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

Reply via email to