| 39 | } |
| 40 | |
| 41 | void UploadSimulationDialog::shutdownIntern() |
| 42 | { |
| 43 | auto& settings = GlobalSettings::get(); |
| 44 | settings.setValue("dialogs.upload.share", _share); |
| 45 | } |
| 46 | |
| 47 | |
| 48 | void UploadSimulationDialog::open(NetworkResourceType resourceType, std::string const& folder) |