forked from qt-creator/qt-creator
Debugger engine types: Add note about keeping compatibility
Change-Id: I8f5723d53fcfb454eca8abf55a0720f12b0423d0 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
@@ -184,6 +184,8 @@ enum LogChannel
|
||||
ConsoleOutput // Used to output to console
|
||||
};
|
||||
|
||||
// Keep values compatible between Qt Creator versions,
|
||||
// because they are used by the installer for registering debuggers
|
||||
enum DebuggerEngineType
|
||||
{
|
||||
NoEngineType = 0,
|
||||
|
||||
Reference in New Issue
Block a user