mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
Fix bad class docstring
This commit is contained in:
parent
3d6ea5972b
commit
1edbca4978
@ -11,18 +11,10 @@
|
||||
|
||||
|
||||
|
||||
|
||||
class QgsConfigCache : QObject
|
||||
{
|
||||
%Docstring
|
||||
*************************************************************************
|
||||
|
||||
This program is free software; you can redistribute it and/or modify *
|
||||
it under the terms of the GNU General Public License as published by *
|
||||
the Free Software Foundation; either version 2 of the License, or *
|
||||
(at your option) any later version. *
|
||||
|
||||
**************************************************************************
|
||||
Cache for server configuration.
|
||||
%End
|
||||
|
||||
%TypeHeaderCode
|
||||
|
@ -30,7 +30,10 @@
|
||||
#include "qgis_sip.h"
|
||||
#include "qgsproject.h"
|
||||
|
||||
|
||||
/**
|
||||
* Cache for server configuration.
|
||||
* \ingroup server
|
||||
*/
|
||||
class SERVER_EXPORT QgsConfigCache : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
Loading…
x
Reference in New Issue
Block a user