1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 17:29:42 +01:00

* No need to manually disable or include OverlayWidget anymore.

This commit is contained in:
Christian Muehlhaeuser 2012-06-01 06:39:24 +02:00
parent 18183c512f
commit 161b860359
5 changed files with 0 additions and 12 deletions

View File

@ -34,9 +34,6 @@
#include "utils/TomahawkUtilsGui.h"
#include "utils/Logger.h"
#include "widgets/OverlayButton.h"
#include "widgets/OverlayWidget.h"
using namespace Tomahawk;

View File

@ -41,7 +41,6 @@
class PlayableModel;
class TreeModel;
class OverlayButton;
namespace Ui
{

View File

@ -35,9 +35,6 @@
#include "utils/TomahawkUtilsGui.h"
#include "utils/Logger.h"
#include "widgets/OverlayButton.h"
#include "widgets/OverlayWidget.h"
#include "Pipeline.h"
using namespace Tomahawk;

View File

@ -41,7 +41,6 @@
class PlayableModel;
class PlaylistModel;
class OverlayButton;
namespace Ui
{

View File

@ -32,8 +32,6 @@
#include "utils/TomahawkUtilsGui.h"
#include "utils/Logger.h"
#include "widgets/OverlayWidget.h"
SourceInfoWidget::SourceInfoWidget( const Tomahawk::source_ptr& source, QWidget* parent )
: QWidget( parent )
@ -51,8 +49,6 @@ SourceInfoWidget::SourceInfoWidget( const Tomahawk::source_ptr& source, QWidget*
ui->splitter->setStretchFactor( 0, 0 );
ui->splitter->setStretchFactor( 1, 1 );
ui->historyView->overlay()->setEnabled( false );
m_recentTracksModel = new RecentlyAddedModel( source, ui->recentCollectionView );
m_recentTracksModel->setStyle( PlayableModel::Short );
ui->recentCollectionView->setPlayableModel( m_recentTracksModel );