[Qt-interest] structure through connect()
Chandru...
sekarwagmare at gmail.com
Thu Aug 13 11:56:22 CEST 2009
this is the structure
struct DMFCGlobalConf *DmfcInfo;
in confthread.h
i include
*Q_DECLARE_METATYPE(DMFCGLOBALConf)*
signals
*void structSend(const DMFCGLOBAL &);*
in confthread.cpp
i try
*emit structSend(* DmfcInfo);*
*connect(this, SIGNAL(structSend(const DMFCGlobalConf &)), this,
SLOT(structRecv(const DMFCGlobalConf &)));
*
normal direct connection only ... still it tells connect
no signal to connect::
On Thu, Aug 13, 2009 at 3:18 PM, Thomi Richards <thomir at gmail.com> wrote:
> Hi,
>
> 2009/8/13 Chandru... <sekarwagmare at gmail.com>:
> > i try queued connection but its failed ... even i registered it .. cant
> > connect it .. can any one provide me any example ...
>
> I'm sure if you provide us with a small example of what you're trying
> to do (with code), and how it's failing we can help you.
>
--
WAGMARE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090813/511c976e/attachment.html
More information about the Qt-interest-old
mailing list