fix parameter name in doc

This commit is contained in:
Maxime Gimeno 2019-04-05 10:05:08 +02:00
parent 81eeed3615
commit 52785ca166
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ public:
//! \brief Constructor for the secondary viewers. //! \brief Constructor for the secondary viewers.
//! //!
//! \param parent the parent widget. It usually is the MainWindow. //! \param parent the parent widget. It usually is the MainWindow.
//! \param sharedWidget the main viewer of the Application. This will share the //! \param shared_widget the main viewer of the Application. This will share the
//! context and allow synchronized rendering of multiple views. //! context and allow synchronized rendering of multiple views.
//! //!
Viewer_interface(QWidget* parent, QOpenGLWidget* shared_widget) Viewer_interface(QWidget* parent, QOpenGLWidget* shared_widget)