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