On sábado, 5 de maio de 2012 23.18.18, Giuseppe D'Angelo wrote:
> qgraphicsview.cpp-2790-        d->useLastMouseEvent = false;
> qgraphicsview.cpp-2791-        // a hack to pass a viewport pointer to
> the scene inside the leave event
> qgraphicsview.cpp:2792:        Q_ASSERT(event->d == 0);
> qgraphicsview.cpp:2793:        event->d > reinterpret_cast<QEventPrivate 
> *>(viewport());
> qgraphicsview.cpp-2794-        QApplication::sendEvent(d->scene, event);
> qgraphicsview.cpp-2795-        break;

Argh!

Does anyone have a clean suggestion on how to fix this hack?

I can reset the pointer to zero now to fix the crash, but it's still a hack and
the d pointer might be used in the future.

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
     Intel Sweden AB - Registration Number: 556189-6027
     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to