Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
75604675
Commit
75604675
authored
Oct 08, 2009
by
dt
Browse files
Fix handling of spacers on Projects pane
parent
c91af1bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/buildsettingspropertiespage.cpp
View file @
75604675
...
...
@@ -109,6 +109,7 @@ void BuildSettingsSubWidgets::addWidget(const QString &name, QWidget *widget)
layout
()
->
addWidget
(
label
);
layout
()
->
addWidget
(
widget
);
m_spacerItems
.
append
(
item
);
m_labels
.
append
(
label
);
m_widgets
.
append
(
widget
);
}
...
...
@@ -122,6 +123,7 @@ void BuildSettingsSubWidgets::clear()
qDeleteAll
(
m_labels
);
m_widgets
.
clear
();
m_labels
.
clear
();
m_spacerItems
.
clear
();
}
QList
<
QWidget
*>
BuildSettingsSubWidgets
::
widgets
()
const
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment