[Qt-interest] Passing QStringList with signals
Donal O'Connor
donaloconnor at gmail.com
Wed Aug 18 22:25:13 CEST 2010
Probably have to register the type for MOC
qRegisterMetaType<QStringList>("QStringList");
Regards,
Donal
On Wed, Aug 18, 2010 at 9:16 PM, <siteshwar at gmail.com> wrote:
> Hello,
>
> I was trying to pass some data using QStringList as argument to a signal in
> my Qt application; but since QStringList doesn't derive from QObject;
> passing it is not allowed. What's the advised way to do so ?
>
> Regards,
> Siteshwar Vashisht
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-interest
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100818/8245e4de/attachment.html
More information about the Qt-interest-old
mailing list