I missundertood the help... it says "valid pointer", not "dinamic object pointed by a valid pointer", so the solution was:

Qt Code:
  1. QPointF* pIntersectionPoint= new QPointF;
To copy to clipboard, switch view to plain text mode