Наша сборка Qt VS Tools
giy
2022-09-02 ca47896204482bf4a6979e3838bf7f09f61cebeb
QMakeFileReader/evaluator/proitems.cpp
@@ -341,7 +341,7 @@
        totalLength += this_.at(i).size();
    if (sz)
        totalLength += sepSize * (sz - 1);
        totalLength += int(sepSize) * (sz - 1);
    QString res(totalLength, Qt::Uninitialized);
    QChar *ptr = (QChar *)res.constData();