File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ Create new data item.
157
157
virtual bool handleDoubleClick();
158
158
%Docstring
159
159
Called when a user double clicks on the item. Subclasses should return true
160
- if they have implemented a double click handler and do not want the default
161
- double click behaviour for items.
160
+ if they have implemented a double- click handler and do not want the default
161
+ double- click behavior for items.
162
162
.. versionadded:: 3.0
163
163
:rtype: bool
164
164
%End
Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ class CORE_EXPORT QgsDataItem : public QObject
158
158
159
159
/* *
160
160
* Called when a user double clicks on the item. Subclasses should return true
161
- * if they have implemented a double click handler and do not want the default
162
- * double click behaviour for items.
161
+ * if they have implemented a double- click handler and do not want the default
162
+ * double- click behavior for items.
163
163
* \since QGIS 3.0
164
164
*/
165
165
virtual bool handleDoubleClick ();
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ void QgsBrowserDockWidget::itemDoubleClicked( const QModelIndex &index )
164
164
if ( item->handleDoubleClick () )
165
165
return ;
166
166
else
167
- addLayerAtIndex ( index ); // default double click handler
167
+ addLayerAtIndex ( index ); // default double- click handler
168
168
}
169
169
170
170
void QgsBrowserDockWidget::showContextMenu ( QPoint pt )
You can’t perform that action at this time.
0 commit comments