forked from qt-creator/qt-creator
Debugger: Use FilePath for debugInfoLocation
Change-Id: Id538ab4ddd1d634d0dc73a00fe42d3fd35341bea Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -114,7 +114,7 @@ public:
|
||||
void setCommandsForReset(const QString &commands);
|
||||
|
||||
void setServerStartScript(const Utils::FilePath &serverStartScript);
|
||||
void setDebugInfoLocation(const QString &debugInfoLocation);
|
||||
void setDebugInfoLocation(const Utils::FilePath &debugInfoLocation);
|
||||
|
||||
void setQmlServer(const QUrl &qmlServer);
|
||||
QUrl qmlServer() const; // Used in GammaRay integration.
|
||||
|
||||
Reference in New Issue
Block a user