mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Remove unwanted includes.
This commit is contained in:
parent
cda6d67d45
commit
d2d7f349bb
src/viewpages
@ -25,7 +25,6 @@
|
||||
|
||||
#include "MetaPlaylistInterface.h"
|
||||
#include "TomahawkSettings.h"
|
||||
#include "Pipeline.h"
|
||||
|
||||
#include "audio/AudioEngine.h"
|
||||
#include "playlist/GridItemDelegate.h"
|
||||
@ -37,11 +36,6 @@
|
||||
|
||||
#include <QStandardItemModel>
|
||||
|
||||
|
||||
#define HISTORY_TRACK_ITEMS 25
|
||||
#define HISTORY_PLAYLIST_ITEMS 10
|
||||
#define HISTORY_RESOLVING_TIMEOUT 2500
|
||||
|
||||
using namespace Tomahawk;
|
||||
using namespace Tomahawk::Widgets;
|
||||
|
||||
@ -568,7 +562,6 @@ ChartsWidget::chartTracksLoaded( ChartDataLoader* loader, const QList< query_ptr
|
||||
|
||||
if ( m_trackModels.contains( chartId ) )
|
||||
{
|
||||
// Pipeline::instance()->resolve( tracks );
|
||||
m_trackModels[ chartId ]->appendQueries( tracks );
|
||||
}
|
||||
|
||||
|
@ -23,10 +23,6 @@
|
||||
#include "ui_NewReleasesWidget.h"
|
||||
|
||||
#include "ViewManager.h"
|
||||
#include "SourceList.h"
|
||||
#include "TomahawkSettings.h"
|
||||
#include "Pipeline.h"
|
||||
|
||||
#include "audio/AudioEngine.h"
|
||||
#include "utils/TomahawkUtilsGui.h"
|
||||
#include "utils/Logger.h"
|
||||
@ -37,11 +33,6 @@
|
||||
#include <QStandardItemModel>
|
||||
#include <QStandardItem>
|
||||
|
||||
|
||||
#define HISTORY_TRACK_ITEMS 25
|
||||
#define HISTORY_PLAYLIST_ITEMS 10
|
||||
#define HISTORY_RESOLVING_TIMEOUT 2500
|
||||
|
||||
using namespace Tomahawk;
|
||||
using namespace Tomahawk::Widgets;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user