File tree 2 files changed +5
-10
lines changed
python/server/auto_generated
2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 11
11
12
12
13
13
14
-
15
14
class QgsConfigCache : QObject
16
15
{
17
16
%Docstring
18
- *************************************************************************
19
-
20
- This program is free software; you can redistribute it and/or modify *
21
- it under the terms of the GNU General Public License as published by *
22
- the Free Software Foundation; either version 2 of the License, or *
23
- (at your option) any later version. *
24
-
25
- **************************************************************************
17
+ Cache for server configuration.
26
18
%End
27
19
28
20
%TypeHeaderCode
Original file line number Diff line number Diff line change 30
30
#include " qgis_sip.h"
31
31
#include " qgsproject.h"
32
32
33
-
33
+ /* *
34
+ * Cache for server configuration.
35
+ * \ingroup server
36
+ */
34
37
class SERVER_EXPORT QgsConfigCache : public QObject
35
38
{
36
39
Q_OBJECT
You can’t perform that action at this time.
0 commit comments