summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/componentselectionpage_p.h
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2020-06-26 17:33:36 +0300
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2020-07-03 10:05:54 +0300
commit99cbbd439ea1f572b4242d77035b0da3a27c79ec (patch)
tree3a2b46efdad030aef4fe5de69d9dc66d1cee5de9 /src/libs/installer/componentselectionpage_p.h
parent519899850f86cb99cdd4c2f84f63ac2a28bfe193 (diff)
Modify repository category functionality
Remove conditions for checking whether a category containing a certain repository needs to be enabled when fetching & parsing metadata for that repository. All categorized repositories will now be fetched regardless of their enabled state, that will be only used to hide/show individual components in the view. Task-number: QTIFW-1821 Change-Id: Id0dbaed9c5b460bf0faeebd6e45349f0c07d10c2 Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'src/libs/installer/componentselectionpage_p.h')
-rw-r--r--src/libs/installer/componentselectionpage_p.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libs/installer/componentselectionpage_p.h b/src/libs/installer/componentselectionpage_p.h
index bce13246b..0ed00152e 100644
--- a/src/libs/installer/componentselectionpage_p.h
+++ b/src/libs/installer/componentselectionpage_p.h
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** Copyright (C) 2018 The Qt Company Ltd.
+** Copyright (C) 2020 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Installer Framework.
@@ -74,10 +74,9 @@ public slots:
void currentSelectedChanged(const QModelIndex &current);
void selectAll();
void deselectAll();
- void checkboxStateChanged();
void enableRepositoryCategory(const QString &repositoryName, bool enable);
void updateWidgetVisibility(bool show);
- void fetchRepositoryCategories();
+ void updateRepositoryCategories();
void customButtonClicked(int which);
void onProgressChanged(int progress);
void setMessage(const QString &msg);