Remove KCM

The KDE Connect QML app has reached the point where it has almost 100% feature parity with the KCM (two features missing only: exporting/importing commands lists for the runcommand plugin, and configuring the applications for the receive notifications plugin). So I think it's time we kill the KCM module and replace it with the nicer looking QML app, removing in the process a whole lot of code duplication.

I originally wrote the KCM module 12 years ago now and it has served us well all this years, but it's time for it to go 😄
This commit is contained in:
Albert Vaca Cintora
2025-06-24 23:07:40 +02:00
parent 1275c8e031
commit c8ab073892
62 changed files with 32 additions and 3077 deletions

View File

@@ -15,7 +15,6 @@
#include <QSettings>
#include <KShell>
#include <kcmutils_version.h>
#include <core/daemon.h>
#include <core/device.h>