forked from qt-creator/qt-creator
debugger: move qtInstallPath closer to place where it is used
Change-Id: I6ed602a7cf498d56fa79cef72aebe7742bc50075 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -2641,8 +2641,6 @@ static QString formatStartParameters(DebuggerStartParameters &sp)
|
||||
<< ')';
|
||||
str << '\n';
|
||||
}
|
||||
if (!sp.qtInstallPath.isEmpty())
|
||||
str << "Qt: " << QDir::toNativeSeparators(sp.qtInstallPath) << '\n';
|
||||
if (!sp.qmlServerAddress.isEmpty())
|
||||
str << "QML server: " << sp.qmlServerAddress << ':'
|
||||
<< sp.qmlServerPort << '\n';
|
||||
|
||||
Reference in New Issue
Block a user