D20163: Replace currentDateTimeUtc().toTime_t() with currentSecsSinceEpoch()

2019-04-01 Thread Stefan Brüns
This revision was automatically updated to reflect the committed changes. Closed by commit R241:38db255da55b: Replace currentDateTimeUtc().toTime_t() with currentSecsSinceEpoch() (authored by bruns). REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D20163?vs=55186&id

D20163: Replace currentDateTimeUtc().toTime_t() with currentSecsSinceEpoch()

2019-04-01 Thread Aleix Pol Gonzalez
apol accepted this revision. This revision is now accepted and ready to land. REPOSITORY R241 KIO BRANCH submit REVISION DETAIL https://phabricator.kde.org/D20163 To: bruns, #frameworks, apol Cc: kde-frameworks-devel, michaelh, ngraham, bruns

D20163: Replace currentDateTimeUtc().toTime_t() with currentSecsSinceEpoch()

2019-04-01 Thread Stefan Brüns
bruns created this revision. bruns added a reviewer: Frameworks. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. bruns requested review of this revision. REVISION SUMMARY toTime_t() is obsolete since Qt 5.8, and currentSecsSinceEpoch() is faster. REPOSITOR