mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Remove usage of QTextStream
Other classes already provide rich methods so avoid another layer of QTextStream which slow things down (slightly). PR #17180.
This commit is contained in:
parent
ca07540675
commit
eddeda7bab
6 changed files with 80 additions and 82 deletions
|
@ -42,6 +42,7 @@
|
|||
#include <QProcess>
|
||||
#include <QRegularExpression>
|
||||
#include <QScreen>
|
||||
#include <QSize>
|
||||
#include <QStyle>
|
||||
#include <QThread>
|
||||
#include <QUrl>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue