Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix compilation with Qt < 5.10
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/server/services/wfs/qgswfsparameters.cpp
|
@@ -51,7 +51,7 @@ namespace QgsWfs |
|
|
const QStringList corners = mValue.toString().split( ',' ); |
|
|
if ( corners.size() == 5 ) |
|
|
{ |
|
|
value = value.chopped( corners[4].size() + 1 ); |
|
|
value.resize( value.size() - corners[4].size() - 1 ); |
|
|
} |
|
|
|
|
|
QgsServerParameterDefinition param; |
|
|