Skip to content

Commit

Permalink
Fix bad class docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed May 27, 2018
1 parent 3d6ea59 commit 1edbca4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
10 changes: 1 addition & 9 deletions python/server/auto_generated/qgsconfigcache.sip.in
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion src/server/qgsconfigcache.h
Expand Up @@ -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
Expand Down

0 comments on commit 1edbca4

Please sign in to comment.