Changeset 269 in flair-src for trunk/tools/FlairGCS/src/TextEdit.cpp
- Timestamp:
- Oct 4, 2018, 1:53:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/TextEdit.cpp
r15 r269 29 29 TextEdit::~TextEdit() {} 30 30 31 void TextEdit::XmlEvent(QDomElement dom) {32 text->append(dom .attribute("value"));31 void TextEdit::XmlEvent(QDomElement *dom) { 32 text->append(dom->attribute("value")); 33 33 }
Note:
See TracChangeset
for help on using the changeset viewer.