PathChooser migration for external app debug lanuching

This commit is contained in:
goro
2008-12-19 16:39:02 +01:00
parent 3396f824e0
commit 12bcc11389
4 changed files with 43 additions and 53 deletions

View File

@@ -138,8 +138,7 @@ QString PathChooser::path() const
void PathChooser::setPath(const QString &path)
{
const QString defaultPath = path.isEmpty() ? homePath() : path;
m_d->m_lineEdit->setText(QDir::toNativeSeparators(defaultPath));
m_d->m_lineEdit->setText(QDir::toNativeSeparators(path));
}
void PathChooser::slotBrowse()