mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Changed tr1 shared_ptr for QSharedPointers and QWeakPointers.
This commit is contained in:
@@ -31,7 +31,7 @@ MShape* DestinationGLCanvas::getShapeFromMappingId(uid mappingId) const
|
||||
if (mappingId == NULL_UID)
|
||||
return NULL;
|
||||
else
|
||||
return getMainWindow()->getMappingManager().getMappingById(mappingId)->getShape().get();
|
||||
return getMainWindow()->getMappingManager().getMappingById(mappingId)->getShape().data();
|
||||
}
|
||||
|
||||
ShapeGraphicsItem* DestinationGLCanvas::getShapeGraphicsItemFromMappingId(uid mappingId) const
|
||||
|
||||
Reference in New Issue
Block a user