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:
parent
ce713a416c
commit
cde3547124
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user