1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-10 16:14:40 +02:00

* Add debug output to SearchWidget's DTOR.

This commit is contained in:
Christian Muehlhaeuser
2012-11-16 13:44:26 +01:00
parent 9dc3c8e0b8
commit aaa0355a1e

View File

@@ -78,6 +78,7 @@ SearchWidget::SearchWidget( const QString& search, QWidget* parent )
SearchWidget::~SearchWidget()
{
tDebug() << Q_FUNC_INFO;
delete ui;
}