summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/componentselectionpage_p.h
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2019-01-08 12:33:05 +0200
committerKatja Marttila <katja.marttila@qt.io>2019-01-09 05:42:47 +0000
commitafd61c9700ea24569ade2af9e7ec0a268b02b98a (patch)
tree96270ad2158247ed549946df51313e82d194edec /src/libs/installer/componentselectionpage_p.h
parentbf87c91dfe16881c366775549364862372dde8f7 (diff)
Hide category widgets in updater mode
We don't need categories in updater mode, the categories were accidently visible if we first visited the 'Add or remove components' page before going to 'Update components' Task-number: QTIFW-1259 Change-Id: I945c2b7e8cdfbb8bfeefbfa0ed07222189573179 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
Diffstat (limited to 'src/libs/installer/componentselectionpage_p.h')
-rw-r--r--src/libs/installer/componentselectionpage_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/installer/componentselectionpage_p.h b/src/libs/installer/componentselectionpage_p.h
index bc1e6ed7a..ece8ef911 100644
--- a/src/libs/installer/componentselectionpage_p.h
+++ b/src/libs/installer/componentselectionpage_p.h
@@ -64,6 +64,7 @@ public:
void showCompressedRepositoryButton();
void hideCompressedRepositoryButton();
void setupCategoryLayout();
+ void showCategoryLayout(bool show);
void updateTreeView();
public slots: