[Kde-bindings] Workaround for DataEngine::Data& slot argument in dataUpdated

David Palacio dpalacio at orbitalibre.org
Thu Nov 18 04:29:37 UTC 2010


Hi,

Current problem: Plasmoid method `dataUpdated` cannot be called as slot
(Cannot handle DataEngine::Data as slot argument).

Workaround: dataengine.data.diff (attached)

The type for DataEngine::Data in generated smokedata.cpp is:
{ "const Plasma::DataEngine::Data&", 0, Smoke::t_voidp|Smoke::tf_stack },
//419

This is not found by get_moc_arguments since it removes the const prefix
when searching the type.

Later, a handler for the type is not found since the name is missing the
same prefix as above.

So is the generated type name in smokedata.cpp wrong? Is this workaround
totally off?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-bindings/attachments/20101117/e2c4c2cb/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dataengine.data.diff
Type: text/x-patch
Size: 1491 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-bindings/attachments/20101117/e2c4c2cb/attachment.diff>


More information about the Kde-bindings mailing list