BaseTreeView: Make resizeColumns() publicly accessible

Simplifies the only used code path through the model and a custom
signal.

Change-Id: I9bbab725cdd122b7261a8f14b101786e38e61e57
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2017-02-21 08:35:22 +01:00
parent aa8c4aad16
commit 7f73f3950e
5 changed files with 9 additions and 10 deletions

View File

@@ -3154,6 +3154,7 @@ void updateWatchersWindow(bool showWatch, bool showReturn)
{
dd->m_watchersWindow->setVisible(showWatch);
dd->m_returnWindow->setVisible(showReturn);
dd->m_localsView->resizeColumns();
}
bool hasSnapshots()