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
08254e68
Commit
08254e68
authored
Jan 13, 2021
by
Jean-Baptiste Mardelle
Browse files
Inform user on failed paste
parent
90571f08
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/model/timelinefunctions.cpp
View file @
08254e68
...
...
@@ -1413,6 +1413,7 @@ bool TimelineFunctions::pasteClips(const std::shared_ptr<TimelineItemModel> &tim
qDebug
()
<<
" / / READING CLIPS FROM CLIPBOARD"
;
}
else
{
semaphore
.
release
(
1
);
pCore
->
displayMessage
(
i18n
(
"No valid data in clipboard"
),
InformationMessage
,
500
);
return
false
;
}
const
QString
docId
=
copiedItems
.
documentElement
().
attribute
(
QStringLiteral
(
"documentid"
));
...
...
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