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

Library: addMedia isn't supposed to be virtual

parent f1fe7645
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ class Library : public QObject
public:
Library( Settings* projectSettings );
virtual ~Library();
virtual void addMedia( QSharedPointer<Media> media );
void addMedia( QSharedPointer<Media> media );
bool isInCleanState() const;
QSharedPointer<Media> media( qint64 mediaId );
/**
......
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