Skip to content

Commit 36b58a8

Browse files
committedNov 7, 2017
Fix duplicated return
1 parent 90d6a2d commit 36b58a8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/app/layout/qgslayoutmapwidget.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,6 @@ QgsLayoutItemMapGrid *QgsLayoutMapWidget::currentGrid()
11891189
return nullptr;
11901190
}
11911191
return mMapItem->grids()->grid( item->data( Qt::UserRole ).toString() );
1192-
return nullptr;
11931192
}
11941193

11951194
void QgsLayoutMapWidget::mGridListWidget_currentItemChanged( QListWidgetItem *current, QListWidgetItem *previous )

0 commit comments

Comments
 (0)
Please sign in to comment.