forked from qt-creator/qt-creator
Remove script manager and script debugger engine.
Doesn't really serve a purpose any more. Change-Id: I8c3bc11bf7b05a15eafd2a22456a40b270cefadf Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
@@ -187,7 +187,6 @@ enum DebuggerEngineType
|
||||
{
|
||||
NoEngineType = 0,
|
||||
GdbEngineType = 0x001,
|
||||
ScriptEngineType = 0x002,
|
||||
CdbEngineType = 0x004,
|
||||
PdbEngineType = 0x008,
|
||||
QmlEngineType = 0x020,
|
||||
@@ -195,7 +194,6 @@ enum DebuggerEngineType
|
||||
LldbLibEngineType = 0x080,
|
||||
LldbEngineType = 0x100,
|
||||
AllEngineTypes = GdbEngineType
|
||||
| ScriptEngineType
|
||||
| CdbEngineType
|
||||
| PdbEngineType
|
||||
| QmlEngineType
|
||||
|
||||
Reference in New Issue
Block a user