summaryrefslogtreecommitdiffstats
path: root/src/libs/kdtools
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2014-10-30 17:08:20 +0100
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-10-30 17:40:47 +0100
commit43b238759898b65b5f28f544c546bc691faa8561 (patch)
tree2af8dab12a36c8996205278d845a995b5c8218e4 /src/libs/kdtools
parent75120fb02acd017d71f2f098c1b707898827e1d7 (diff)
Remove unused method and includes.
Change-Id: I8cc9d50ff2b78476e54fe1c642462a56dbadeffe Reviewed-by: Niels Weber <niels.weber@digia.com>
Diffstat (limited to 'src/libs/kdtools')
-rw-r--r--src/libs/kdtools/kdupdaterupdatefinder.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/libs/kdtools/kdupdaterupdatefinder.h b/src/libs/kdtools/kdupdaterupdatefinder.h
index 349b0bd62..10584b9f9 100644
--- a/src/libs/kdtools/kdupdaterupdatefinder.h
+++ b/src/libs/kdtools/kdupdaterupdatefinder.h
@@ -37,9 +37,6 @@
#include "kdupdatertask.h"
-#include <QHash>
-#include <QUrl>
-
namespace KDUpdater {
class Application;
@@ -62,9 +59,6 @@ private:
bool doPause();
bool doResume();
- Update *constructUpdate(int priority, const QUrl &sourceInfoUrl, const QHash<QString, QVariant> &data,
- quint64 compressedSize, quint64 uncompressedSize) const;
-
private:
Private *d;
Q_PRIVATE_SLOT(d, void slotDownloadDone())