mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Style clean up.
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
#include "database/Database.h"
|
#include "database/Database.h"
|
||||||
#include "database/DatabaseCommand_AllTracks.h"
|
#include "database/DatabaseCommand_AllTracks.h"
|
||||||
#include "Source.h"
|
#include "Source.h"
|
||||||
#include "Pipeline.h"
|
|
||||||
|
|
||||||
#include "utils/Logger.h"
|
#include "utils/Logger.h"
|
||||||
|
|
||||||
@@ -55,7 +54,7 @@ ArtistPlaylistInterface::setCurrentIndex( qint64 index )
|
|||||||
{
|
{
|
||||||
PlaylistInterface::setCurrentIndex( index );
|
PlaylistInterface::setCurrentIndex( index );
|
||||||
|
|
||||||
m_currentItem = m_queries.at( index )->results().first();
|
m_currentItem = m_queries.at( index )->results().first();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user