Fix build warning

This commit is contained in:
Matthias Kuhn 2018-09-06 08:19:45 +02:00
parent a3416aa14f
commit 80750ce85f

View File

@ -23,6 +23,7 @@
QgsServerCacheFilter::QgsServerCacheFilter( const QgsServerInterface *serverInterface )
{
Q_UNUSED( serverInterface );
}
QByteArray QgsServerCacheFilter::getCachedDocument( const QgsProject *project, const QgsServerRequest &request, const QString &key ) const