Debugger: Re-enable thread view sorting

This was disabled as workaround for QTCREATORBUG-7432 but can
be supported again after fefbc172f.

Task-number: QTCREATORBUG-7432
Change-Id: Ic85f6f91c0f6f04dc76f66984cb5773b0753ad26
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
hjk
2013-11-19 00:19:06 +01:00
parent 69041fbb5c
commit 72ae95323a
2 changed files with 5 additions and 6 deletions

View File

@@ -101,8 +101,7 @@ private:
const QIcon m_emptyIcon;
bool m_resetLocationScheduled;
//QSortFilterProxyModel *m_proxyModel;
QSortFilterProxyModel *m_proxyModel;
};
} // namespace Internal