1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

* Fixed compiler warning.

This commit is contained in:
Christian Muehlhaeuser 2014-06-18 03:13:28 +02:00
parent c31053f76d
commit d7906757ba

View File

@ -52,14 +52,13 @@ using namespace Tomahawk;
using namespace Tomahawk::Widgets;
Dashboard::Dashboard( QWidget* parent )
Dashboard::Dashboard( QWidget* /* parent */ )
{
}
Dashboard::~Dashboard()
{
}