| 181 | |
| 182 | |
| 183 | void StateDatabase::setPersistent(const std::string& name, bool save) { |
| 184 | ItemMap::iterator it = lookup(name); |
| 185 | it->second.save = save; |
| 186 | } |
| 187 | |
| 188 | |
| 189 | void StateDatabase::setDefault(const std::string& name, |
no outgoing calls
no test coverage detected