forked from qt-creator/qt-creator
Debugger: Use raw path for gdb binaries.
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -565,7 +565,7 @@ void BinaryToolChainDialog::setPath(const QString &p)
|
||||
|
||||
QString BinaryToolChainDialog::path() const
|
||||
{
|
||||
return m_pathChooser->path();
|
||||
return m_pathChooser->rawPath();
|
||||
}
|
||||
|
||||
void BinaryToolChainDialog::slotValidChanged()
|
||||
|
||||
Reference in New Issue
Block a user