diff --git a/src/libtomahawk/database/DatabaseCommand_AllArtists.cpp b/src/libtomahawk/database/DatabaseCommand_AllArtists.cpp index 5d030d1ac..5a79c8f71 100644 --- a/src/libtomahawk/database/DatabaseCommand_AllArtists.cpp +++ b/src/libtomahawk/database/DatabaseCommand_AllArtists.cpp @@ -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 ) {