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
10103c37
Commit
10103c37
authored
Aug 19, 2016
by
Hugo Beauzée-Luyssen
Browse files
Clip: Remove leftover mediaMetadataUpdated slot
parent
8ab483a7
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Media/Clip.cpp
View file @
10103c37
...
...
@@ -395,9 +395,3 @@ Clip::loadVariant( const QVariantMap& m )
EffectHelper
::
loadFromVariant
(
f
,
input
()
);
}
}
void
Clip
::
mediaMetadataUpdated
()
{
}
src/Media/Clip.h
View file @
10103c37
...
...
@@ -167,9 +167,6 @@ class Clip : public Workflow::Helper
Formats
m_formats
;
private
slots
:
void
mediaMetadataUpdated
();
signals:
/**
* \brief Act just like QObject::destroyed(), but before the clip deletion.
...
...
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