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
cbd6259d
Commit
cbd6259d
authored
May 12, 2009
by
con
Browse files
Switch to saved tab without visible delay in welcome screen.
Reviewed-by:
Daniel Molkentin
<
daniel.molkentin@nokia.com
>
parent
e27342c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/welcomemode.cpp
View file @
cbd6259d
...
...
@@ -154,7 +154,8 @@ WelcomeMode::WelcomeMode() :
QSettings
*
settings
=
ICore
::
instance
()
->
settings
();
int
id
=
settings
->
value
(
"General/WelcomeTab"
,
0
).
toInt
();
m_d
->
btnGrp
->
button
(
id
)
->
animateClick
();
m_d
->
btnGrp
->
button
(
id
)
->
setChecked
(
true
);
m_d
->
ui
.
stackedWidget
->
setCurrentIndex
(
id
);
}
WelcomeMode
::~
WelcomeMode
()
...
...
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