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