Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Aug 27, 2020
1 parent 3efd98d commit 94e9a91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions python/server/auto_generated/qgsserversettings.sip.in
Expand Up @@ -13,6 +13,11 @@

class QgsServerSettingsEnv : QObject
{
%Docstring
Provides some enum describing the environment currently supported for configuration.

.. versionadded:: 3.0
%End

%TypeHeaderCode
#include "qgsserversettings.h"
Expand Down
2 changes: 0 additions & 2 deletions src/server/qgsserversettings.h
Expand Up @@ -33,7 +33,6 @@
* \brief Provides some enum describing the environment currently supported for configuration.
* \since QGIS 3.0
*/
// #ifndef SIP_RUN
class SERVER_EXPORT QgsServerSettingsEnv : public QObject
{
Q_OBJECT
Expand Down Expand Up @@ -75,7 +74,6 @@ class SERVER_EXPORT QgsServerSettingsEnv : public QObject
};
Q_ENUM( EnvVar )
};
// #endif

/**
* \ingroup server
Expand Down

0 comments on commit 94e9a91

Please sign in to comment.