Changeset 269 in flair-src for trunk/tools/FlairGCS/src/ListWidget.h
- Timestamp:
- Oct 4, 2018, 1:53:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/ListWidget.h
r88 r269 72 72 * \param[in] dom The dom containing the xml file. 73 73 */ 74 void XmlEvent(QDomElement dom);74 void XmlEvent(QDomElement *dom); 75 75 /** 76 76 * \brief Reset the widget, load the internal parameters. … … 83 83 * \param[in] dom The dom containing the xml file. 84 84 */ 85 void LoadEvent(QDomElement dom);85 void LoadEvent(QDomElement *dom); 86 86 /** 87 87 * \brief Save the user interface variables state in the internal members.
Note:
See TracChangeset
for help on using the changeset viewer.