forked from qt-creator/qt-creator
Unable to enter slash and backslash manually in PatchChooser
Task-number: QTCREATORBUG-3214 Reviewed-by: Tobias Hunger
This commit is contained in:
@@ -196,7 +196,7 @@ void PathChooser::setEnvironment(const Utils::Environment &env)
|
||||
|
||||
QString PathChooser::path() const
|
||||
{
|
||||
return QDir::cleanPath(m_d->expandedPath(QDir::fromNativeSeparators(m_d->m_lineEdit->text())));
|
||||
return m_d->expandedPath(QDir::fromNativeSeparators(m_d->m_lineEdit->text()));
|
||||
}
|
||||
|
||||
QString PathChooser::rawPath() const
|
||||
|
||||
Reference in New Issue
Block a user