Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 6, 2018
1 parent a3416aa commit 80750ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/qgsservercachefilter.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 80750ce

Please sign in to comment.