diff --git a/models/albumsmodel.h b/models/albumsmodel.h index 26cf467b6..eb838aa61 100644 --- a/models/albumsmodel.h +++ b/models/albumsmodel.h @@ -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 songs(const QModelIndexList &indexes, bool allowPlaylists=false) const; + QList songs(const QModelIndexList &indexes, bool allowPlaylists=false) const; #ifndef ENABLE_UBUNTU QMimeData * mimeData(const QModelIndexList &indexes) const; #endif