Skip to content
Snippets Groups Projects
Commit d8555a27 authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen
Browse files

Media: Fix too broad HAVE_GUI section

parent cf7c7d62
No related branches found
No related tags found
No related merge requests found
......@@ -220,6 +220,7 @@ Media::snapshot()
return m_snapshot.isNull() ? *Media::defaultSnapshot : m_snapshot;
}
#endif
QSharedPointer<Clip>
Media::loadSubclip( const QVariantMap& m )
......@@ -240,4 +241,3 @@ Media::loadSubclip( const QVariantMap& m )
emit subclipAdded( clip );
return clip;
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment