Add new method for updating songs based on song ID
Show status updating database. Fixes #750
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include <QAbstractItemModel>
|
||||
#include <QAbstractItemView>
|
||||
#include <QSet>
|
||||
#include <QMap>
|
||||
#include <QString>
|
||||
#include <QPixmap>
|
||||
|
||||
@@ -86,7 +87,7 @@ class InternetCollectionView : public AutoExpandingTreeView {
|
||||
void TotalArtistCountUpdated_();
|
||||
void TotalAlbumCountUpdated_();
|
||||
void Error(QString);
|
||||
void RemoveSongs(SongList);
|
||||
void RemoveSongs(SongList songs);
|
||||
|
||||
protected:
|
||||
// QWidget
|
||||
|
||||
Reference in New Issue
Block a user