summaryrefslogtreecommitdiff
path: root/src/download.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/download.cpp')
-rw-r--r--src/download.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/download.cpp b/src/download.cpp
index 9489b270..0a8f19d4 100644
--- a/src/download.cpp
+++ b/src/download.cpp
@@ -118,7 +118,7 @@ void DownloadManager::newDownload(const KUrl &srcUrl, const KUrl &destUrl)
const QList<Download *> &DownloadManager::downloads() const
{
return m_downloads;
-};
+}
KUrl DownloadManager::downloadDestination(const QString &filename)