Skip to content

Commit

Permalink
Revert "Followup to d897aa5; fix crash on Mac"
Browse files Browse the repository at this point in the history
This reverts commit 9837f43.
  • Loading branch information
blazek committed Nov 30, 2014
1 parent 6aa84c9 commit 445675a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/qgsbrowserdockwidget.cpp
Expand Up @@ -811,9 +811,6 @@ QStringList QgsBrowserDockWidget::expandedPathsList( const QModelIndex & proxyIn
{
QStringList paths;

if ( !proxyIndex.isValid() )
return paths;

for ( int i = 0; i < mProxyModel->rowCount( proxyIndex ); i++ )
{
QModelIndex childProxyIndex = mProxyModel->index( i, 0, proxyIndex );
Expand Down

0 comments on commit 445675a

Please sign in to comment.