Skip to content

Commit

Permalink
Fix doxygen for QgsAttributeTableConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 18, 2016
1 parent b220d66 commit cca4e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/qgsattributetableconfig.h
Expand Up @@ -21,14 +21,14 @@
#include <QDomNode> #include <QDomNode>
#include <QVariant> #include <QVariant>


class QgsFields;

/** \ingroup core /** \ingroup core
* This is a container for configuration of the attribute table. * This is a container for configuration of the attribute table.
* The configuration is specific for one vector layer. * The configuration is specific for one vector layer.
* \note added in QGIS 2.16 * \note added in QGIS 2.16
*/ */


class QgsFields;

class CORE_EXPORT QgsAttributeTableConfig class CORE_EXPORT QgsAttributeTableConfig
{ {
public: public:
Expand Down

0 comments on commit cca4e32

Please sign in to comment.