Basic Live Connect support for java

Koos Vriezen koos.vriezen at xs4all.nl
Wed May 15 19:50:37 BST 2002


On Wed, 15 May 2002, Simon Hausmann wrote:
>
> Cool idea. Just one little thought: How about using QVariant to pass
> the data around, instead of the enum and QString?

But enum's TypeFunction and TypeObject are still needed. IMO QVariant
would make conversion only harder, e.g. const char*, QString, QCString.
Other types, such as QByteArray, have no meaning. QValueList<QVariant>
can't be used as an array reference, because it can't hold object
references.
So, I don't see the advantages of using QVariant.
Please comment.

Koos





More information about the kfm-devel mailing list