forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user