1
0
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:
Christian Muehlhaeuser
2012-06-16 07:08:38 +02:00
parent eef2c0a89a
commit 89cd75a2ed

View File

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