Skip to content

Commit

Permalink
Update doc for QgsServiceNativeModuleEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jul 13, 2018
1 parent 3bd9298 commit a698dc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/server/qgsservicenativeloader.cpp
Expand Up @@ -34,6 +34,10 @@ typedef void unloadHook_t( QgsServiceModule * );
class QgsServiceNativeModuleEntry
{
public:

/**
* Constructor.
*/
QgsServiceNativeModuleEntry( const QString &location )
: mLocation( location )
{}
Expand Down

0 comments on commit a698dc2

Please sign in to comment.