mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
* Removed obsolete loading methods in AlbumInfoWidget.
This commit is contained in:
@@ -61,9 +61,6 @@ AlbumInfoWidget::AlbumInfoWidget( const Tomahawk::album_ptr& album, QWidget* par
|
|||||||
|
|
||||||
m_pixmap = TomahawkUtils::defaultPixmap( TomahawkUtils::DefaultAlbumCover, TomahawkUtils::ScaledCover, QSize( 48, 48 ) );
|
m_pixmap = TomahawkUtils::defaultPixmap( TomahawkUtils::DefaultAlbumCover, TomahawkUtils::ScaledCover, QSize( 48, 48 ) );
|
||||||
|
|
||||||
connect( m_tracksModel, SIGNAL( loadingStarted() ), SLOT( onLoadingStarted() ) );
|
|
||||||
connect( m_tracksModel, SIGNAL( loadingFinished() ), SLOT( onLoadingFinished() ) );
|
|
||||||
|
|
||||||
load( album );
|
load( album );
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -81,18 +78,6 @@ AlbumInfoWidget::playlistInterface() const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
|
||||||
AlbumInfoWidget::onLoadingStarted()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void
|
|
||||||
AlbumInfoWidget::onLoadingFinished()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
bool
|
bool
|
||||||
AlbumInfoWidget::isBeingPlayed() const
|
AlbumInfoWidget::isBeingPlayed() const
|
||||||
{
|
{
|
||||||
|
@@ -97,9 +97,6 @@ private slots:
|
|||||||
void gotAlbums( const QList<Tomahawk::album_ptr>& albums );
|
void gotAlbums( const QList<Tomahawk::album_ptr>& albums );
|
||||||
void onAlbumCoverUpdated();
|
void onAlbumCoverUpdated();
|
||||||
|
|
||||||
void onLoadingStarted();
|
|
||||||
void onLoadingFinished();
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
Ui::AlbumInfoWidget* ui;
|
Ui::AlbumInfoWidget* ui;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user