Hi, from the documentation:
The type has to be registered with qDBusRegisterMetaType() before it can be used with QDBusArgument. Therefore, somewhere in your program, you should add the following code: qDBusRegisterMetaType<MyStructure>(); Once registered, a type can be used in outgoing method calls Cheers Am Montag, 12. Januar 2015, 22:48:05 schrieb Gregor Mi: > "QDBusPendingReply: type QList<KGlobalShortcutInfo> is not registered with > QtDBus". >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
