1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

Some cleanup

This commit is contained in:
Jeff Mitchell 2011-12-21 16:17:59 -05:00
parent daca5fa107
commit a8810e90c1
5 changed files with 5 additions and 5 deletions

View File

@ -29,7 +29,7 @@
namespace Tomahawk
{
class DLLEXPORT Album : public QObject, public PlaylistInterface
class DLLEXPORT Album : public QObject, public Tomahawk::PlaylistInterface
{
Q_OBJECT

View File

@ -29,7 +29,7 @@
namespace Tomahawk
{
class DLLEXPORT Artist : public QObject, public PlaylistInterface
class DLLEXPORT Artist : public QObject, public Tomahwk::PlaylistInterface
{
Q_OBJECT

View File

@ -114,7 +114,7 @@ public:
};
class DLLEXPORT Playlist : public QObject, public PlaylistInterface
class DLLEXPORT Playlist : public QObject, public Tomahawk::PlaylistInterface
{
Q_OBJECT
Q_PROPERTY( QString guid READ guid WRITE setGuid )

View File

@ -55,7 +55,7 @@ struct DynQueueItem : RevisionQueueItem
RevisionQueueItem( nRev, oRev, e, latest ), type( typ ), controls( ctrls ), mode( m ) {}
};
class DLLEXPORT DynamicPlaylist : public Playlist
class DLLEXPORT DynamicPlaylist : public Tomahawk::Playlist
{
Q_OBJECT

View File

@ -30,7 +30,7 @@
namespace Tomahawk
{
class DLLEXPORT SourcePlaylistInterface : public QObject, public PlaylistInterface
class DLLEXPORT SourcePlaylistInterface : public QObject, public Tomahawk::PlaylistInterface
{
Q_OBJECT