Ignore drop event in album cover manager
Fixes strange case where albums are duplicated by drag/drop.
This commit is contained in:
@@ -50,7 +50,7 @@ class AlbumCoverManagerList : public QListWidget {
|
||||
QMimeData *mimeData(const QList<QListWidgetItem*> items) const override;
|
||||
#endif
|
||||
|
||||
void dropEvent(QDropEvent *event) override;
|
||||
void dropEvent(QDropEvent*) override {}
|
||||
|
||||
private:
|
||||
AlbumCoverManager *manager_;
|
||||
|
||||
Reference in New Issue
Block a user