Skip to content

dataengine: remove id from json file

Christoph Wolk requested to merge work/cherry-pick-277391cc into Plasma/6.2

The KPlugin documentation advises that C++ plugins should not set the id field explicitly, as it will be set from the filename, and since be10ddbf an explicit error message is shown indicating that this id should be removed. The json file for the wacom tablet contains an id field though, leading to an unnecessary error message every time the dataengine is loaded (such as on plasmashell startup)

This change removes the unnecessary id field.

(cherry picked from commit 277391cc)

Co-authored-by: Christoph Wolk christoph.wolk@gmx.de

Merge request reports