D21604: Fix building with Qt 5.13

2020-03-13 Thread Allan Sandfeld Jensen
carewolf abandoned this revision. carewolf added a comment. Done independently REPOSITORY R293 Baloo REVISION DETAIL https://phabricator.kde.org/D21604 To: carewolf, bruns, ngraham Cc: alexeymin, kde-frameworks-devel, #baloo, hurikhan77, lots0logs, LeGast00n, cblack, fbampaloukas, GB_2,

D21604: Fix building with Qt 5.13

2019-06-05 Thread Stefan BrĂ¼ns
bruns requested changes to this revision. bruns added a comment. This revision now requires changes to proceed. This lacks a proper commit message REPOSITORY R293 Baloo REVISION DETAIL https://phabricator.kde.org/D21604 To: carewolf, bruns, ngraham Cc: alexeymin, kde-frameworks-devel, #b

D21604: Fix building with Qt 5.13

2019-06-05 Thread Allan Sandfeld Jensen
carewolf added inline comments. INLINE COMMENTS > alexeymin wrote in regexpcache.cpp:81 > can probably just be `QString suffixMatch(QLatin1String("^.*\\.("));` then, > without `=` Sure, but it hardly matters, copy-elision will make the statements equivalent. REPOSITORY R293 Baloo REVISION D

D21604: Fix building with Qt 5.13

2019-06-05 Thread Alexey Min
alexeymin added inline comments. INLINE COMMENTS > regexpcache.cpp:81 > // Combine all suffixes into one large RE: "^.*(foo|bar|baz)$" > -auto suffixMatch = QLatin1String("^.*\\.("); > +QString suffixMatch = QLatin1String("^.*\\.("); > suffixMatch += suffixes.join(QChar('|'));

D21604: Fix building with Qt 5.13

2019-06-05 Thread Allan Sandfeld Jensen
carewolf added reviewers: bruns, ngraham. REPOSITORY R293 Baloo REVISION DETAIL https://phabricator.kde.org/D21604 To: carewolf, bruns, ngraham Cc: kde-frameworks-devel, #baloo, LeGast00n, domson, ashaposhnikov, michaelh, astippich, spoorun, ngraham, bruns, abrahams

D21604: Fix building with Qt 5.13

2019-06-05 Thread Allan Sandfeld Jensen
carewolf created this revision. Herald added projects: Frameworks, Baloo. Herald added subscribers: Baloo, kde-frameworks-devel. carewolf requested review of this revision. REPOSITORY R293 Baloo BRANCH fix-build (branched from master) REVISION DETAIL https://phabricator.kde.org/D21604 AFF