Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 12, 2020
1 parent 44ae1ca commit b510ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/processing/models/qgsmodelviewmouseevent.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class GUI_EXPORT QgsModelViewMouseEvent : public QMouseEvent
* Constructor for QgsModelViewMouseEvent. Should only be required to be called from the QgsModelGraphicsView.
* \param view The view in which the event occurred.
* \param event The original mouse event
* \param snaps set to TRUE if the event should be snapped
*/
QgsModelViewMouseEvent( QgsModelGraphicsView *view, QMouseEvent *event, bool snaps );

Expand Down

0 comments on commit b510ad0

Please sign in to comment.