summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/updatesettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/updatesettings.h')
-rw-r--r--installerbuilder/libinstaller/updatesettings.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/installerbuilder/libinstaller/updatesettings.h b/installerbuilder/libinstaller/updatesettings.h
index 0b2f46bd8..490dea838 100644
--- a/installerbuilder/libinstaller/updatesettings.h
+++ b/installerbuilder/libinstaller/updatesettings.h
@@ -31,7 +31,7 @@
QT_BEGIN_NAMESPACE
class QDateTime;
template<typename T>
-class QList;
+class QSet;
class QSettings;
QT_END_NAMESPACE
@@ -65,8 +65,8 @@ public:
bool checkOnlyImportantUpdates() const;
void setCheckOnlyImportantUpdates(bool checkOnlyImportantUpdates);
- QList<Repository> repositories() const;
- void setRepositories(const QList<Repository> &repositories);
+ QSet<Repository> repositories() const;
+ void setRepositories(const QSet<Repository> &repositories);
private:
class Private;