summaryrefslogtreecommitdiff
path: root/src/download.cpp
diff options
context:
space:
mode:
authormlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-05-04 06:39:30 +0000
committermlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-05-04 06:39:30 +0000
commit09cf9718a7b95c61a24beefe8934910dde9b1850 (patch)
treed3b4976acf673d087ebc99f080113530432b48d3 /src/download.cpp
parentfixuifiles (diff)
downloadrekonq-09cf9718a7b95c61a24beefe8934910dde9b1850.tar.xz
Pedantic
git-svn-id: svn+ssh://svn.kde.org/home/kde/trunk/playground/network/rekonq@963191 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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)