powermanagement_inhibition: adapt to changed DBus interface
With powerdevil!353 (closed), inhibition info as obtained from the powerdevil interface is now a QList of
struct SolidInhibition {
uint cookie;
QString appName;
QString reason;
}
Added and removed inhibition in the changed signal are now lists of SolidInhibitions and cookies, respectively.
Should be merged simultaneously with the powerdevil MR.
Edited by Natalie Clarius