mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Fixed warning in TomahawkWindow.
This commit is contained in:
@@ -114,7 +114,7 @@ TomahawkWindow::TomahawkWindow( QWidget* parent )
|
|||||||
{
|
{
|
||||||
setWindowIcon( QIcon( RESPATH "icons/tomahawk-icon-128x128.png" ) );
|
setWindowIcon( QIcon( RESPATH "icons/tomahawk-icon-128x128.png" ) );
|
||||||
|
|
||||||
ViewManager* vm = new ViewManager( this );
|
new ViewManager( this );
|
||||||
m_audioControls = new AudioControls( this );
|
m_audioControls = new AudioControls( this );
|
||||||
|
|
||||||
ui->setupUi( this );
|
ui->setupUi( this );
|
||||||
|
Reference in New Issue
Block a user