mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Don't let "program update" dialog steal focus
And also avoid creating an unnecessary event loop. Closes #14250.
This commit is contained in:
parent
d85a41ad75
commit
44e4dd3700
2 changed files with 48 additions and 26 deletions
|
@ -135,7 +135,7 @@ private slots:
|
|||
void askRecursiveTorrentDownloadConfirmation(BitTorrent::Torrent *const torrent);
|
||||
void optionsSaved();
|
||||
#if defined(Q_OS_WIN) || defined(Q_OS_MACOS)
|
||||
void handleUpdateCheckFinished(bool updateAvailable, QString newVersion, bool invokedByUser);
|
||||
void handleUpdateCheckFinished(bool updateAvailable, const QString &newVersion, bool invokedByUser);
|
||||
#endif
|
||||
void toggleAlternativeSpeeds();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue