Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove double qualifier
  • Loading branch information
elpaso committed Nov 7, 2018
1 parent 02ecb56 commit f012580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsdatasourceselectdialog.cpp
Expand Up @@ -136,7 +136,7 @@ void QgsDataSourceSelectDialog::showEvent( QShowEvent *e )
QModelIndex expandIndex = items.at( 0 );
if ( expandIndex.isValid() )
{
mBrowserTreeView->scrollTo( expandIndex, QgsBrowserTreeView::QgsBrowserTreeView::ScrollHint::PositionAtTop );
mBrowserTreeView->scrollTo( expandIndex, QgsBrowserTreeView::ScrollHint::PositionAtTop );
mBrowserTreeView->expand( expandIndex );
}
}
Expand Down

0 comments on commit f012580

Please sign in to comment.