Debugger: Keep watchers alphabetically ordered

Task-number: QTCREATORBUG-12308
Change-Id: Ifdffa20f3ccec6aa2c086ce83db3b4a8817e08ab
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
hjk
2016-11-29 15:27:38 +01:00
parent 24ae8e0491
commit d583469249
3 changed files with 8 additions and 11 deletions

View File

@@ -82,7 +82,7 @@ public:
QSet<QString> expandedINames() const;
static QStringList watchedExpressions();
static QHash<QString, int> watcherNames();
static QMap<QString, int> watcherNames();
void appendFormatRequests(DebuggerCommand *cmd);
void appendWatchersAndTooltipRequests(DebuggerCommand *cmd);