Skip to content

tabletmodemanager: properly export properties

Harald Sitter requested to merge work/sitter/exporttabletmodecorrectly into master

in order to read from the properties directly (as opposed to via org.freedesktop.DBus.Properties.Get) we need to export slots despite the class having none (presumably the READ functions count as slots for the purposes of qdbus?)

this makes direct calls to the interface work correctly qdbus org.kde.KWin /org/kde/KWin org.kde.KWin.TabletModeManager.tabletMode

Merge request reports