As the title says... When debugging I receive this error:
error.png
Then it shows me where->
qgraphicsitem.cpp:
void QGraphicsItem::setTransform(const QTransform
&matrix,
bool combine
) {
if (!d_ptr->transformData)
d_ptr->transformData = new QGraphicsItemPrivate::TransformData;
//......... etc
void QGraphicsItem::setTransform(const QTransform &matrix, bool combine)
{
if (!d_ptr->transformData)
d_ptr->transformData = new QGraphicsItemPrivate::TransformData;
//......... 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.
Bookmarks