We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 47b69c4 commit 5d7f54dCopy full SHA for 5d7f54d
src/server/qgsservercachefilter.cpp
@@ -22,7 +22,6 @@
22
#include <QDomDocument>
23
24
QgsServerCacheFilter::QgsServerCacheFilter( const QgsServerInterface *serverInterface )
25
- : mServerInterface( serverInterface )
26
{
27
}
28
src/server/qgsservercachefilter.h
@@ -123,11 +123,6 @@ class SERVER_EXPORT QgsServerCacheFilter
123
*/
124
virtual bool deleteCachedImages( const QgsProject *project ) const;
125
126
- private:
127
-
128
- //! The server interface
129
- const QgsServerInterface *mServerInterface = nullptr;
130
131
};
132
133
//! The registry definition
0 commit comments