forked from qt-creator/qt-creator
FileInProjectFinder/Debugger: Use Utils::FileName for sysroot
Change-Id: Id937f927ba6137fd04f742f31d1b260afbe42db4 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -94,7 +94,7 @@ public:
|
||||
void setAttachPid(Utils::ProcessHandle pid);
|
||||
void setAttachPid(qint64 pid);
|
||||
|
||||
void setSysRoot(const QString &sysRoot);
|
||||
void setSysRoot(const Utils::FileName &sysRoot);
|
||||
void setSymbolFile(const QString &symbolFile);
|
||||
void setRemoteChannel(const QString &channel);
|
||||
void setRemoteChannel(const QString &host, int port);
|
||||
|
||||
Reference in New Issue
Block a user