1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-14 04:51:53 +02:00

* Add debug output to various page DTORs.

This commit is contained in:
Christian Muehlhaeuser 2012-11-16 13:42:26 +01:00
parent ce713a416c
commit cde3547124
3 changed files with 3 additions and 0 deletions

View File

@ -143,6 +143,7 @@ AlbumInfoWidget::AlbumInfoWidget( const Tomahawk::album_ptr& album, QWidget* par
AlbumInfoWidget::~AlbumInfoWidget()
{
tDebug() << Q_FUNC_INFO;
delete ui;
}

View File

@ -159,6 +159,7 @@ ArtistInfoWidget::ArtistInfoWidget( const Tomahawk::artist_ptr& artist, QWidget*
ArtistInfoWidget::~ArtistInfoWidget()
{
tDebug() << Q_FUNC_INFO;
delete ui;
}

View File

@ -128,6 +128,7 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
TrackInfoWidget::~TrackInfoWidget()
{
tDebug() << Q_FUNC_INFO;
delete ui;
}