| 123 | } |
| 124 | |
| 125 | bool FileLocation::accessEnable() const { |
| 126 | return isEmpty() ? false : (_bookmark ? _bookmark->enable() : true); |
| 127 | } |
| 128 | |
| 129 | void FileLocation::accessDisable() const { |
| 130 | return _bookmark ? _bookmark->disable() : (void)0; |
no test coverage detected