File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4782,8 +4782,8 @@ void QgsSpatiaLiteProvider::getViewSpatialIndexName()
4782
4782
{
4783
4783
for ( i = 1 ; i <= rows; i++ )
4784
4784
{
4785
- mIndexTable = QString::fromUtf8 (( const char * ) results[( i * columns ) + 0 ] );
4786
- mIndexGeometry = QString::fromUtf8 (( const char * ) results[( i * columns ) + 1 ] );
4785
+ mIndexTable = QString::fromUtf8 ( ( const char * ) results[( i * columns ) + 0 ] );
4786
+ mIndexGeometry = QString::fromUtf8 ( ( const char * ) results[( i * columns ) + 1 ] );
4787
4787
mSpatialIndexRTree = true ;
4788
4788
}
4789
4789
}
@@ -4939,8 +4939,8 @@ bool QgsSpatiaLiteProvider::getViewGeometryDetails()
4939
4939
QString fType = results[( i * columns ) + 0 ];
4940
4940
QString xSrid = results[( i * columns ) + 1 ];
4941
4941
QString spatialIndex = results[( i * columns ) + 2 ];
4942
- mIndexTable = QString::fromUtf8 (( const char * ) results[( i * columns ) + 3 ] );
4943
- mIndexGeometry = QString::fromUtf8 (( const char * ) results[( i * columns ) + 4 ] );
4942
+ mIndexTable = QString::fromUtf8 ( ( const char * ) results[( i * columns ) + 3 ] );
4943
+ mIndexGeometry = QString::fromUtf8 ( ( const char * ) results[( i * columns ) + 4 ] );
4944
4944
4945
4945
if ( fType == QLatin1String ( " POINT" ) )
4946
4946
{
You can’t perform that action at this time.
0 commit comments