| 141 | } |
| 142 | |
| 143 | void CtrlrPanelResource::calculateHash() |
| 144 | { |
| 145 | setProperty (Ids::resourceHash, resourceDataFile.hashCode64() + resourceDataFile.getLastModificationTime().toMilliseconds()); |
| 146 | } |
| 147 | |
| 148 | void CtrlrPanelResource::load() |
| 149 | { |
nothing calls this directly
no test coverage detected