Removed Q_INVOKABLE from AlbumsModel::songs()

This commit is contained in:
nikwen.developer@gmail.com
2014-04-14 18:41:28 +00:00
committed by nikwen.developer@gmail.com
parent e07753e3be
commit d4740dca64

View File

@@ -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