18#ifndef QGSSERVERPLUGINS_H 
   19#define QGSSERVERPLUGINS_H 
   48    static QStringList &serverPlugins();
 
 
Defines interfaces exposed by QGIS Server and made available to plugins.
 
Initializes Python server plugins and stores a list of server plugin names.
 
QgsServerPlugins()=default
Default constructor for QgsServerPlugins.
 
static QgsPythonUtils * sPythonUtils
Pointer to QgsPythonUtils.