Use QList explicitly

PR #21016.
This commit is contained in:
Vladimir Golovnev 2024-07-04 08:30:39 +03:00 committed by GitHub
parent d2fceaa228
commit 5ef2a1df07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
95 changed files with 408 additions and 373 deletions

View file

@ -31,10 +31,10 @@
#include <cmath>
#include <QList>
#include <QLocale>
#include <QRegularExpression>
#include <QStringList>
#include <QVector>
// to send numbers instead of strings with suffixes
QString Utils::String::fromDouble(const double n, const int precision)