mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 15:47:38 +02:00
Don't hook up signals twice for loading xspf
This commit is contained in:
@@ -34,9 +34,6 @@ LoadXSPFDialog::LoadXSPFDialog( QWidget* parent, Qt::WindowFlags f )
|
|||||||
m_ui->verticalLayout->setSpacing( 0 );
|
m_ui->verticalLayout->setSpacing( 0 );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
connect( m_ui->buttonBox, SIGNAL( accepted() ), SLOT( accept() ) );
|
|
||||||
connect( m_ui->buttonBox, SIGNAL( rejected() ), SLOT( reject() ) );
|
|
||||||
|
|
||||||
connect( m_ui->navigateButton, SIGNAL( clicked( bool ) ), this, SLOT( getLocalFile() ) );
|
connect( m_ui->navigateButton, SIGNAL( clicked( bool ) ), this, SLOT( getLocalFile() ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user