Skip to content

Commit

Permalink
Follow up 5beb4e2 - Enable rename browser tree node on edit key only
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Oct 14, 2018
1 parent faeb160 commit bd8d61a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsbrowsertreeview.cpp
Expand Up @@ -23,6 +23,7 @@ QgsBrowserTreeView::QgsBrowserTreeView( QWidget *parent )
: QTreeView( parent )
, mSettingsSection( QStringLiteral( "browser" ) )
{
setEditTriggers( QAbstractItemView::EditKeyPressed );

This comment has been minimized.

Copy link
@nyalldawson

nyalldawson Oct 14, 2018

Collaborator

Why?

This comment has been minimized.

Copy link
@NathanW2

NathanW2 via email Oct 14, 2018

Author Member
}

void QgsBrowserTreeView::setModel( QAbstractItemModel *model )
Expand Down

0 comments on commit bd8d61a

Please sign in to comment.