Skip to content

Commit 3fafe82

Browse files
committed
typo
1 parent df435be commit 3fafe82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/providers/wfs/qgswfscapabilities.cpp

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ QgsWFSCapabilities::QgsWFSCapabilities( QString theUri ) :
3131
mCapabilitiesReply( 0 ),
3232
mErrorCode( QgsWFSCapabilities::NoError )
3333
{
34-
mUri.setEncodedUri( theUri ),
35-
QgsDebugMsg ( "theUri = " + theUri );
36-
mBaseUrl = prepareUri ( mUri.param("url") );
34+
mUri.setEncodedUri( theUri );
35+
QgsDebugMsg( "theUri = " + theUri );
36+
mBaseUrl = prepareUri( mUri.param( "url" ) );
3737

38-
QgsDebugMsg ( "mBaseUrl = " + mBaseUrl );
38+
QgsDebugMsg( "mBaseUrl = " + mBaseUrl );
3939

4040
//find out the server URL
4141
/*
4242
QSettings settings;
4343
QString key = "/Qgis/connections-wfs/" + mConnName + "/url";
4444
mUri = settings.value( key ).toString();
4545
QgsDebugMsg( QString( "url is: %1" ).arg( mUri ) );
46-
46+
4747
//make a GetCapabilities request
4848
//modify mUri to add '?' or '&' at the end if it is not already there
4949
if ( !( mUri.contains( "?" ) ) )

0 commit comments

Comments
 (0)