mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06: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:
@@ -28,13 +28,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <QSize>
|
||||
|
||||
#include "base/pathfwd.h"
|
||||
|
||||
class QIcon;
|
||||
class QPixmap;
|
||||
class QPoint;
|
||||
class QSize;
|
||||
class QWidget;
|
||||
|
||||
namespace Utils::Gui
|
||||
|
||||
Reference in New Issue
Block a user