mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 11:09:37 -06:00
Enable clearing multiple keys with the same function call
Slightly speedup application close
This commit is contained in:
@@ -122,6 +122,11 @@ void SyncModule::internalInitialize(const ghoul::Dictionary& configuration) {
|
||||
});
|
||||
}
|
||||
|
||||
void SyncModule::internalDeinitialize() {
|
||||
_torrentClient.deinitialize();
|
||||
}
|
||||
|
||||
|
||||
std::string SyncModule::synchronizationRoot() const {
|
||||
return _synchronizationRoot;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user