File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ class CORE_EXPORT QgsComposerItemGroup: public QgsComposerItem
48
48
* @param elem is Dom element corresponding to 'Composer' tag
49
49
* @param doc is the Dom document
50
50
*/
51
- bool writeXML ( QDomElement& elem, QDomDocument & doc ) const {}
51
+ bool writeXML ( QDomElement& elem, QDomDocument & doc ) const { return true ; }
52
52
53
53
/* * sets state from Dom document
54
54
* @param itemElem is Dom node corresponding to item tag
55
55
* @param doc is the Dom document
56
56
*/
57
- bool readXML ( const QDomElement& itemElem, const QDomDocument& doc ) {}
57
+ bool readXML ( const QDomElement& itemElem, const QDomDocument& doc ) { return true ; }
58
58
59
59
QSet<QgsComposerItem*> items () { return mItems ; }
60
60
You can’t perform that action at this time.
0 commit comments