mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fix doxygen test
This commit is contained in:
parent
b791da315d
commit
8fb2c3cf6e
@ -21,6 +21,9 @@ class QgsLayoutItemGroup: QgsLayoutItem
|
||||
public:
|
||||
|
||||
explicit QgsLayoutItemGroup( QgsLayout *layout );
|
||||
%Docstring
|
||||
Constructor for QgsLayoutItemGroup, belonging to the specified ``layout``.
|
||||
%End
|
||||
~QgsLayoutItemGroup();
|
||||
|
||||
virtual int type() const;
|
||||
|
@ -31,6 +31,9 @@ class CORE_EXPORT QgsLayoutItemGroup: public QgsLayoutItem
|
||||
|
||||
public:
|
||||
|
||||
/**
|
||||
* Constructor for QgsLayoutItemGroup, belonging to the specified \a layout.
|
||||
*/
|
||||
explicit QgsLayoutItemGroup( QgsLayout *layout );
|
||||
~QgsLayoutItemGroup();
|
||||
|
||||
|
@ -28,6 +28,7 @@
|
||||
/**
|
||||
* \ingroup core
|
||||
* A layout undo command class for grouping / ungrouping layout items.
|
||||
* \since QGIS 3.0
|
||||
*/
|
||||
class CORE_EXPORT QgsLayoutItemGroupUndoCommand: public QObject, public QUndoCommand
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user