forked from qt-creator/qt-creator
debugger: simplify the handling of the start script option
Script will be used if and only if there is one given. No extra bool. Change-Id: I095e01b2243f0fa1f7ba2ce9591e3d67b6de5241 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -65,7 +65,6 @@ public:
|
||||
languages(AnyLanguage),
|
||||
qmlServerAddress(QLatin1String("127.0.0.1")),
|
||||
qmlServerPort(ProjectExplorer::Constants::QML_DEFAULT_DEBUG_SERVER_PORT),
|
||||
useServerStartScript(false),
|
||||
remoteSetupNeeded(false),
|
||||
startMode(NoStartMode),
|
||||
closeMode(KillAtClose),
|
||||
@@ -112,7 +111,6 @@ public:
|
||||
// Used by remote debugging.
|
||||
QString remoteChannel;
|
||||
QString symbolFileName;
|
||||
bool useServerStartScript;
|
||||
QString serverStartScript;
|
||||
QString searchPath; // Gdb "set solib-search-path"
|
||||
QString debugInfoLocation; // Gdb "set-debug-file-directory".
|
||||
|
||||
Reference in New Issue
Block a user