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
Multimedia
Kdenlive
Commits
dc6a2150
Commit
dc6a2150
authored
Mar 01, 2021
by
Yuri Chornoivan
Browse files
Fix my typo: i18n->i18nc
parent
8acc4245
Pipeline
#52690
passed with stage
in 10 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/assets/keyframes/model/keyframemodellist.cpp
View file @
dc6a2150
...
...
@@ -233,7 +233,7 @@ bool KeyframeModelList::updateKeyframe(GenTime oldPos, GenTime pos, const QVaria
}
return
param
->
moveKeyframe
(
oldPos
,
pos
,
value
,
undo
,
redo
);
};
return
applyOperation
(
op
,
logUndo
?
i18n
(
"@action"
,
"Move keyframe"
)
:
QString
());
return
applyOperation
(
op
,
logUndo
?
i18n
c
(
"@action"
,
"Move keyframe"
)
:
QString
());
}
bool
KeyframeModelList
::
updateKeyframe
(
GenTime
pos
,
const
QVariant
&
value
,
const
QPersistentModelIndex
&
index
,
QUndoCommand
*
parentCommand
)
...
...
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