forked from qt-creator/qt-creator
Debugger: Code cosmetics
Move some constants to internalconstants.h or remove them entirely. Change-Id: Iecd4def3b48130fb390bddf420da672d44e3d6b8 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -45,7 +45,10 @@ class DEBUGGER_EXPORT DebuggerRunConfigurationAspectData
|
||||
public:
|
||||
DebuggerLanguageStatus useCppDebugger = AutoEnabledLanguage;
|
||||
DebuggerLanguageStatus useQmlDebugger = AutoEnabledLanguage;
|
||||
uint qmlDebugServerPort = Constants::QML_DEFAULT_DEBUG_SERVER_PORT;
|
||||
|
||||
const uint QML_DEFAULT_DEBUG_SERVER_PORT = 3768;
|
||||
uint qmlDebugServerPort = QML_DEFAULT_DEBUG_SERVER_PORT;
|
||||
|
||||
bool useMultiProcess = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user