On sábado, 14 de dezembro de 2013 12:42:32, Roland Winklmeier wrote:
> n qthread_win.cpp
> QThreadPrivate::start ->
> void QThreadPrivate::createEventDispatcher(QThreadData *data)
> {
> QEventDispatcherWin32 *theEventDispatcher = new QEventDispatcherWin32;
> data->eventDispatcher.storeRelease(theEventDispatcher);
> theEventDispatcher->startingUp();
> }You must not use QThread. You need to start your thread before using any QObject-derived classes. Once you're there, instantiate the QApplication. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
