Debugger: Remove QML port settings in run configs

Obsolete since the invention of PortGatherers.

Change-Id: I34c80b2408213c2d6bd0d893763be4dffc2db7ea
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
This commit is contained in:
hjk
2019-09-30 13:14:43 +02:00
parent a574706d29
commit 0c45372896
2 changed files with 0 additions and 55 deletions

View File

@@ -46,9 +46,6 @@ public:
DebuggerLanguageStatus useCppDebugger = AutoEnabledLanguage;
DebuggerLanguageStatus useQmlDebugger = AutoEnabledLanguage;
const uint QML_DEFAULT_DEBUG_SERVER_PORT = 3768;
uint qmlDebugServerPort = QML_DEFAULT_DEBUG_SERVER_PORT;
bool useMultiProcess = false;
QString overrideStartup;
};
@@ -67,10 +64,8 @@ public:
bool useCppDebugger() const;
bool useQmlDebugger() const;
void setUseQmlDebugger(bool value);
uint qmlDebugServerPort() const;
bool useMultiProcess() const;
void setUseMultiProcess(bool on);
bool isQmlDebuggingSpinboxSuppressed() const;
QString overrideStartup() const;
int portsUsedByDebugger() const;