We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e930d69 commit 9d789bcCopy full SHA for 9d789bc
src/server/qgsserverinterfaceimpl.h
@@ -55,8 +55,8 @@ class QgsServerInterfaceImpl : public QgsServerInterface
55
QString configFilePath( ) override { return mConfigFilePath; }
56
void setConfigFilePath( QString configFilePath ) override;
57
58
- void setFilters(QgsServerFiltersMap *filters) override;
59
-private:
+ void setFilters( QgsServerFiltersMap *filters ) override;
+ private:
60
61
QString mConfigFilePath;
62
QgsServerFiltersMap mFilters;
0 commit comments