mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 08:34:34 +02:00
Fix minor nitpicks
This commit is contained in:
@@ -54,7 +54,9 @@ Tomahawk::PlaylistTemplate::get()
|
|||||||
return d->playlist;
|
return d->playlist;
|
||||||
}
|
}
|
||||||
|
|
||||||
QList<Tomahawk::query_ptr> Tomahawk::PlaylistTemplate::tracks() const
|
|
||||||
|
QList<Tomahawk::query_ptr>
|
||||||
|
Tomahawk::PlaylistTemplate::tracks() const
|
||||||
{
|
{
|
||||||
Q_D( const PlaylistTemplate );
|
Q_D( const PlaylistTemplate );
|
||||||
|
|
||||||
|
@@ -82,6 +82,8 @@ public:
|
|||||||
Album = 0x04,
|
Album = 0x04,
|
||||||
Artist = 0x08
|
Artist = 0x08
|
||||||
};
|
};
|
||||||
|
Q_DECLARE_FLAGS( UrlTypes, UrlType )
|
||||||
|
Q_FLAGS( UrlTypes )
|
||||||
|
|
||||||
ExternalResolver( const QString& filePath )
|
ExternalResolver( const QString& filePath )
|
||||||
: m_commandQueue( new ScriptCommandQueue( this ) )
|
: m_commandQueue( new ScriptCommandQueue( this ) )
|
||||||
|
Reference in New Issue
Block a user