Skip to content
Commit de4ee439 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii Committed by Marco Martin
Browse files

IconItem: Allow specifying a custom loader

This allows us to move icon logic from system tray's C++ code to QML.
With a SNI, it's possible to indicate custom IconThemePath property
where the system tray visualization should look for icons.

Intended usage:

    PlasmaCore.IconItem {
        loader.appDir: appDir
        loader.extraSearchPaths: paths
    }
parent 988d16f3
Pipeline #172258 passed with stage
in 4 minutes and 4 seconds
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