As the title says... When debugging I receive this error:
error.png

Then it shows me where->
qgraphicsitem.cpp:
Qt Code:
  1. void QGraphicsItem::setTransform(const QTransform &matrix, bool combine)
  2. {
  3. if (!d_ptr->transformData)
  4. d_ptr->transformData = new QGraphicsItemPrivate::TransformData;
  5.  
  6. //......... etc
To copy to clipboard, switch view to plain text mode 

Apparently anything that uses a image gives me this error. But only using QtCreator 2.0.