forked from qt-creator/qt-creator
Executable's UID added to the DebuggerStartParameters. Used for debugging on SymbianOs
This commit is contained in:
@@ -110,7 +110,8 @@ DebuggerStartParameters::DebuggerStartParameters()
|
||||
useTerminal(false),
|
||||
breakAtMain(false),
|
||||
toolChainType(ToolChain::UNKNOWN),
|
||||
startMode(NoStartMode)
|
||||
startMode(NoStartMode),
|
||||
executableUid(0)
|
||||
{}
|
||||
|
||||
void DebuggerStartParameters::clear()
|
||||
|
||||
Reference in New Issue
Block a user