mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* Style cleanup.
This commit is contained in:
parent
eef2c0a89a
commit
89cd75a2ed
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user