We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent dbf70c6 commit c1b63dfCopy full SHA for c1b63df
src/core/composer/qgscomposeritemgroup.h
@@ -14,6 +14,8 @@
14
* (at your option) any later version. *
15
* *
16
***************************************************************************/
17
+#ifndef QGSCOMPOSERITEMGROUP_H
18
+#define QGSCOMPOSERITEMGROUP_H
19
20
#include "qgscomposeritem.h"
21
#include <QSet>
@@ -72,3 +74,5 @@ class CORE_EXPORT QgsComposerItemGroup: public QgsComposerItem
72
74
QSet<QgsComposerItem*> mItems;
73
75
QRectF mBoundingRectangle;
76
};
77
+
78
+#endif
0 commit comments