ahmadsamir created this revision. ahmadsamir added reviewers: Frameworks, drosca, apol, dfaure. Herald added a project: Frameworks. ahmadsamir requested review of this revision.
REVISION SUMMARY Properties::parse(): - The regex is case sensitive - Fix copy/paste error, it's just one space " " Fix porting of capturedTexts().last() of QRegExp; it should be match.captured(1) with QRegularExpression if there's one capturing group in the pattern; QRegExp capturedTexts() first element is the 0 capturing group which captures the whole matched string. REPOSITORY R269 BluezQt BRANCH l-fix (branched from master) REVISION DETAIL https://phabricator.kde.org/D27112 AFFECTED FILES tools/bluezapi2qt/CppGenerator.cpp tools/bluezapi2qt/Interface.cpp tools/bluezapi2qt/Method.cpp tools/bluezapi2qt/Properties.cpp To: ahmadsamir, #frameworks, drosca, apol, dfaure Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns