QFutureWatcher: Fix typo
The right replacement for pause() is suspend(), not suspended() - the latter is a signal name. Amends 37cfc3c6d2e3b290c7fc41cd7545283d24e4433c Pick-to: 6.7 6.5 6.2 Change-Id: Ic94919de9e9890f62335a4bdee267549616f4a42 Reviewed-by: Marc Mutz <marc.mutz@qt.io> (cherry picked from commit 4f234b378e24742eecbefc16b63349e638828112) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
2e2cdc3c4f
commit
9f56f88c02
@ -74,7 +74,7 @@ public Q_SLOTS:
|
||||
QT_DEPRECATED_VERSION_X_6_0("Use setSuspended() instead.")
|
||||
void setPaused(bool paused);
|
||||
|
||||
QT_DEPRECATED_VERSION_X_6_0("Use suspended() instead.")
|
||||
QT_DEPRECATED_VERSION_X_6_0("Use suspend() instead.")
|
||||
void pause();
|
||||
|
||||
QT_DEPRECATED_VERSION_X_6_0("Use toggleSuspended() instead.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user