forked from qt-creator/qt-creator
Utils: Show remote FilePath also on qDebug
Change-Id: Ic437279115a7393c6bea4f84db6e0e5552c22d31 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
QDebug operator<<(QDebug dbg, const Utils::FilePath &c)
|
QDebug operator<<(QDebug dbg, const Utils::FilePath &c)
|
||||||
{
|
{
|
||||||
return dbg << c.toString();
|
return dbg << c.toUserOutput();
|
||||||
}
|
}
|
||||||
|
|
||||||
QT_END_NAMESPACE
|
QT_END_NAMESPACE
|
||||||
|
Reference in New Issue
Block a user