Use qOverload instead of static_cast inside connect

Authored by davidre on May 30 2019, 12:23 PM.

Description

Use qOverload instead of static_cast inside connect

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.

Reviewers: Spectacle, ngraham

Reviewed By: Spectacle, ngraham

Subscribers: ngraham

Tags: Spectacle

Differential Revision: https://phabricator.kde.org/D21095

Details

Committed
davidreMay 30 2019, 12:24 PM
Reviewer
Spectacle
Differential Revision
D21095: Use qOverload instead of static_cast inside connect
Parents
R166:bdbe5589a998: Don't use QTimer::callOnTimeout
Branches
Unknown
Tags
Unknown