Skip to content

Commit 338ecf8

Browse files
author
mhugent
committedApr 17, 2011
Fix missing return statement. Thanks, jef
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15744 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/mapserver/qgsconfigparser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ QStringList QgsConfigParser::createCRSListForLayer( QgsMapLayer* theMapLayer ) c
147147
}
148148
sqlite3_finalize( myPreparedStatement );
149149
sqlite3_close( myDatabase );
150+
return crsNumbers;
150151
}
151152

152153
bool QgsConfigParser::exGeographicBoundingBox( const QDomElement& layerElement, QgsRectangle& rect ) const

0 commit comments

Comments
 (0)
Please sign in to comment.