Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jan 23, 2022
1 parent a2fadec commit f30ab3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/providers/ogr/qgsogrdbtablemodel.cpp
Expand Up @@ -51,6 +51,7 @@ bool QgsOgrDbTableModel::searchableColumn( int column ) const
case QgsOgrDbTableModel::DbtmSql:
return true;
}
BUILTIN_UNREACHABLE
}

void QgsOgrDbTableModel::addTableEntry( const Qgis::BrowserLayerType &layerType, const QString &tableName, const QString &uri, const QString &geometryColName, const QString &geometryType, const QString &sql )
Expand Down

0 comments on commit f30ab3d

Please sign in to comment.