Page MenuHomePhorge

Fixes T190
AbandonedPublic

Authored by mollekopf on May 21 2015, 3:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 7, 11:37 AM
Unknown Object (File)
Fri, Apr 5, 10:58 PM
Unknown Object (File)
Dec 12 2023, 7:15 AM
Unknown Object (File)
Nov 28 2023, 3:13 AM
Unknown Object (File)
Nov 17 2023, 10:48 PM
Unknown Object (File)
Oct 30 2023, 4:39 PM
Unknown Object (File)
Sep 28 2023, 9:24 PM
Unknown Object (File)
Feb 26 2018, 7:52 PM
Subscribers
None

Details

Reviewers
knauss

Diff Detail

Repository
rKPR kdepim-runtime
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

mollekopf retitled this revision from to Fixes T190.
mollekopf updated this object.
mollekopf edited the test plan for this revision. (Show Details)
mollekopf added a reviewer: knauss.
resources/kolab/kolabhelpers.cpp
415–420

const QByteArray stripped = folderTypeName.isEmpty() ? QByteArray() : folderTypeName.split(QLatin1Char('.')).first();
return Kolab::folderTypeFromString( std::string(stripped.data(), stripped.size()) );

The patch has been adjusted and submitted.