Spelling update

This commit is contained in:
Nyall Dawson 2017-07-11 14:24:14 +10:00
parent 28cd9addab
commit 1b93cdae71
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ class QgsLayoutViewTool : QObject
virtual void layoutDoubleClickEvent( QgsLayoutViewMouseEvent *event );
%Docstring
Mouse double click event for overriding. Default implementation does nothing.
Mouse double-click event for overriding. Default implementation does nothing.
%End
virtual void layoutPressEvent( QgsLayoutViewMouseEvent *event );

View File

@ -66,7 +66,7 @@ class GUI_EXPORT QgsLayoutViewTool : public QObject
virtual void layoutMoveEvent( QgsLayoutViewMouseEvent *event );
/**
* Mouse double click event for overriding. Default implementation does nothing.
* Mouse double-click event for overriding. Default implementation does nothing.
*/
virtual void layoutDoubleClickEvent( QgsLayoutViewMouseEvent *event );