QGIS API Documentation  3.4.15-Madeira (e83d02e274)
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 
23  mConfigFilePath( QString() )
24 {
25 }
QgsServerInterface()
Constructor.