Skip to content

Deprecate KRun QML bindings

Nicolas Fella requested to merge work/krunqml into master

It's not used anywhere in KDE code and for the use case of opening a URL there's an alternative in Qt. For the use case of launching an application one would need to use C++

I don't think we really have a way to properly deprecate QML things, so print a warning when instantiating one

Merge request reports