K 10 svn:author V 6 adridg K 8 svn:date V 27 2018-04-08T12:12:24.012236Z K 7 svn:log V 359 Fix build of archivers/ark on 10.3 (old clang). Make the return type of the lambda explicit, to avoid this build error: error: return type 'QString' must match previous return type 'const QString' when lambda expression has unspecified explicit return type return QString(); Reported by: pkg-fallout Approved by: tcberner (mentor, implicit) END