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
89f5d00a
Commit
89f5d00a
authored
Oct 29, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix marker tests
parent
62d26a50
Pipeline
#257302
passed with stage
in 6 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/TestMain.cpp
View file @
89f5d00a
...
...
@@ -32,6 +32,10 @@ int main(int argc, char *argv[])
pCore
->
projectItemModel
()
->
buildPlaylist
();
// if Kdenlive is not installed, ensure we have one keyframable effect
EffectsRepository
::
get
()
->
reloadCustom
(
QFileInfo
(
"../data/effects/audiobalance.xml"
).
absoluteFilePath
());
// init markers
for
(
int
i
=
0
;
i
<
5
;
i
++
)
{
pCore
->
markerTypes
.
insert
(
i
,
{
Qt
::
red
,
QString
(
"cat %1"
).
arg
(
i
)});
}
int
result
=
Catch
::
Session
().
run
(
argc
,
argv
);
pCore
->
cleanup
();
...
...
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