Use qOverload instead of static_cast inside connect
ClosedPublic

Authored by davidre on May 9 2019, 11:58 AM.

Details

Summary

Since we are now using C++14 use qOverload which is more readable than the static_cast equivalent.

Test Plan

Spectacle still builds and has the same behavior as before.

Diff Detail

Repository
R166 Spectacle
Branch
qOverload (branched from master)
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 11686
Build 11704: arc lint + arc unit
davidre created this revision.May 9 2019, 11:58 AM
Restricted Application added a project: Spectacle. · View Herald TranscriptMay 9 2019, 11:58 AM
davidre requested review of this revision.May 9 2019, 11:58 AM

Pinging this one too

ngraham accepted this revision.May 29 2019, 4:39 PM
ngraham added a subscriber: ngraham.

Whoops, sorry for letting this get lost.

This revision is now accepted and ready to land.May 29 2019, 4:39 PM
This revision was automatically updated to reflect the committed changes.