summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/componentselectionpage_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/componentselectionpage_p.h')
-rw-r--r--src/libs/installer/componentselectionpage_p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/installer/componentselectionpage_p.h b/src/libs/installer/componentselectionpage_p.h
index 6169a06f5..591cd08f7 100644
--- a/src/libs/installer/componentselectionpage_p.h
+++ b/src/libs/installer/componentselectionpage_p.h
@@ -44,6 +44,7 @@ class QListWidgetItem;
class QProgressBar;
class QVBoxLayout;
class QHBoxLayout;
+class QGridLayout;
namespace QInstaller {
@@ -98,7 +99,7 @@ private:
QGroupBox *m_categoryGroupBox;
QLabel *m_metadataProgressLabel;
QProgressBar *m_progressBar;
- QHBoxLayout *m_mainHLayout;
+ QGridLayout *m_mainGLayout;
QVBoxLayout *m_treeViewVLayout;
bool m_allowCompressedRepositoryInstall;
ComponentModel *m_allModel;