mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Clean
This commit is contained in:
parent
3efd98d9cf
commit
94e9a91592
@ -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"
|
||||
|
@ -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
|
||||
@ -75,7 +74,6 @@ class SERVER_EXPORT QgsServerSettingsEnv : public QObject
|
||||
};
|
||||
Q_ENUM( EnvVar )
|
||||
};
|
||||
// #endif
|
||||
|
||||
/**
|
||||
* \ingroup server
|
||||
|
Loading…
x
Reference in New Issue
Block a user