Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 14, 2016
1 parent a0bfc10 commit c0e3295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgspanelwidget.cpp
Expand Up @@ -59,7 +59,7 @@ QgsPanelWidget*QgsPanelWidget::findParentPanel( QWidget* widget )
{
// break on encountering a window - eg a dialog opened from a panel should not inline
// widgets inside the parent panel
return false;
return nullptr;
}

p = p->parentWidget();
Expand Down

0 comments on commit c0e3295

Please sign in to comment.