mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Merge pull request #57 from crabmanX/xspfdialog
fix xspf import QFileDialog filter
This commit is contained in:
@@ -44,7 +44,7 @@ LoadXSPFDialog::~LoadXSPFDialog()
|
|||||||
void
|
void
|
||||||
LoadXSPFDialog::getLocalFile()
|
LoadXSPFDialog::getLocalFile()
|
||||||
{
|
{
|
||||||
QString url = QFileDialog::getOpenFileName( this, tr( "Load XSPF File" ), QDir::homePath(), ".xspf" );
|
QString url = QFileDialog::getOpenFileName( this, tr( "Load XSPF File" ), QDir::homePath(), tr( "XSPF Files (*.xspf)" ) );
|
||||||
m_ui->lineEdit->setText( url );
|
m_ui->lineEdit->setText( url );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user