[vlmc-devel] Library: addMedia isn't supposed to be virtual
Hugo Beauzée-Luyssen
git at videolan.org
Fri Aug 19 02:41:48 CEST 2016
vlmc | branch: medialibrary | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Aug 19 02:10:09 2016 +0200| [650c660798dd6ba2c49c70d58656554511b34056] | committer: Hugo Beauzée-Luyssen
Library: addMedia isn't supposed to be virtual
> https://code.videolan.org/videolan/vlmc/commit/650c660798dd6ba2c49c70d58656554511b34056
---
src/Library/Library.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Library/Library.h b/src/Library/Library.h
index a97e426..130a9e3 100644
--- a/src/Library/Library.h
+++ b/src/Library/Library.h
@@ -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 );
/**
More information about the Vlmc-devel
mailing list