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

ohai style fix

This commit is contained in:
Leo Franchi 2011-10-12 20:45:43 -04:00
parent ee1afc665f
commit b4aedd606c

View File

@ -51,7 +51,8 @@ LoadXSPFDialog::getLocalFile()
m_ui->lineEdit->setText( url );
}
QString LoadXSPFDialog::xspfUrl() const
QString
LoadXSPFDialog::xspfUrl() const
{
return m_ui->lineEdit->text();
}