kdeconnect-kde/kcm
Rob Emery 5b5fac2d5d
So this doesn't seem to work, if the return type is anything other than
QString or QStringList then it blows up with:
/home/rob/kde/src/kdeconnect-kde/kcm/kcm.cpp: In constructor ‘KdeConnectKcm::KdeConnectKcm(QObject*, const KPluginMetaData&, const QVariantList&)’:
/home/rob/kde/src/kdeconnect-kde/kcm/kcm.cpp:82:17: error: ‘class DaemonDbusInterface’ has no member named ‘linkProviders’
   82 |         daemon->linkProviders(),

even though the signatures are correct etc. No idea, I'll have
to fix this ultimately but I'll workaround it for now
2024-11-03 22:26:07 +01:00
..
assets.qrc Use QML ListView in KCM 2024-10-06 21:40:39 +00:00
CMakeLists.txt Add missing QQuickStyle::setStyle calls 2024-10-18 11:38:57 +00:00
kcm.cpp So this doesn't seem to work, if the return type is anything other than 2024-11-03 22:26:07 +01:00
kcm.h Use QML ListView in KCM 2024-10-06 21:40:39 +00:00
kcm.ui OK, so this builds; but doesn't return the right type now. Untested if 2024-11-03 22:26:06 +01:00
kcm_kdeconnect.json SVN_SILENT made messages (.desktop file) - always resolve ours 2024-10-29 01:23:22 +00:00
list.qml Add frame back to device list 2024-10-10 13:12:48 +00:00
Messages.sh Use QML ListView in KCM 2024-10-06 21:40:39 +00:00