apol added a comment.

  +1 Makes sense.
  
  Would it be possible to have a constructor such as this?
  
    const UDSEntry destUds = {
                { UDSEntry::UDS_NAME, d->dest.fileName()} ,
                { UDSEntry::UDS_MODIFICATION_TIME, 
mtimeDest.toMSecsSinceEpoch() / 1000} ,
                { UDSEntry::UDS_CREATION_TIME, ctimeDest.toMSecsSinceEpoch() / 
1000} ,
                { UDSEntry::UDS_SIZE, sizeDest}
            };
  
  It would allow for a cleaner text and no need to reserve explicitly.

REPOSITORY
  R241 KIO

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

To: kossebau, #frameworks, dfaure
Cc: apol, ahmadsamir, kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, 
ngraham, bruns

Reply via email to