Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update doc for QgsServiceNativeModuleEntry
- Loading branch information
Showing
with
4 additions
and
0 deletions.
-
+4
−0
src/server/qgsservicenativeloader.cpp
|
@@ -34,6 +34,10 @@ typedef void unloadHook_t( QgsServiceModule * ); |
|
|
class QgsServiceNativeModuleEntry |
|
|
{ |
|
|
public: |
|
|
|
|
|
/** |
|
|
* Constructor. |
|
|
*/ |
|
|
QgsServiceNativeModuleEntry( const QString &location ) |
|
|
: mLocation( location ) |
|
|
{} |
|
|