kcm_bluetooth changed ?
Fusion Future
qydwhotmail at gmail.com
Sun Feb 13 13:15:09 GMT 2022
On 2022/2/13 20:20, Martin Koller wrote:
> I already tried this but it did not solve the issue.
This code snippet works on my system. Please have a try.
```cpp
dialog = new KCMultiDialog();
KPluginMetaData
module(QPluginLoader("plasma/kcms/systemsettings/kcm_bluetooth"));
if (!module.name().isEmpty())
dialog->addModule(module);
dialog->show();
```
More information about the Kde-frameworks-devel
mailing list