| 105 | |
| 106 | |
| 107 | bool Settings::UpdateProperty(const std::string& key, const std::string& property) |
| 108 | { |
| 109 | return BNSettingsUpdateProperty(m_object, key.c_str(), property.c_str()); |
| 110 | } |
| 111 | |
| 112 | |
| 113 | bool Settings::UpdateProperty(const std::string& key, const std::string& property, bool value) |
no test coverage detected