diff options
| author | AL <26797547+Al12rs@users.noreply.github.com> | 2020-02-16 15:49:35 +0100 |
|---|---|---|
| committer | AL <26797547+Al12rs@users.noreply.github.com> | 2020-02-16 15:54:40 +0100 |
| commit | c02fbe89c7ecb65b39698a014b506be3fc77b853 (patch) | |
| tree | 0c27385d7fdec8c8d1330e038a140d3383afbdf9 /src/downloadmanager.h | |
| parent | e33d0f9d35fd8c97dfca413da9a927afd8196631 (diff) | |
Allow not refreshing downloads when setting their folder, for example during init.
Diffstat (limited to 'src/downloadmanager.h')
| -rw-r--r-- | src/downloadmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/downloadmanager.h b/src/downloadmanager.h index 4fc61cad..d6342f22 100644 --- a/src/downloadmanager.h +++ b/src/downloadmanager.h @@ -158,7 +158,7 @@ public: * * @param outputDirectory the new output directory **/ - void setOutputDirectory(const QString &outputDirectory); + void setOutputDirectory(const QString &outputDirectory, const bool refresh = true); /** * @brief disables feedback from the downlods fileSystemWhatcher untill disableDownloadsWatcherEnd() is called |
