summaryrefslogtreecommitdiff
path: root/src/downloadmanager.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-02-18 17:22:29 -0500
committerGitHub <noreply@github.com>2020-02-18 17:22:29 -0500
commit8c2814c9dc0d92e1ab015cde33eee8dcf880e265 (patch)
tree19b00758324fac115b466c51c3fe6f17ccd42375 /src/downloadmanager.h
parentcfb05d72be19ce0413f1de776eb3b2c150807e83 (diff)
parent8e3ab9fb6614e93239662cab8b0bb726285a255e (diff)
Merge pull request #1000 from Al12rs/startup_performance
Startup performance
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 140970b8..c837f006 100644
--- a/src/downloadmanager.h
+++ b/src/downloadmanager.h
@@ -159,7 +159,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