[Qt-interest] Treating User defined type as QVariant via void*
Stephen Kelly
steveire at gmail.com
Wed Sep 22 11:56:29 CEST 2010
Santhosh Y wrote:
> Hi ,
>
> Please find the attached file.
> Here I am trying to treat Node* as QVariant, since only QVariant can be
> exported across 2-different process via COM (activeX control)
> When I am trying to build this, I am facing compilation issues.
> Can you guide us in resolving the issue over here .
>
>
What is the compilation error? Is it that Node does not have a default
constructor? Then create a default constructor.
All the best,
Steve.
More information about the Qt-interest-old
mailing list