QGIS API Documentation
3.8.0-Zanzibar (11aff65)
src
server
qgsserverinterface.cpp
Go to the documentation of this file.
1
/***************************************************************************
2
* qgsserverinterface.cpp
3
* Abstract base class for interfaces to functions in QgsServer
4
* -------------------
5
* begin : 2014-29-09
6
* copyright : (C) 2014 by Alessandro Pasotti
7
* email : a dot pasotti at itopen dot com
8
* ***************************************************************************/
9
10
/***************************************************************************
11
* *
12
* This program is free software; you can redistribute it and/or modify *
13
* it under the terms of the GNU General Public License as published by *
14
* the Free Software Foundation; either version 2 of the License, or *
15
* (at your option) any later version. *
16
* *
17
****************************************************************************/
18
19
#include "
qgsserverinterface.h
"
20
22
QgsServerInterface::QgsServerInterface
():
23
mConfigFilePath( QString() )
24
{
25
}
QgsServerInterface::QgsServerInterface
QgsServerInterface()
Constructor.
Definition:
qgsserverinterface.cpp:22
qgsserverinterface.h
Generated on Sat Jun 22 2019 09:24:07 for QGIS API Documentation by
1.8.13