1
0
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:
Uwe L. Korn
2013-07-08 15:46:42 +02:00
parent 0f7038c8bc
commit 819b0eb0ad
2 changed files with 5 additions and 1 deletions

View File

@@ -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 );

View File

@@ -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 ) )