dfaure accepted this revision.
dfaure added a comment.
This revision is now accepted and ready to land.


  I don't really know this code, but I definitely welcome such very needed 
speed improvements.

INLINE COMMENTS

> kdiroperatordetailview.cpp:156
>  {
> -    QTimer::singleShot(300, this, SLOT(disableColumnResizing()));
> -}
> +    connect(model(), &QAbstractItemModel::layoutChanged, this, 
> &KDirOperatorDetailView::expandNameColumn);
>  

Is there any risk that this connect is done multiple times?

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D5774

To: mkoller, dfaure
Cc: #frameworks

Reply via email to