mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Some cleanup
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
namespace Tomahawk
|
namespace Tomahawk
|
||||||
{
|
{
|
||||||
|
|
||||||
class DLLEXPORT Album : public QObject, public PlaylistInterface
|
class DLLEXPORT Album : public QObject, public Tomahawk::PlaylistInterface
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
@@ -29,7 +29,7 @@
|
|||||||
namespace Tomahawk
|
namespace Tomahawk
|
||||||
{
|
{
|
||||||
|
|
||||||
class DLLEXPORT Artist : public QObject, public PlaylistInterface
|
class DLLEXPORT Artist : public QObject, public Tomahwk::PlaylistInterface
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
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_OBJECT
|
||||||
Q_PROPERTY( QString guid READ guid WRITE setGuid )
|
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 ) {}
|
RevisionQueueItem( nRev, oRev, e, latest ), type( typ ), controls( ctrls ), mode( m ) {}
|
||||||
};
|
};
|
||||||
|
|
||||||
class DLLEXPORT DynamicPlaylist : public Playlist
|
class DLLEXPORT DynamicPlaylist : public Tomahawk::Playlist
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
@@ -30,7 +30,7 @@
|
|||||||
namespace Tomahawk
|
namespace Tomahawk
|
||||||
{
|
{
|
||||||
|
|
||||||
class DLLEXPORT SourcePlaylistInterface : public QObject, public PlaylistInterface
|
class DLLEXPORT SourcePlaylistInterface : public QObject, public Tomahawk::PlaylistInterface
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user