mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Style cleanup.
This commit is contained in:
@@ -26,18 +26,22 @@
|
||||
#include "utils/TomahawkUtils.h"
|
||||
#include "utils/Logger.h"
|
||||
|
||||
|
||||
DatabaseCommand_AllArtists::DatabaseCommand_AllArtists( const Tomahawk::collection_ptr &collection, QObject *parent )
|
||||
: DatabaseCommand( parent )
|
||||
, m_collection( collection )
|
||||
, m_amount( 0 )
|
||||
, m_sortOrder( DatabaseCommand_AllArtists::None )
|
||||
, m_sortDescending( false )
|
||||
{}
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
DatabaseCommand_AllArtists::~DatabaseCommand_AllArtists()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
DatabaseCommand_AllArtists::exec( DatabaseImpl* dbi )
|
||||
{
|
||||
|
Reference in New Issue
Block a user