Skip to content

Commit

Permalink
Remove duplicated public/private
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Feb 26, 2019
1 parent e8181e9 commit 58c38f2
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions src/server/services/wms/qgswmsrenderer.h
Expand Up @@ -107,6 +107,12 @@ namespace QgsWms
*/
QByteArray getFeatureInfo( const QString &version = "1.3.0" );

//! Returns the image quality to use for getMap request
int imageQuality() const;

//! Returns the precision to use for GetFeatureInfo request
int wmsPrecision() const;

private:

// Init the restricted layers with nicknames
Expand Down Expand Up @@ -289,8 +295,6 @@ namespace QgsWms

void handlePrintErrors( const QgsLayout *layout ) const;

private:

const QgsWmsParameters &mWmsParameters;

#ifdef HAVE_SERVER_PYTHON_PLUGINS
Expand All @@ -305,15 +309,6 @@ namespace QgsWms
QMap<QString, QgsMapLayer *> mNicknameLayers;
QMap<QString, QList<QgsMapLayer *> > mLayerGroups;
QList<QgsMapLayer *> mTemporaryLayers;

public:

//! Returns the image quality to use for getMap request
int imageQuality() const;

//! Returns the precision to use for GetFeatureInfo request
int wmsPrecision() const;

};

} // namespace QgsWms
Expand Down

0 comments on commit 58c38f2

Please sign in to comment.