SIGN IN SIGN UP

Ensure `QTimer::start` is invoked from its owning thread

`QTimer::start` is only available at the timer's owning thread. It cannot be called from another
thread.
Note that, usually an instance of `SettingsStorage` is not expected to be called across
threads, but the class doesn't explicitly prohibit it either. So this change just adds
additional defense.

PR #24352.
C
Chocobo1 committed
8c3f2e4be06f3d66137384a99c2eafc6e961a8a3
Parent: cb0a037
Committed by GitHub <noreply@github.com> on 5/25/2026, 8:53:15 AM