Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
568985ab
Commit
568985ab
authored
Jun 22, 2011
by
Oswald Buddenhagen
Browse files
Revert "BuildstepConfigWidgets can be set expanded by default"
This reverts commit
deae00a1
for master.
parent
5fd1341b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/buildstep.h
View file @
568985ab
...
...
@@ -167,7 +167,6 @@ public:
virtual
void
init
()
=
0
;
virtual
QString
summaryText
()
const
=
0
;
virtual
QString
displayName
()
const
=
0
;
virtual
bool
showExpanded
()
const
{
return
false
;
}
signals:
void
updateSummary
();
};
...
...
src/plugins/projectexplorer/buildstepspage.cpp
View file @
568985ab
...
...
@@ -159,8 +159,6 @@ void BuildStepListWidget::addBuildStepWidget(int pos, BuildStep *step)
s
.
detailsWidget
=
new
Utils
::
DetailsWidget
(
this
);
s
.
detailsWidget
->
setSummaryText
(
s
.
widget
->
summaryText
());
s
.
detailsWidget
->
setWidget
(
s
.
widget
);
if
(
s
.
widget
->
showExpanded
())
s
.
detailsWidget
->
setState
(
Utils
::
DetailsWidget
::
Expanded
);
// layout
Utils
::
FadingPanel
*
toolWidget
=
new
Utils
::
FadingPanel
(
s
.
detailsWidget
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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