Debugger engine types: Add note about keeping compatibility

Change-Id: I8f5723d53fcfb454eca8abf55a0720f12b0423d0
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Eike Ziller
2014-10-28 09:35:06 +01:00
parent 9c11feac1a
commit 39c8790f85

View File

@@ -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,