Skip to content

Commit 58c38f2

Browse files
committedFeb 26, 2019
Remove duplicated public/private
1 parent e8181e9 commit 58c38f2

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed
 

‎src/server/services/wms/qgswmsrenderer.h

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ namespace QgsWms
107107
*/
108108
QByteArray getFeatureInfo( const QString &version = "1.3.0" );
109109

110+
//! Returns the image quality to use for getMap request
111+
int imageQuality() const;
112+
113+
//! Returns the precision to use for GetFeatureInfo request
114+
int wmsPrecision() const;
115+
110116
private:
111117

112118
// Init the restricted layers with nicknames
@@ -289,8 +295,6 @@ namespace QgsWms
289295

290296
void handlePrintErrors( const QgsLayout *layout ) const;
291297

292-
private:
293-
294298
const QgsWmsParameters &mWmsParameters;
295299

296300
#ifdef HAVE_SERVER_PYTHON_PLUGINS
@@ -305,15 +309,6 @@ namespace QgsWms
305309
QMap<QString, QgsMapLayer *> mNicknameLayers;
306310
QMap<QString, QList<QgsMapLayer *> > mLayerGroups;
307311
QList<QgsMapLayer *> mTemporaryLayers;
308-
309-
public:
310-
311-
//! Returns the image quality to use for getMap request
312-
int imageQuality() const;
313-
314-
//! Returns the precision to use for GetFeatureInfo request
315-
int wmsPrecision() const;
316-
317312
};
318313

319314
} // namespace QgsWms

0 commit comments

Comments
 (0)
Please sign in to comment.