From 8e3ffc700ab54dedcb8489883c9c74aa21d442e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 21 Mar 2012 13:48:36 +0000 Subject: [PATCH] Fixed documentation warnings git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@14244 383ad7c9-94d9-4d36-a494-682f7c89f535 --- widgets/glWidget/QtBaseViewer.hh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/widgets/glWidget/QtBaseViewer.hh b/widgets/glWidget/QtBaseViewer.hh index 55030189..55e2e3c5 100644 --- a/widgets/glWidget/QtBaseViewer.hh +++ b/widgets/glWidget/QtBaseViewer.hh @@ -180,6 +180,9 @@ public: Recomputes Scene center and resets the trackball center if specified. The \c sceneGraphToched() signal will be emitted (even if \c _root does not actually change). + + @param _root The root node of the scene graph + @param _resetTrackBall Reset the trackball center? */ void sceneGraph(ACG::SceneGraph::BaseNode* _root, const bool _resetTrackBall = false); -- GitLab