mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Added musicbrainz InfoPlugin to CMakeLists.txt
This commit is contained in:
@@ -91,6 +91,7 @@ set( libSources
|
|||||||
infosystem/infoplugins/generic/echonestplugin.cpp
|
infosystem/infoplugins/generic/echonestplugin.cpp
|
||||||
infosystem/infoplugins/generic/lastfmplugin.cpp
|
infosystem/infoplugins/generic/lastfmplugin.cpp
|
||||||
infosystem/infoplugins/generic/musixmatchplugin.cpp
|
infosystem/infoplugins/generic/musixmatchplugin.cpp
|
||||||
|
infosystem/infoplugins/generic/musicbrainzPlugin.cpp
|
||||||
|
|
||||||
playlist/treemodel.cpp
|
playlist/treemodel.cpp
|
||||||
playlist/treeproxymodel.cpp
|
playlist/treeproxymodel.cpp
|
||||||
@@ -261,6 +262,7 @@ set( libHeaders
|
|||||||
infosystem/infoplugins/generic/echonestplugin.h
|
infosystem/infoplugins/generic/echonestplugin.h
|
||||||
infosystem/infoplugins/generic/lastfmplugin.h
|
infosystem/infoplugins/generic/lastfmplugin.h
|
||||||
infosystem/infoplugins/generic/musixmatchplugin.h
|
infosystem/infoplugins/generic/musixmatchplugin.h
|
||||||
|
infosystem/infoplugins/generic/musicbrainzPlugin.h
|
||||||
|
|
||||||
network/bufferiodevice.h
|
network/bufferiodevice.h
|
||||||
network/msgprocessor.h
|
network/msgprocessor.h
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \class ArtistInfoWidget
|
* \class ArtistInfoWidget
|
||||||
* \brief A ViewPage class, which displays top-hits, related artists and albums.
|
* \brief ViewPage, which displays top-hits, related artists and albums for an artist.
|
||||||
*
|
*
|
||||||
* This Tomahawk ViewPage displays top-hits, related artists and known albums
|
* This Tomahawk ViewPage displays top-hits, related artists and known albums
|
||||||
* for any given artist. It is our default ViewPage when showing an artist
|
* for any given artist. It is our default ViewPage when showing an artist
|
||||||
@@ -55,7 +55,7 @@ public:
|
|||||||
ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget* parent = 0 );
|
ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget* parent = 0 );
|
||||||
~ArtistInfoWidget();
|
~ArtistInfoWidget();
|
||||||
|
|
||||||
/** \brief Load information for a given artist.
|
/** \brief Loads information for a given artist.
|
||||||
* \param artist The artist that you want to load information for.
|
* \param artist The artist that you want to load information for.
|
||||||
*
|
*
|
||||||
* Calling this method will make ArtistInfoWidget load information about
|
* Calling this method will make ArtistInfoWidget load information about
|
||||||
|
Reference in New Issue
Block a user