add explicit to constructors
ClosedPublic

Authored by astippich on Nov 2 2018, 8:26 PM.

Details

Summary

add explicit to constructors as suggested by EBN

Diff Detail

Repository
R286 KFileMetaData
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
astippich created this revision.Nov 2 2018, 8:26 PM
Restricted Application added projects: Frameworks, Baloo. · View Herald TranscriptNov 2 2018, 8:26 PM
Restricted Application added subscribers: Baloo, kde-frameworks-devel. · View Herald Transcript
astippich requested review of this revision.Nov 2 2018, 8:26 PM
mgallien added inline comments.
src/simpleextractionresult.h
42 ↗(On Diff #44724)

Given this class is exported, is this binary compatible ?

astippich planned changes to this revision.Nov 2 2018, 9:18 PM
astippich added inline comments.
src/simpleextractionresult.h
42 ↗(On Diff #44724)

I've been not really thinking about it while I was looking at the EBN stuff and pushed too fast

astippich updated this revision to Diff 44731.Nov 2 2018, 9:29 PM
  • don't change exported classes
mgallien accepted this revision.Nov 2 2018, 10:46 PM
This revision is now accepted and ready to land.Nov 2 2018, 10:46 PM
This revision was automatically updated to reflect the committed changes.