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
87b4c1f6
Commit
87b4c1f6
authored
Oct 23, 2022
by
Julius Künzel
💬
Browse files
[CI] Finally fix FreeBSD, pushed the wrong fix
Related to
d63e3b96
parent
d5ce8429
Pipeline
#254300
passed with stage
in 21 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/timeline2/model/timelinemodel.cpp
View file @
87b4c1f6
...
...
@@ -155,7 +155,7 @@ void TimelineModel::prepareClose()
TimelineModel
::~
TimelineModel
()
{
prepareClose
()
;
m_closing
=
true
;
std
::
vector
<
int
>
all_ids
;
for
(
auto
tracks
:
m_iteratorTable
)
{
all_ids
.
push_back
(
tracks
.
first
);
...
...
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