Skip to content

Commit

Permalink
Avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 17, 2016
1 parent f5b1715 commit 5e80bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/oracle/qgsoracletablemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ QIcon QgsOracleTableModel::iconForWkbType( QgsWkbTypes::Type type )
case QgsWkbTypes::NullGeometry:
return QgsApplication::getThemeIcon( "/mIconTableLayer.png" );
}
return QgsApplication::getThemeIcon( "/mIconTableLayer.png" );
}

bool QgsOracleTableModel::setData( const QModelIndex &idx, const QVariant &value, int role )
Expand Down

0 comments on commit 5e80bf5

Please sign in to comment.