diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 22:58:44 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-05-27 23:34:32 +0200 |
commit | 807e20570cbfef6e258313565598905564f1bb86 (patch) | |
tree | 695b3c940bce02305224e5781a7c48b5a6fdab94 /src/downloadmanager.h | |
parent | Runtime Nepomuk tagging check (diff) | |
download | rekonq-807e20570cbfef6e258313565598905564f1bb86.tar.xz |
Kitchen sink clean up
- astyle
- copyrights
- (some) includes
Diffstat (limited to 'src/downloadmanager.h')
-rw-r--r-- | src/downloadmanager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/downloadmanager.h b/src/downloadmanager.h index bc20ff13..4cbd5fd6 100644 --- a/src/downloadmanager.h +++ b/src/downloadmanager.h @@ -55,7 +55,7 @@ class REKONQ_TESTS_EXPORT DownloadManager : public QObject public: DownloadManager(QObject *parent = 0); ~DownloadManager(); - + DownloadList downloads() const { return m_downloadList; @@ -69,13 +69,13 @@ public: void downloadLinksWithKGet(const QVariant &contentList); void removeDownloadItem(int index); - + private: void init(); DownloadItem* addDownload(KIO::CopyJob *job); DownloadItem* addKGetDownload(const QString &srcUrl, const QString &destUrl); - + Q_SIGNALS: void newDownloadAdded(QObject *item); void notifyDownload(const QString&, Rekonq::Notify = Rekonq::Download); |