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