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
Marco Bubke
flatpak-qt-creator
Commits
113f8c34
Commit
113f8c34
authored
Jan 12, 2011
by
con
Browse files
Merge branch 'master' of scm.dev.nokia.troll.no:creator/mainline
parents
f46a87a6
f21b1430
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/progressmanager/futureprogress.cpp
View file @
113f8c34
...
...
@@ -337,7 +337,7 @@ bool FutureProgress::hasError() const
void
FutureProgress
::
fadeAway
()
{
d
->
m_faderWidget
->
raise
();
QSequentialAnimationGroup
*
group
=
new
QSequentialAnimationGroup
;
QSequentialAnimationGroup
*
group
=
new
QSequentialAnimationGroup
(
this
)
;
QPropertyAnimation
*
animation
=
new
QPropertyAnimation
(
d
->
m_faderWidget
,
"opacity"
);
animation
->
setDuration
(
600
);
animation
->
setEndValue
(
1.0
);
...
...
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