summaryrefslogtreecommitdiff
path: root/src/downloadmanager.h
diff options
context:
space:
mode:
authorAL <26797547+Al12rs@users.noreply.github.com>2020-02-16 15:49:35 +0100
committerAL <26797547+Al12rs@users.noreply.github.com>2020-02-16 15:54:40 +0100
commitc02fbe89c7ecb65b39698a014b506be3fc77b853 (patch)
tree0c27385d7fdec8c8d1330e038a140d3383afbdf9 /src/downloadmanager.h
parente33d0f9d35fd8c97dfca413da9a927afd8196631 (diff)
Allow not refreshing downloads when setting their folder, for example during init.
Diffstat (limited to 'src/downloadmanager.h')
-rw-r--r--src/downloadmanager.h2
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