summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAL <26797547+Al12rs@users.noreply.github.com>2020-02-17 11:00:27 +0100
committerAL <26797547+Al12rs@users.noreply.github.com>2020-02-17 11:00:27 +0100
commit8e3ab9fb6614e93239662cab8b0bb726285a255e (patch)
tree0f562729d643c5ff617432e8c7e0b1ff440859d2
parent5043a930cedd67d8d9fde67462373ea181c30a08 (diff)
Cleanup commented code
-rw-r--r--src/downloadmanager.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/downloadmanager.cpp b/src/downloadmanager.cpp
index 4c4adcec..270a7222 100644
--- a/src/downloadmanager.cpp
+++ b/src/downloadmanager.cpp
@@ -298,9 +298,8 @@ void DownloadManager::setOutputDirectory(const QString &outputDirectory, const b
void DownloadManager::setSupportedExtensions(const QStringList &extensions)
{
m_SupportedExtensions = extensions;
- // this happens only during initialization so don't refresh yet as the refresh will
- // later during initDownloadView
- //refreshList();
+ // this happens only during initialization so don't refresh yet as that will
+ // happen later during initDownloadView
}
void DownloadManager::setShowHidden(bool showHidden)