Skip to content

Commit

Permalink
Update doc for Service in WMS
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jul 13, 2018
1 parent a7dfd6e commit 1286320
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/server/services/wms/qgswms.cpp
Expand Up @@ -41,7 +41,10 @@ namespace QgsWms
class Service: public QgsService
{
public:
// Constructor

/**
* Constructor.
*/
Service( const QString &version, QgsServerInterface *serverIface )
: mVersion( version )
, mServerIface( serverIface )
Expand Down

0 comments on commit 1286320

Please sign in to comment.