Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixes compilation warning
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/server/qgsserverparameters.cpp
|
@@ -438,7 +438,7 @@ void QgsServerParameters::load( const QUrlQuery &query ) |
|
|
} |
|
|
} |
|
|
|
|
|
bool QgsServerParameters::loadParameter( const QPair<QString, QString> &item ) |
|
|
bool QgsServerParameters::loadParameter( const QPair<QString, QString> & ) |
|
|
{ |
|
|
return false; |
|
|
} |
|
|