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:
Chocobo1
2022-06-09 11:18:41 +08:00
committed by GitHub
parent ca07540675
commit eddeda7bab
6 changed files with 80 additions and 82 deletions

View File

@@ -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