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
Graphics
Gwenview
Commits
f88f16e5
Commit
f88f16e5
authored
Feb 06, 2021
by
Méven Car
Browse files
SlideShowFileItemAction: Fix error in parameters passed for slideshow
parent
ebfb9636
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/slideshowfileitemaction.cpp
View file @
f88f16e5
...
...
@@ -76,7 +76,7 @@ QList<QAction*> SlideShowFileItemAction::actions(const KFileItemListProperties&
connect
(
startSlideShowAction
,
&
QAction
::
triggered
,
this
,
[
=
]()
{
// gwenview -s %u
auto
job
=
new
KIO
::
CommandLauncherJob
(
QStringLiteral
(
"gwenview"
),
QStringList
(
"
s
-"
)
<<
itemsForSlideShow
);
auto
job
=
new
KIO
::
CommandLauncherJob
(
QStringLiteral
(
"gwenview"
),
QStringList
(
"-
s
"
)
<<
itemsForSlideShow
);
job
->
setDesktopName
(
"org.kde.gwenview"
);
job
->
setUiDelegate
(
new
KNotificationJobUiDelegate
(
KJobUiDelegate
::
AutoHandlingEnabled
));
...
...
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