Changeset 266 in pacpusframework
- Timestamp:
- Mar 13, 2014, 10:41:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/kernel/XmlComponentConfig.h
r196 r266 91 91 */ 92 92 bool hasProperty(const QString& name) const; 93 94 p rivate:93 94 public: 95 95 // Returns the local QDomElement. 96 96 QDomElement qDomElement() const; 97 97 98 private: 98 99 // Copy internally the node in the internal QDomElement. 99 100 void localCopy(const QDomElement & elementToCopy);
Note:
See TracChangeset
for help on using the changeset viewer.