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
Multimedia
Kdenlive
Commits
002ffdf8
Commit
002ffdf8
authored
Feb 24, 2020
by
Jean-Baptiste Mardelle
Browse files
Add paste effects in clip context menu
parent
0248e6bd
Pipeline
#15582
passed with stage
in 18 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
002ffdf8
...
...
@@ -513,7 +513,7 @@ void MainWindow::init()
// Timeline clip menu
QMenu
*
timelineClipMenu
=
new
QMenu
(
this
);
timelineClipMenu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"edit_copy"
)));
timelineClipMenu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"
edit_
paste"
)));
timelineClipMenu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"paste
_effects
"
)));
timelineClipMenu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"group_clip"
)));
timelineClipMenu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"ungroup_clip"
)));
timelineClipMenu
->
addAction
(
actionCollection
()
->
action
(
QStringLiteral
(
"edit_item_duration"
)));
...
...
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