Changes in src/UIElements/Dialog.cpp [5605032:24a5e0]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Dialog.cpp
r5605032 r24a5e0 133 133 *target = *tmp; 134 134 } 135 136 // Element Queries137 Dialog::ElementQuery::ElementQuery(std::string title, const element **_target) :138 Query(title),139 tmp(0),140 target(_target)141 {}142 143 Dialog::ElementQuery::~ElementQuery(){}144 145 void Dialog::ElementQuery::setResult(){146 *target=tmp;147 }
Note:
See TracChangeset
for help on using the changeset viewer.