Debugger: Use raw path for gdb binaries.

Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Friedemann Kleint
2010-09-29 11:32:36 +02:00
parent d4c1c1f8b1
commit 651cd50838

View File

@@ -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()