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
7fa5c827
Commit
7fa5c827
authored
Oct 22, 2022
by
Julius Künzel
💬
Browse files
[Test] Show file and line number in debug output
parent
67034b2d
Pipeline
#253004
passed with stage
in 8 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/TestMain.cpp
View file @
7fa5c827
...
...
@@ -26,6 +26,7 @@ int main(int argc, char *argv[])
app
.
setApplicationName
(
QStringLiteral
(
"kdenlive"
));
std
::
unique_ptr
<
Mlt
::
Repository
>
repo
(
Mlt
::
Factory
::
init
(
nullptr
));
qputenv
(
"MLT_TESTS"
,
QByteArray
(
"1"
));
qSetMessagePattern
(
QStringLiteral
(
"%{file}:%{line} – %{message}"
));
Core
::
build
(
QString
(),
true
);
MltConnection
::
construct
(
QString
());
pCore
->
projectItemModel
()
->
buildPlaylist
();
...
...
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