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:
parent
18183c512f
commit
161b860359
@ -34,9 +34,6 @@
|
||||
#include "utils/TomahawkUtilsGui.h"
|
||||
#include "utils/Logger.h"
|
||||
|
||||
#include "widgets/OverlayButton.h"
|
||||
#include "widgets/OverlayWidget.h"
|
||||
|
||||
using namespace Tomahawk;
|
||||
|
||||
|
||||
|
@ -41,7 +41,6 @@
|
||||
|
||||
class PlayableModel;
|
||||
class TreeModel;
|
||||
class OverlayButton;
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
|
@ -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;
|
||||
|
@ -41,7 +41,6 @@
|
||||
|
||||
class PlayableModel;
|
||||
class PlaylistModel;
|
||||
class OverlayButton;
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
|
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user