ContextAlbumsModel: Remove unused SqlRow

This commit is contained in:
Jonas Kvinge 2021-11-09 17:40:49 +01:00
parent 9916e34006
commit 84c14349dc
2 changed files with 0 additions and 7 deletions

View File

@ -46,7 +46,6 @@
#include "collection/collectionbackend.h"
#include "collection/collectionmodel.h"
#include "collection/collectionitem.h"
#include "collection/sqlrow.h"
#include "playlist/playlistmanager.h"
#include "playlist/songmimedata.h"
#include "covermanager/albumcoverloader.h"

View File

@ -43,7 +43,6 @@
#include "core/song.h"
#include "collection/collectionquery.h"
#include "collection/collectionitem.h"
#include "collection/sqlrow.h"
#include "covermanager/albumcoverloaderoptions.h"
#include "covermanager/albumcoverloaderresult.h"
@ -72,11 +71,6 @@ class ContextAlbumsModel : public SimpleTreeModel<CollectionItem> {
LastRole
};
struct QueryResult {
QueryResult() {}
SqlRowList rows;
};
void GetChildSongs(CollectionItem *item, QList<QUrl> *urls, SongList *songs, QSet<int> *song_ids) const;
SongList GetChildSongs(const QModelIndex &idx) const;
SongList GetChildSongs(const QModelIndexList &indexes) const;