Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLMC
Commits
3122b77b
Commit
3122b77b
authored
Sep 09, 2009
by
Ludovic Fauvet
Browse files
Timeline: connect the clear() slot
parent
a2aea9fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/GUI/Timeline.cpp
View file @
3122b77b
...
...
@@ -62,6 +62,7 @@ Timeline::Timeline( QWidget *parent ) :
connect
(
m_mainWorkflow
,
SIGNAL
(
clipAdded
(
Clip
*
,
uint
,
qint64
)
),
this
,
SLOT
(
actionAddClip
(
Clip
*
,
uint
,
qint64
)
)
);
connect
(
m_mainWorkflow
,
SIGNAL
(
clipMoved
(
QUuid
,
uint
,
qint64
)
),
this
,
SLOT
(
actionMoveClip
(
QUuid
,
uint
,
qint64
)
)
);
connect
(
m_mainWorkflow
,
SIGNAL
(
clipRemoved
(
QUuid
,
uint
)
),
this
,
SLOT
(
actionRemoveClip
(
QUuid
,
uint
))
);
connect
(
m_mainWorkflow
,
SIGNAL
(
cleared
()
),
tracksView
(),
SLOT
(
clear
()
)
);
}
Timeline
::~
Timeline
()
...
...
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