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
Graphics
Gwenview
Commits
2b68a5b8
Commit
2b68a5b8
authored
Feb 09, 2022
by
Laurent Montel
Browse files
not necessary to call twice show method
parent
0243e75d
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/main.cpp
View file @
2b68a5b8
...
...
@@ -129,8 +129,6 @@ public:
mMainWindow
->
show
();
if
(
mFullScreen
)
{
mMainWindow
->
actionCollection
()
->
action
(
QStringLiteral
(
"fullscreen"
))
->
trigger
();
}
else
{
mMainWindow
->
show
();
}
if
(
mSlideShow
)
{
...
...
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