mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
qgsvectorlayer.h includes
This commit is contained in:
parent
4540061f90
commit
63630410fd
@ -95,6 +95,10 @@ void QgsServerInterfaceImpl::registerServerCache( QgsServerCacheFilter *serverCa
|
||||
#endif
|
||||
}
|
||||
|
||||
QgsServerCacheManager *QgsServerInterfaceImpl::cacheManager() const
|
||||
{
|
||||
return mCacheManager.get();
|
||||
}
|
||||
|
||||
void QgsServerInterfaceImpl::removeConfigCacheEntry( const QString &path )
|
||||
{
|
||||
|
@ -24,6 +24,7 @@
|
||||
|
||||
#include "qgsserverinterface.h"
|
||||
#include "qgscapabilitiescache.h"
|
||||
#include "qgsservercachemanager.h"
|
||||
|
||||
/**
|
||||
* \ingroup server
|
||||
@ -74,7 +75,7 @@ class QgsServerInterfaceImpl : public QgsServerInterface
|
||||
* \returns the server cache helper
|
||||
* \since QGIS 3.4
|
||||
*/
|
||||
QgsServerCacheManager *cacheManager() const override { return mCacheManager.get(); }
|
||||
QgsServerCacheManager *cacheManager() const override;
|
||||
|
||||
QString getEnv( const QString &name ) const override;
|
||||
QString configFilePath() override { return mConfigFilePath; }
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "qgsconfigcache.h"
|
||||
#include "qgsserverprojectutils.h"
|
||||
#include "qgswfsparameters.h"
|
||||
#include "qgsvectorlayer.h"
|
||||
|
||||
namespace QgsWfs
|
||||
{
|
||||
|
@ -39,6 +39,7 @@
|
||||
|
||||
#include "qgsexception.h"
|
||||
#include "qgsexpressionnodeimpl.h"
|
||||
#include "qgsvectorlayer.h"
|
||||
|
||||
|
||||
namespace QgsWms
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include "qgstest.h"
|
||||
|
||||
#include "qgsvectorlayerutils.h"
|
||||
#include "qgsvectorlayer.h"
|
||||
|
||||
/**
|
||||
* \ingroup UnitTests
|
||||
|
Loading…
x
Reference in New Issue
Block a user