aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/qtmessageloghandler.h
diff options
context:
space:
mode:
authorAurindam Jana <[email protected]>2012-03-22 12:00:47 +0100
committerhjk <[email protected]>2012-03-22 12:04:48 +0100
commitb9dfbd8ec309dc0417c23ad8e118fd835d74c7ec (patch)
treee88929ea585a4b4adeadaee6ae344ca53cd76e69 /src/plugins/debugger/qtmessageloghandler.h
parente9e804888eb3330dae4144afb4026447895834a2 (diff)
QtMessageLogHandler: Sorting child items
Insert child items in sorted order if the "Sort Members and Classes Alphabetically" is set in Locals And Expressions. Change-Id: Ib21803326ec3f35c9541c08d876c4a38c0202a9f Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/debugger/qtmessageloghandler.h')
-rw-r--r--src/plugins/debugger/qtmessageloghandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/qtmessageloghandler.h b/src/plugins/debugger/qtmessageloghandler.h
index b76d85d043b..6e84f67a189 100644
--- a/src/plugins/debugger/qtmessageloghandler.h
+++ b/src/plugins/debugger/qtmessageloghandler.h
@@ -126,7 +126,7 @@ public:
QtMessageLogItem *child(int number);
int childCount() const;
bool insertChildren(int position, int count);
- void insertChildSorted(QtMessageLogItem *item);
+ void insertChild(QtMessageLogItem *item);
bool insertChild(int position, QtMessageLogItem *item);
QtMessageLogItem *parent();
bool removeChildren(int position, int count);