Removed Q_INVOKABLE from AlbumsModel::songs()
This commit is contained in:
committed by
nikwen.developer@gmail.com
parent
e07753e3be
commit
d4740dca64
@@ -127,7 +127,7 @@ public:
|
||||
QVariant data(const QModelIndex &, int) const;
|
||||
Qt::ItemFlags flags(const QModelIndex &index) const;
|
||||
QStringList filenames(const QModelIndexList &indexes, bool allowPlaylists=false) const;
|
||||
Q_INVOKABLE QList<Song> songs(const QModelIndexList &indexes, bool allowPlaylists=false) const;
|
||||
QList<Song> songs(const QModelIndexList &indexes, bool allowPlaylists=false) const;
|
||||
#ifndef ENABLE_UBUNTU
|
||||
QMimeData * mimeData(const QModelIndexList &indexes) const;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user