From 3d289c0f7745aea3bbcfbbe05bbfcd5b1dba1abd Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 6 Jul 2011 21:33:29 +0200 Subject: [PATCH] * Added musicbrainz InfoPlugin to CMakeLists.txt --- src/libtomahawk/CMakeLists.txt | 2 ++ src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.h | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/libtomahawk/CMakeLists.txt b/src/libtomahawk/CMakeLists.txt index 98efdf554..78d252976 100644 --- a/src/libtomahawk/CMakeLists.txt +++ b/src/libtomahawk/CMakeLists.txt @@ -91,6 +91,7 @@ set( libSources infosystem/infoplugins/generic/echonestplugin.cpp infosystem/infoplugins/generic/lastfmplugin.cpp infosystem/infoplugins/generic/musixmatchplugin.cpp + infosystem/infoplugins/generic/musicbrainzPlugin.cpp playlist/treemodel.cpp playlist/treeproxymodel.cpp @@ -261,6 +262,7 @@ set( libHeaders infosystem/infoplugins/generic/echonestplugin.h infosystem/infoplugins/generic/lastfmplugin.h infosystem/infoplugins/generic/musixmatchplugin.h + infosystem/infoplugins/generic/musicbrainzPlugin.h network/bufferiodevice.h network/msgprocessor.h diff --git a/src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.h b/src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.h index d8c535424..c31f48059 100644 --- a/src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.h +++ b/src/libtomahawk/widgets/infowidgets/ArtistInfoWidget.h @@ -18,7 +18,7 @@ /** * \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 * 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(); - /** \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. * * Calling this method will make ArtistInfoWidget load information about