|
|
Not necessarily...
In the event loop, he may get parallel paths of operation going on...
and one needs to initialize something the other needs..
Based on what Vitor has said... Im betting his variable viewmagp_xpm is
not initialized..
Scott
> -----Original Message-----
> From: Malte Witt [mailto:malte.witt@xxxxxxxxxxxxx]
> Sent: Thursday, July 31, 2008 7:34 AM
> To: qt-interest@xxxxxxxxxxxxx
> Subject: Re: QVector<T> - Assert failure Qt 4.3
>
> > Well, I'm starting to get confused about what you define by
> "thread".
> > I don't explicitely creat any thread. What happens is the all my
> menus
> > inherites from one classe QGMenu which inheriths from QMenu. In my
> GUI
> > initialization - I mean, my GUI class inherithed from QMainWindow -
> all
> > menu classes are initialized one by one, sequentialy.
>
> Well, that sounds like the correct way to do it for me. But if you
have
> a
> single threaded application, you can hardly create a race condition,
> can
> you? Now I am a little confused ;-)
>
> Regards,
> Malte
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/
|
|