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
3ae123bd
Commit
3ae123bd
authored
Dec 06, 2021
by
Julius Künzel
Browse files
Fix build with fuzzing
parent
f0e07f65
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/model/timelinemodel.cpp
View file @
3ae123bd
...
@@ -3762,7 +3762,7 @@ int TimelineModel::requestSlipSelection(int offset, bool logUndo) {
...
@@ -3762,7 +3762,7 @@ int TimelineModel::requestSlipSelection(int offset, bool logUndo) {
int
TimelineModel
::
requestClipSlip
(
int
itemId
,
int
offset
,
bool
logUndo
,
bool
allowSingleResize
)
int
TimelineModel
::
requestClipSlip
(
int
itemId
,
int
offset
,
bool
logUndo
,
bool
allowSingleResize
)
{
{
QWriteLocker
locker
(
&
m_lock
);
QWriteLocker
locker
(
&
m_lock
);
TRACE
(
itemId
,
size
,
right
,
logUndo
,
snapDistance
,
allowSingleResize
)
TRACE
(
itemId
,
offset
,
logUndo
,
allowSingleResize
)
Q_ASSERT
(
isClip
(
itemId
));
Q_ASSERT
(
isClip
(
itemId
));
Fun
undo
=
[]()
{
return
true
;
};
Fun
undo
=
[]()
{
return
true
;
};
Fun
redo
=
[]()
{
return
true
;
};
Fun
redo
=
[]()
{
return
true
;
};
...
...
Write
Preview
Markdown
is supported
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