[Differential] [Requested Changes To] D2948: Process entries while listing archives

elvisangelaccio (Elvis Angelaccio) noreply at phabricator.kde.org
Wed Oct 5 19:40:46 UTC 2016


elvisangelaccio requested changes to this revision.
elvisangelaccio added a comment.
This revision now requires changes to proceed.


  It seems something like this:
  
    if (behaviour == NotifyViews) {
        beginInsertColumns(QModelIndex(), 0, toInsert.size() - 1);
    }
    m_showColumns << toInsert;
    if (behaviour == NotifyViews) {
        endInsertColumns();
    }
  
  in `Part::slotNewEntry()` does the same job, instead of setting a null model in the view.

REPOSITORY
  rARK Ark

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

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: rthomsen, elvisangelaccio
Cc: kde-utils-devel, tctara
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20161005/79077c6f/attachment.html>


More information about the Kde-utils-devel mailing list