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
87aa85e9
Commit
87aa85e9
authored
Oct 29, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix marker tests
parent
4bbc5bc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/TestMain.cpp
View file @
87aa85e9
...
...
@@ -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