Skip to content

Commit

Permalink
Spelling update
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 11, 2017
1 parent 28cd9ad commit 1b93cda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/gui/layout/qgslayoutviewtool.sip
Expand Up @@ -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 );
Expand Down
2 changes: 1 addition & 1 deletion src/gui/layout/qgslayoutviewtool.h
Expand Up @@ -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 );

Expand Down

0 comments on commit 1b93cda

Please sign in to comment.