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

@@ -70,6 +70,7 @@ public:
void showProgressIndicator();
void hideProgressIndicator();
void resizeColumns();
signals:
void aboutToShow();