https://bugs.kde.org/show_bug.cgi?id=451091
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexander.loh...@gmx.de --- Comment #3 from Harald Sitter <sit...@kde.org> --- Did we maybe break this by moving to json? void SambaUserSharePlugin::showSambaStatus() { KService::Ptr kcm = KService::serviceByStorageId(QStringLiteral("smbstatus")); if (!kcm) { // TODO: meh - we have no availability handling. I may have a handy class in plasma-disks return; } KIO::ApplicationLauncherJob(kcm).start(); } -- You are receiving this mail because: You are watching all bug changes.