forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user