El dissabte, 6 de juny de 2020, a les 19:00:59 CEST, David Faure va escriure: > In order to switch kdeclarative to > -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054700 > we need to port KRunProxy away from KRun, or to deprecate KRunProxy. > > AFAICS it exposes an object named KRun to QML files, but searching for > qml files with KRun in them leads to no results: > https://lxr.kde.org/search?_filestring=*.qml&_string=KRun > > Am I doing this wrong?
Yes, this is the correct search https://lxr.kde.org/search?_filestring=.*%5C.qml&_advanced=1&_string=KRun&_casesensitive=1 >From what i can see it's only used in one place to launch ksysguard Cheers, Albert > Are there other file extensions to take into consideration? > > If not, can I deprecate KRunProxy? > >