debugger: make alphabetic sorting of struct members optional.

Task-number: QTCREATORBUG-1608
This commit is contained in:
hjk
2010-09-23 11:15:56 +02:00
parent 6295208a5c
commit 034bb72dc4
12 changed files with 48 additions and 18 deletions

View File

@@ -125,6 +125,7 @@ enum DebuggerActionCode
// Watchers & Locals
ShowStdNamespace,
ShowQtNamespace,
SortStructMembers,
// Source List
ListSourceFiles,