summaryrefslogtreecommitdiffstats
path: root/src/sdk/settingsdialog.h
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-06-29 13:15:48 +0200
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-07-09 07:59:11 +0000
commitd7f53290d9a8589752b9191131dfe2b500a23511 (patch)
treef5665c8c90dd06841c3008e805cae8e549f3a2cc /src/sdk/settingsdialog.h
parenta1a11cf402e3c3a54b4d3af4095a6f579f755df8 (diff)
Implement repository testing using our task classes.
Motivation is to get rid of the KD(}Downloader classes. Change-Id: Idab1b3b56c2a879e1076e9f400ccec92a4484197 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src/sdk/settingsdialog.h')
-rw-r--r--src/sdk/settingsdialog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sdk/settingsdialog.h b/src/sdk/settingsdialog.h
index e83c94051..fc6281e02 100644
--- a/src/sdk/settingsdialog.h
+++ b/src/sdk/settingsdialog.h
@@ -36,7 +36,6 @@
#include <repository.h>
#include <settings.h>
-#include <testrepository.h>
#include <QDialog>
#include <QStyledItemDelegate>
@@ -135,7 +134,6 @@ private:
QInstaller::PackageManagerCore *m_core;
bool m_showPasswords;
- QInstaller::TestRepository m_testRepository;
QList<QTreeWidgetItem*> m_rootItems;
};