Debugger: Fix 'Show Address' stack window context menu action

Change-Id: I59784fbb304882f88538800c4094b8680cb379f8
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-02-26 09:34:42 +01:00
parent 623de07ab9
commit 5b80463050
3 changed files with 13 additions and 13 deletions

View File

@@ -45,7 +45,7 @@ enum StackColumns
StackFileNameColumn,
StackLineNumberColumn,
StackAddressColumn,
StackColumnCount = StackAddressColumn,
StackColumnCount
};
////////////////////////////////////////////////////////////////////////