/QGI/QGraphicsItem/

This commit is contained in:
WandererFan
2016-01-17 12:13:45 -05:00
committed by wmayer
parent 08c46a7d07
commit ffbaf79f4a
43 changed files with 186 additions and 188 deletions

View File

@@ -33,7 +33,7 @@ using namespace TechDrawGui;
QGCustomSvg::QGCustomSvg()
{
setCacheMode(QGI::NoCache);
setCacheMode(QGraphicsItem::NoCache);
}
void QGCustomSvg::centerAt(QPointF centerPos)