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

Media: Remove unused const overriden method

parent 19322c9e
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,6 @@ public:
qint64 id() const;
Clip* baseClip() { return m_baseClip; }
const Clip* baseClip() const { return m_baseClip; }
/**
* @brief cut Creates a clip to represent a cut of a media
* @param begin The first frame of the cut
......
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