Debugger: Use an enum for column numbers in stack view

Easier to read.

Change-Id: I85abf6e8c881b4d521f7791625cff37bbd2fffdc
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2014-12-18 13:25:54 +01:00
parent 242b3f4110
commit c3650bf269
3 changed files with 23 additions and 13 deletions

View File

@@ -38,6 +38,16 @@
namespace Debugger {
namespace Internal {
enum StackColumns
{
StackLevelColumn,
StackFunctionNameColumn,
StackFileNameColumn,
StackLineNumberColumn,
StackAddressColumn,
StackColumnCount = StackAddressColumn,
};
////////////////////////////////////////////////////////////////////////
//
// StackCookie