mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
* Add debug output to various page DTORs.
This commit is contained in:
@@ -143,6 +143,7 @@ AlbumInfoWidget::AlbumInfoWidget( const Tomahawk::album_ptr& album, QWidget* par
|
||||
|
||||
AlbumInfoWidget::~AlbumInfoWidget()
|
||||
{
|
||||
tDebug() << Q_FUNC_INFO;
|
||||
delete ui;
|
||||
}
|
||||
|
||||
|
@@ -159,6 +159,7 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
|
||||
|
||||
ArtistInfoWidget::~ArtistInfoWidget()
|
||||
{
|
||||
tDebug() << Q_FUNC_INFO;
|
||||
delete ui;
|
||||
}
|
||||
|
||||
|
@@ -128,6 +128,7 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
|
||||
|
||||
TrackInfoWidget::~TrackInfoWidget()
|
||||
{
|
||||
tDebug() << Q_FUNC_INFO;
|
||||
delete ui;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user