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
b452c1bd
Commit
b452c1bd
authored
Jan 22, 2010
by
Hugo Beauzee-Luyssen
Browse files
Displaying metadata doesn't rely on having a snapshot
parent
86f08902
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Library/Library.cpp
View file @
b452c1bd
...
...
@@ -220,6 +220,7 @@ Library::metaDataComputed( Media* media )
SIGNAL
(
metaDataComputed
(
Media
*
)
),
this
,
SLOT
(
metaDataComputed
(
Media
*
)
)
);
emit
updateMediaRequested
(
media
->
getUuid
()
);
}
void
...
...
src/Library/Library.h
View file @
b452c1bd
...
...
@@ -229,11 +229,11 @@ public slots:
void
removeClip
(
const
QUuid
&
mediaId
,
const
QUuid
&
clipId
);
private
slots
:
/**
* \brief
* \brief
Will update the media cell with its metadata
*/
void
metaDataComputed
(
Media
*
media
);
/**
* \brief
* \brief
Will update the media cell with its snapshot
*/
void
snapshotComputed
(
Media
*
media
);
...
...
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