Use QString() instead of deprecated QString::null
ClosedPublic

Authored by kpiwowarski on Oct 12 2019, 12:22 AM.

Diff Detail

Repository
R660 Kooka
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kpiwowarski requested review of this revision.Oct 12 2019, 12:22 AM
kpiwowarski created this revision.
mlaurent requested changes to this revision.Oct 12 2019, 7:09 AM
mlaurent added a subscriber: mlaurent.
mlaurent added inline comments.
app/galleryhistory.cpp
54

it's not necessary to initialize to QString() when we create QString directly

This revision now requires changes to proceed.Oct 12 2019, 7:09 AM

don't initialize

mlaurent accepted this revision.Oct 13 2019, 7:53 AM
This revision is now accepted and ready to land.Oct 13 2019, 7:53 AM

Ping ?

i don't have commit access

This revision was automatically updated to reflect the committed changes.