diff options
author | mlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-04 06:39:30 +0000 |
---|---|---|
committer | mlaurent <mlaurent@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-05-04 06:39:30 +0000 |
commit | 09cf9718a7b95c61a24beefe8934910dde9b1850 (patch) | |
tree | d3b4976acf673d087ebc99f080113530432b48d3 /src/download.cpp | |
parent | fixuifiles (diff) | |
download | rekonq-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.cpp | 2 |
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) |