Thread: [SailfishOS+Harmattan] QDBusConnection: receive/send message
View Single Post
Posts: 133 | Thanked: 405 times | Joined on Mar 2012 @ Europe
#4
Dear marxian,

it works well expect for mapTypeToVariant().
Im able to extract the key name, but value is always empty.
QDBusMessage &reply includes all the data (qDebug() shows everything), but

Code:
map[basicTypeToVariant(arg).toString()] = busArgumentToVariant(arg);
gives a valid map with keys but empty values.

Any idea?