From 89cd75a2edd7d71d111b4c336c2e246ace31fff9 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 16 Jun 2012 07:08:38 +0200 Subject: [PATCH] * Style cleanup. --- src/libtomahawk/database/DatabaseCommand_AllArtists.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ) {