Fix build with Qt 5.11.
ClosedPublic

Authored by krop on Jun 4 2018, 11:37 AM.

Details

Summary

'id' is an int, it doesn't need qPrintable.

Diff Detail

Repository
R463 KPhotoAlbum
Branch
5.x
Lint
No Linters Available
Unit
No Unit Test Coverage
krop requested review of this revision.Jun 4 2018, 11:37 AM
krop created this revision.

In the sending-context we're basically doing the same thing (QString::number((int) command.commandType())) - I guess we should do the same change there...

Confirmed that this builds with Qt 5.11.

johanneszarl accepted this revision.Jun 15 2018, 12:40 PM

I've merged this to master...

This revision is now accepted and ready to land.Jun 15 2018, 12:40 PM
This revision was automatically updated to reflect the committed changes.