Fix compilation with Qt 5.9

Authored by wbauer on Jun 2 2020, 3:12 PM.

Description

Fix compilation with Qt 5.9

QTimer::callOnTimeout() only exists since Qt 5.12.

Connect to the QTimer::timeout signal instead, this works with older
versions as well and is equivalent according to the Qt documentation.

BUG: 422354
FIXED-IN: 3.3.2
Differential Revision: https://phabricator.kde.org/D29841

Details

Committed
rstephensonJun 2 2020, 4:35 PM
Differential Revision
D29841: Fix compilation with Qt 5.9
Parents
R470:db48745619ea: Update with 3.3.1 release info
Branches
Unknown
Tags
Unknown