! * defines whether an XML element needs to be create in write(). For objects where the line * properties are serialized together with some other properties, the XML element is created * in objects's save() already and there is not need to create it once more in Line::save(): */
| 48 | * in objects's save() already and there is not need to create it once more in Line::save(): |
| 49 | */ |
| 50 | void Line::setCreateXmlElement(bool create) { |
| 51 | Q_D(Line); |
| 52 | d->createXmlElement = create; |
| 53 | } |
| 54 | |
| 55 | void Line::init(const KConfigGroup& group) { |
| 56 | Q_D(Line); |