QStringreadableName=id;// Start with ID, but replace with reply (if exists)
kDebug()<<"Media control for id="<<id<<", busDestination"<<busDestination<<", name= "<<readableName;
constQDBusMessage&msg=watcher->reply();
if(msg.type()==QDBusMessage::ErrorMessage)
{
kError(67100)<<"ERROR in Media control operation, id="<<id<<": "<<msg;
}
kDebug()<<"Media control for id="<<id<<", path="<<msg.path()<<", interface="<<msg.interface()<<", busDestination"<<busDestination<<", name= "<<readableName;