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
}
Edited by Nate Graham