| 108 | } |
| 109 | |
| 110 | void XMLRegistry::exportToFile(const std::string& key, const std::string& filename) |
| 111 | { |
| 112 | // Only the usertree should be exported, so pass the call to this tree |
| 113 | _userTree.exportToFile(key, filename); |
| 114 | } |
| 115 | |
| 116 | sigc::signal<void> XMLRegistry::signalForKey(const std::string& key) const |
| 117 | { |