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
f4cdefe0
Commit
f4cdefe0
authored
Jun 02, 2022
by
Jean-Baptiste Mardelle
Browse files
clang format fixes
parent
038b7c03
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/assets/keyframes/view/keyframeview.cpp
View file @
f4cdefe0
...
...
@@ -61,7 +61,7 @@ KeyframeView::KeyframeView(std::shared_ptr<KeyframeModelList> model, int duratio
KeyframeView
::~
KeyframeView
()
{
QObject
::
disconnect
(
m_centerConnection
);
QObject
::
disconnect
(
m_centerConnection
);
}
void
KeyframeView
::
slotModelChanged
()
...
...
src/monitor/monitor.cpp
View file @
f4cdefe0
...
...
@@ -717,7 +717,6 @@ void Monitor::buildBackgroundedProducer(int pos)
}
}
void
Monitor
::
updateMarkers
()
{
if
(
m_markerMenu
)
{
...
...
tests/snaptest.cpp
View file @
f4cdefe0
#include
"test_utils.hpp"
#include
"timeline2/model/snapmodel.hpp"
TEST_CASE
(
"Snap points model test"
,
"[SnapModel]"
)
{
SnapModel
snap
;
...
...
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