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:
parent
daca5fa107
commit
a8810e90c1
@ -29,7 +29,7 @@
|
||||
namespace Tomahawk
|
||||
{
|
||||
|
||||
class DLLEXPORT Album : public QObject, public PlaylistInterface
|
||||
class DLLEXPORT Album : public QObject, public Tomahawk::PlaylistInterface
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
namespace Tomahawk
|
||||
{
|
||||
|
||||
class DLLEXPORT Artist : public QObject, public PlaylistInterface
|
||||
class DLLEXPORT Artist : public QObject, public Tomahwk::PlaylistInterface
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
@ -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 )
|
||||
|
@ -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
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
namespace Tomahawk
|
||||
{
|
||||
|
||||
class DLLEXPORT SourcePlaylistInterface : public QObject, public PlaylistInterface
|
||||
class DLLEXPORT SourcePlaylistInterface : public QObject, public Tomahawk::PlaylistInterface
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user