[Qt-interest] crash during QObject::connect
Thomas Ehrnhoefer
thomas.ehrnhoefer at tasktop.com
Fri Sep 9 16:44:43 CEST 2011
Hi
I am experiencing a reproducable crash when
QObject::connect(controller, SIGNAL(onModelChanged(MyModel*)), this,
SLOT(onModelChanged(MyModel*)),Qt::UniqueConnection);
is called.
In fact, it works once, but on a second run (same controller, but different
"this"), it crashes. I am wondering what all the thing are that happen
behind the scenes here, to figure out why it crashes. I do know that the
following line does not get executed.
Thanks for any hints
Thomas
--
Thomas Ehrnhoefer
Software Developer, http://tasktop.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110909/3aae66f7/attachment.html
More information about the Qt-interest-old
mailing list