Commit 58908dc1 by Philipp Adolf

Remove extra qualifier from trackballPoint

parent 0aecab38
......@@ -43,7 +43,7 @@ protected:
void wheelEvent(QWheelEvent *event ) ;
private:
QVector3D* MainWidget::trackballPoint(int x, int y);
QVector3D* trackballPoint(int x, int y);
void rotate(QVector3D *newPos );
void move(QPointF *newPos );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment