Properly fix copy constructor
ClosedPublic

Authored by bruns on Mar 22 2019, 2:07 AM.

Details

Summary

Instead of printing a warning (which probably nobody would notice) just
fix the code, i.e. copy the private.

Test Plan

ctest

Diff Detail

Repository
R293 Baloo
Branch
fix_copy_constructor
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 9960
Build 9978: arc lint + arc unit
bruns created this revision.Mar 22 2019, 2:07 AM
Restricted Application added projects: Frameworks, Baloo. · View Herald TranscriptMar 22 2019, 2:07 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
bruns requested review of this revision.Mar 22 2019, 2:07 AM
ngraham accepted this revision.Mar 22 2019, 11:27 AM
This revision is now accepted and ready to land.Mar 22 2019, 11:27 AM
This revision was automatically updated to reflect the committed changes.
davidedmundson added inline comments.
src/lib/resultiterator.cpp
53

why not pos?