-
|
Hi, I am trying to implement a callback that receives a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
|
Hi! Thanks for the interest! I wasn't aware anyone had gotten deep with the KDE Frameworks so this is exciting to see! What you'll typically do with those parameter types is pass them to Hopefully this helps! |
Beta Was this translation helpful? Give feedback.
It is exported in more recent versions of the library under the
Cnamespace here but it currently has an optional type in the definition so you currently need to use it asdata.?.lenanddata.?.data.If you want to patch it locally, the definition should be:
It could also be defined as:
I'll include that fix in the patch. Sorry for all of the issues you're running into!