Snippets for meshlab 2025.07 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/nq7d1cxiarx5gqly6a3lmgffksi4n6l6-meshlab-2025.07.drv.
-
/build/source/src/meshlabplugins/io_base/load_project.cpp:262:135: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 262 | QStringList values = renderingOpt.attributes().namedItem("boxColor").nodeValue().split(" ", QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_base/load_project.cpp:267:137: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 267 | QStringList values = renderingOpt.attributes().namedItem("pointColor").nodeValue().split(" ", QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_base/load_project.cpp:272:136: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 272 | QStringList values = renderingOpt.attributes().namedItem("wireColor").nodeValue().split(" ", QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_base/load_project.cpp:277:137: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 277 | QStringList values = renderingOpt.attributes().namedItem("solidColor").nodeValue().split(" ", QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/store/1r1ck04689i8n13vsc9v33d1v431xxv4-vcg-2025.07/include/wrap/io_trimesh/import_dae.h:135:27: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=] 135 | c[ii] = (unsigned char)(wc.at(indcl * colorcomponent + ii).toFloat()*255.0);
-
/build/source/src/meshlabplugins/io_expe/import_xyz.h:159:33: warning: 'QStringList QString::split(const QRegExp&, SplitBehavior) const' is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 159 | line = buf.split(QRegExp("[ |\t]"), QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_expe/import_xyz.h:179:33: warning: 'QStringList QString::split(const QRegExp&, SplitBehavior) const' is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 179 | line = buf.split(QRegExp("[ |\t]"), QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_expe/import_expe.h:178:55: warning: 'QStringList QString::split(const QRegExp&, SplitBehavior) const' is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 178 | QStringList header = tmp.split(QRegExp("[\\[/\\]]"),QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_pdb/io_pdb.cpp:623:11: warning: ignoring return value of 'constexpr const _Tp& std::min(const _Tp&, const _Tp&) [with _Tp = long unsigned int]', declared with attribute 'nodiscard' [-Wunused-result] 623 | std::min(atomicElement.length(),atomicElement.find_first_of(' ')); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_tri/io_tri.cpp:259:60: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 259 | QStringList numList = infoPNG.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_tri/io_tri.cpp:117:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 117 | fread(array,sz,1,f); | ~~~~~^~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_tri/io_tri.cpp:134:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 134 | fread(&byteOrder,sizeof(short),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_tri/io_tri.cpp:148:10: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 148 | fread(&numPoints,sizeof(int),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_tri/io_tri.cpp:149:10: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 149 | fread(&numFaces,sizeof(int),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_tri/io_tri.cpp:153:8: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 153 | fread(s,sizeof(char),4,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_tri/io_tri.cpp:287:30: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 287 | fread(texCode,sizeof(char),4,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_tri/io_tri.cpp:311:62: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 311 | fread(&s,sizeof(float),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_tri/io_tri.cpp:312:62: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 312 | fread(&t,sizeof(float),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_tri/io_tri.cpp:314:62: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 314 | fread(&ss,sizeof(short),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_tri/io_tri.cpp:315:62: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 315 | fread(&ts,sizeof(short),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_tri/io_tri.cpp:165:10: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 165 | fread(&x,sizeof(float),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_tri/io_tri.cpp:166:10: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 166 | fread(&y,sizeof(float),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_tri/io_tri.cpp:167:10: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 167 | fread(&z,sizeof(float),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_tri/io_tri.cpp:191:10: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 191 | fread(&p1,sizeof(int),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_tri/io_tri.cpp:192:10: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 192 | fread(&p2,sizeof(int),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_tri/io_tri.cpp:193:10: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 193 | fread(&p3,sizeof(int),1,fp); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_x3d/import_x3d.h:758:86: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 758 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_x3d/import_x3d.h:2450:57: warning: 'QStringList QString::split(const QRegExp&, SplitBehavior) const' is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 2450 | list = orientation.split(QRegExp("\\s+"), QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_x3d/import_x3d.h:2463:54: warning: 'QStringList QString::split(const QRegExp&, SplitBehavior) const' is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 2463 | list = position.split(QRegExp("\\s+"), QString::SkipEmptyParts); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_x3d/import_x3d.h:181:70: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 181 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_x3d/import_x3d.h:263:62: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 263 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_x3d/import_x3d.h:340:81: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 340 | QStringList list = vrmlPaths.at(i).split("#", QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_x3d/import_x3d.h:498:43: warning: 'QStringList QString::split(const QRegExp&, SplitBehavior) const' is deprecated: Use split(const QRegularExpression &, Qt::SplitBehavior) variant instead [-Wdeprecated-declarations] 498 | list = value.split(QRegExp("\\s+"), QString::SkipEmptyParts); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_x3d/import_x3d.h:2146:54: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 2146 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_x3d/import_x3d.h:2204:54: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 2204 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_x3d/import_x3d.h:2298:58: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 2298 | QFile file(filename.split("#", QString::SkipEmptyParts).at(0)); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_x3d/import_x3d.h:1965:70: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1965 | QStringList paths = url.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/io_x3d/import_x3d.h:586:102: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 586 | QStringList defList = iterValue->second.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/nix/store/10lphnfp1f29qrbazd17mphyxbi90x65-qtbase-5.15.19-dev/include/QtGui/qopenglcontext.h:55:2: warning: #warning qopenglfunctions.h is not compatible with GLEW, GLEW defines will be undefined [-Wcpp] 55 | #warning qopenglfunctions.h is not compatible with GLEW, GLEW defines will be undefined | ^~~~~~~ -
/nix/store/10lphnfp1f29qrbazd17mphyxbi90x65-qtbase-5.15.19-dev/include/QtGui/qopenglcontext.h:56:2: warning: #warning To use GLEW with Qt, do not include <qopengl.h> or <QOpenGLFunctions> after glew.h [-Wcpp] 56 | #warning To use GLEW with Qt, do not include <qopengl.h> or <QOpenGLFunctions> after glew.h | ^~~~~~~ -
/nix/store/10lphnfp1f29qrbazd17mphyxbi90x65-qtbase-5.15.19-dev/include/QtGui/qopenglfunctions.h:49:2: warning: #warning qopenglfunctions.h is not compatible with GLEW, GLEW defines will be undefined [-Wcpp] 49 | #warning qopenglfunctions.h is not compatible with GLEW, GLEW defines will be undefined | ^~~~~~~ -
/nix/store/10lphnfp1f29qrbazd17mphyxbi90x65-qtbase-5.15.19-dev/include/QtGui/qopenglfunctions.h:50:2: warning: #warning To use GLEW with Qt, do not include <qopengl.h> or <QOpenGLFunctions> after glew.h [-Wcpp] 50 | #warning To use GLEW with Qt, do not include <qopengl.h> or <QOpenGLFunctions> after glew.h | ^~~~~~~ -
/build/source/build/src/meshlabplugins/filter_func/filter_func_autogen/EWIEGA46WW/../../../../../../src/meshlabplugins/filter_func/filter_refine.h:34:37: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations] 34 | struct MidPointCustom : public std::unary_function<face::Pos<typename MESH_TYPE::FaceType> , typename MESH_TYPE::CoordType > | ^~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/filter_func/filter_refine.h:34:37: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations] 34 | struct MidPointCustom : public std::unary_function<face::Pos<typename MESH_TYPE::FaceType> , typename MESH_TYPE::CoordType > | ^~~~~~~~~~~~~~ -
/nix/store/8219nw4xxraw2r1mdqxdjfbdr7inbpqb-levmar-2.6/include/levmar.h:48:4: warning: #warning LINSOLVERS_RETAIN_MEMORY is not safe in a multithreaded environment and should be turned off! [-Wcpp] 48 | # warning LINSOLVERS_RETAIN_MEMORY is not safe in a multithreaded environment and should be turned off! | ^~~~~~~ -
/build/source/src/meshlabplugins/filter_isoparametrization/diam_parametrization.h:201:42: warning: 'template<class _Arg, class _Result> struct std::unary_function' is deprecated [-Wdeprecated-declarations] 201 | struct SplitMidPoint : public std::unary_function<vcg::face::Pos<typename MESH_TYPE::FaceType> , typename MESH_TYPE::CoordType > | ^~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/filter_isoparametrization/iso_transfer.h:118:31: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result] 118 | system("pause"); | ~~~~~~^~~~~~~~~ -
/build/source/src/meshlabplugins/filter_layer/filter_layer.cpp:890:86: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 890 | node.toElement().text().split(" ", QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/filter_layer/filter_layer.cpp:696:30: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 696 | fgets(line, 100, fp); | ~~~~~^~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/filter_layer/filter_layer.cpp:702:30: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 702 | fgets(line, 100, fp); | ~~~~~^~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/filter_layer/filter_layer.cpp:728:46: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 728 | fgets(line, 100, fp); | ~~~~~^~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/filter_layer/filter_layer.cpp:733:46: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 733 | fgets(line, 100, fp); | ~~~~~^~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/filter_layer/filter_layer.cpp:738:46: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 738 | fgets(line, 100, fp); | ~~~~~^~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/filter_layer/filter_layer.cpp:743:46: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 743 | fgets(line, 100, fp); | ~~~~~^~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/filter_layer/filter_layer.cpp:749:46: warning: ignoring return value of 'char* fgets(char*, int, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 749 | fgets(line, 100, fp); | ~~~~~^~~~~~~~~~~~~~~ -
/nix/store/dvmsq4nxd519c3myy9l6cv9jz3yncj3m-cgal-6.2/include/CGAL/Installation/internal/deprecation_warning.h:80:6: warning: #warning "A deprecated header has been included." [-Wcpp] 80 | # warning "A deprecated header has been included." | ^~~~~~~ -
/build/source/src/meshlabplugins/edit_quality/common/meshmethods.cpp:67:52: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 67 | splittedString = line.split(CSV_FILE_SEPARATOR, QString::SkipEmptyParts); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_quality/common/transferfunction.cpp:439:40: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 439 | splittedString = line.split(CSV_FILE_SEPARATOR, QString::SkipEmptyParts); | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_quality/common/transferfunction.cpp:577:163: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 577 | outStream << CSV_FILE_COMMENT << " COLOR BAND FILE STRUCTURE - first row: RED CHANNEL DATA - second row GREEN CHANNEL DATA - third row: BLUE CHANNEL DATA" << endl; | ^~~~ -
/build/source/src/meshlabplugins/edit_quality/common/transferfunction.cpp:578:248: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 578 | outStream << CSV_FILE_COMMENT << " CHANNEL DATA STRUCTURE - the channel structure is grouped in many triples. The items of each triple represent respectively: X VALUE, Y_LOWER VALUE, Y_UPPER VALUE of each node-key of the transfer function" << endl; | ^~~~ -
/build/source/src/meshlabplugins/edit_quality/common/transferfunction.cpp:593:22: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 593 | outStream << endl; | ^~~~ -
/build/source/src/meshlabplugins/edit_quality/common/transferfunction.cpp:597:431: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 597 | outStream << CSV_FILE_COMMENT << "THE FOLLOWING 4 VALUES REPRESENT EQUALIZER SETTINGS - the first and the third values represent respectively the minimum and the maximum quality values used in histogram, the second one represent the position (in percentage) of the middle quality, and the last one represent the level of brightness as a floating point number (0 completely dark, 1 original brightness, 2 completely white)" << endl; | ^~~~ -
/build/source/src/meshlabplugins/edit_quality/common/transferfunction.cpp:598:198: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 598 | outStream << info.minQualityVal << CSV_FILE_SEPARATOR << info.midQualityPercentage << CSV_FILE_SEPARATOR << info.maxQualityVal << CSV_FILE_SEPARATOR << info.brightness << CSV_FILE_SEPARATOR << endl; | ^~~~ -
/build/source/src/meshlabplugins/render_gdp/meshrender.cpp:323:94: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 323 | out << "VERTEX SHADER LINK INFO:" << endl; | ^~~~ -
/build/source/src/meshlabplugins/render_gdp/meshrender.cpp:324:75: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 324 | out << proglog << endl << endl; | ^~~~ -
/build/source/src/meshlabplugins/render_gdp/meshrender.cpp:324:83: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 324 | out << proglog << endl << endl; | ^~~~ -
/build/source/src/meshlabplugins/render_gdp/meshrender.cpp:328:96: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 328 | out << "FRAGMENT SHADER LINK INFO:" << endl << endl; | ^~~~ -
/build/source/src/meshlabplugins/render_gdp/meshrender.cpp:328:104: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 328 | out << "FRAGMENT SHADER LINK INFO:" << endl << endl; | ^~~~ -
/build/source/src/meshlabplugins/render_gdp/meshrender.cpp:329:75: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 329 | out << proglog << endl << endl; | ^~~~ -
/build/source/src/meshlabplugins/render_gdp/meshrender.cpp:329:83: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 329 | out << proglog << endl << endl; | ^~~~ -
/build/source/src/meshlabplugins/render_gdp/meshrender.cpp:389:89: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 389 | out << "VERTEX SHADER COMPILE INFO:" << endl << endl; | ^~~~ -
/build/source/src/meshlabplugins/render_gdp/meshrender.cpp:389:97: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 389 | out << "VERTEX SHADER COMPILE INFO:" << endl << endl; | ^~~~ -
/build/source/src/meshlabplugins/render_gdp/meshrender.cpp:390:65: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 390 | out << shlog << endl << endl; | ^~~~ -
/build/source/src/meshlabplugins/render_gdp/meshrender.cpp:390:73: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 390 | out << shlog << endl << endl; | ^~~~ -
/build/source/src/meshlabplugins/render_gdp/meshrender.cpp:394:91: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 394 | out << "FRAGMENT SHADER COMPILE INFO:" << endl << endl; | ^~~~ -
/build/source/src/meshlabplugins/render_gdp/meshrender.cpp:394:99: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 394 | out << "FRAGMENT SHADER COMPILE INFO:" << endl << endl; | ^~~~ -
/build/source/src/meshlabplugins/render_gdp/meshrender.cpp:395:65: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 395 | out << shlog << endl << endl; | ^~~~ -
/build/source/src/meshlabplugins/render_gdp/meshrender.cpp:395:73: warning: 'QTextStream& QTextStreamFunctions::endl(QTextStream&)' is deprecated: Use Qt::endl [-Wdeprecated-declarations] 395 | out << shlog << endl << endl; | ^~~~ -
/build/source/build/src/meshlabplugins/edit_paint/edit_paint_autogen/EWIEGA46WW/../../../../../../src/meshlabplugins/edit_paint/colorframe.h:16:62: warning: 'constexpr QFlags<T>::QFlags(Zero) [with Enum = Qt::WindowType; Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations] 16 | Colorframe(QWidget * parent, Qt::WindowFlags flags = 0) : QFrame(parent, flags){} | ^ -
/build/source/build/src/meshlabplugins/edit_paint/edit_paint_autogen/EWIEGA46WW/../../../../../../src/meshlabplugins/edit_paint/paintbox.h:78:64: warning: 'constexpr QFlags<T>::QFlags(Zero) [with Enum = Qt::WindowType; Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations] 78 | Paintbox(QWidget * parent = 0, Qt::WindowFlags flags = 0); | ^ -
/build/source/src/meshlabplugins/edit_mutualcorrs/edit_mutualcorrs.cpp:83:37: warning: 'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 83 | status_line1.sprintf("Check the Info Tab if you need more details <br> Active Point: ----"); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_mutualcorrs/edit_mutualcorrs.cpp:85:29: warning: 'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 85 | status_line1.sprintf("Check the Info Tab if you need more details <br> Active Point: %s",pointID[cindex].toStdString().c_str()); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_mutualcorrs/edit_mutualcorrs.cpp:433:46: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 433 | tokenizedLine = newline.split(" ", QString::SkipEmptyParts); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_paint/colorframe.h:16:62: warning: 'constexpr QFlags<T>::QFlags(Zero) [with Enum = Qt::WindowType; Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations] 16 | Colorframe(QWidget * parent, Qt::WindowFlags flags = 0) : QFrame(parent, flags){} | ^ -
/build/source/src/meshlabplugins/edit_paint/paintbox.h:78:64: warning: 'constexpr QFlags<T>::QFlags(Zero) [with Enum = Qt::WindowType; Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations] 78 | Paintbox(QWidget * parent = 0, Qt::WindowFlags flags = 0); | ^ -
/build/source/src/meshlabplugins/edit_point/edit_point.cpp:59:99: warning: format '%f' expects a matching 'double' argument [-Wformat=] 59 | "<tr><td> Radius Perc: </td><td width=70 align=right><b> %9.4f </b></td><td><i> (S / X to decrease/increase)</i></td></tr>", | ~~~~^ | | | double -
/build/source/src/meshlabplugins/edit_point/edit_point.cpp:388:33: warning: 'int QWheelEvent::delta() const' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 388 | int wheelDirection = ev->delta(); | ~~~~~~~~~^~ -
/build/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:102:29: warning: 'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 102 | status_line1.sprintf("Active Point: ----"); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:104:29: warning: 'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 104 | status_line1.sprintf("Active Point: %s",pointID[cindex].toStdString().c_str()); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:211:37: warning: 'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 211 | status_line1.sprintf("Active Distance: ----"); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:215:37: warning: 'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 215 | status_line1.sprintf("Active Distance: %s", distanceID[cindex].toStdString().c_str()); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:218:45: warning: 'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 218 | status_line2.sprintf("%.3f --> %.3f", currDist[cindex], targDist[cindex]); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:220:45: warning: 'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 220 | status_line2.sprintf(" "); | ~~~~~~~~~~~~~~~~~~~~^~~~~ -
/build/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:224:37: warning: 'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 224 | status_line3.sprintf("SCENE SCALE: %.3f", globalScale); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:226:37: warning: 'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 226 | status_line3.sprintf("NO VALID SCENE SCALE"); | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:557:64: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 557 | tokenizedLine = firstline.split(possible_separators[sind], QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:581:56: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 581 | tokenizedLine = firstline.split(separator, QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:597:62: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 597 | tokenizedLine = newline.split(separator, QString::SkipEmptyParts); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:756:25: warning: 'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 756 | status_line3.sprintf("MATRIX:<br>" | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ 757 | "%.2f %.2f %.2f %.3f<br>" | ~~~~~~~~~~~~~~~~~~~~~~~~~ 758 | "%.2f %.2f %.2f %.3f<br>" | ~~~~~~~~~~~~~~~~~~~~~~~~~ 759 | "%.2f %.2f %.2f %.3f<br>" | ~~~~~~~~~~~~~~~~~~~~~~~~~ 760 | "%.2f %.2f %.2f %.3f<br>", | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 761 | transfMatrix[0][0],transfMatrix[0][1],transfMatrix[0][2],transfMatrix[0][3], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 762 | transfMatrix[1][0],transfMatrix[1][1],transfMatrix[1][2],transfMatrix[1][3], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 763 | transfMatrix[2][0],transfMatrix[2][1],transfMatrix[2][2],transfMatrix[2][3], | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 764 | transfMatrix[3][0],transfMatrix[3][1],transfMatrix[3][2],transfMatrix[3][3]); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:1054:64: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1054 | tokenizedLine = firstline.split(possible_separators[sind], QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:1082:56: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1082 | tokenizedLine = firstline.split(separator, QString::SkipEmptyParts); | ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_referencing/edit_referencing.cpp:1105:62: warning: 'QStringList QString::split(const QString&, SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use split(const QString &sep, Qt::SplitBehavior ...) variant instead [-Wdeprecated-declarations] 1105 | tokenizedLine = newline.split(separator, QString::SkipEmptyParts); | ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_quality/qualitymapperdialog.cpp:1197:14: warning: 'void qSort(RandomAccessIterator, RandomAccessIterator, LessThan) [with RandomAccessIterator = QList<TFHandle*>::iterator; LessThan = bool (*)(TFHandle*, TFHandle*)]' is deprecated: Use std::sort [-Wdeprecated-declarations] 1197 | qSort(_transferFunctionHandles[channelCode].begin(), _transferFunctionHandles[channelCode].end(), TfHandleCompare); | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_align/alignDialog.cpp:170:26: warning: 'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 170 | labelText.sprintf("%s", qUtf8Printable(meshName)); | ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_align/alignDialog.cpp:195:20: warning: 'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 195 | buf.sprintf("Iter - MinD - Error - Sample - Used - DistR - BordR - AnglR "); | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_align/alignDialog.cpp:202:28: warning: 'QString& QString::sprintf(const char*, ...)' is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] 202 | buf.sprintf(" %02zu %6.2f %7.4f %05i %05i %5i %5i %5i", | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 203 | qi, I[qi].MinDistAbs, I[qi].pcl50, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 204 | I[qi].SampleTested, I[qi].SampleUsed, I[qi].DistanceDiscarded, I[qi].BorderDiscarded, I[qi].AngleDiscarded); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlabplugins/edit_align/AlignPairWidget.cpp:364:33: warning: 'int QWheelEvent::x() const' is deprecated: Use position() [-Wdeprecated-declarations] 364 | int index = e->x() < (width() / 2) ? 0 : 1; | ~~~~^~ -
/build/source/src/meshlabplugins/edit_align/AlignPairWidget.cpp:365:47: warning: 'int QWheelEvent::delta() const' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 365 | tt[index]->MouseWheel(e->delta() / float(WHEEL_STEP), QTWheel2VCG(e->modifiers())); | ~~~~~~~~^~ -
/build/source/src/meshlabplugins/edit_align/AlignPairWidget.cpp:368:43: warning: 'int QWheelEvent::delta() const' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 368 | tt[0]->MouseWheel(e->delta() / float(WHEEL_STEP), QTWheel2VCG(e->modifiers())); | ~~~~~~~~^~ -
/build/source/src/meshlabplugins/edit_align/AlignPairWidget.cpp:369:43: warning: 'int QWheelEvent::delta() const' is deprecated: Use angleDelta() [-Wdeprecated-declarations] 369 | tt[1]->MouseWheel(e->delta() / float(WHEEL_STEP), QTWheel2VCG(e->modifiers())); | ~~~~~~~~^~ -
/build/source/src/meshlab/dialogs/options_dialog.cpp:149:46: warning: 'void QHeaderView::setResizeMode(ResizeMode)' is deprecated [-Wdeprecated-declarations] 149 | tw->horizontalHeader()->setResizeMode(QHeaderView::ResizeToContents); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlab/dialogs/plugin_info_dialog.cpp:152:48: warning: 'void QHeaderView::setResizeMode(ResizeMode)' is deprecated [-Wdeprecated-declarations] 152 | ui->treeWidget->header()->setResizeMode(QHeaderView::ResizeToContents); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
/build/source/src/meshlab/dialogs/plugin_info_dialog.cpp:262:40: warning: 'void QTreeWidget::setItemExpanded(const QTreeWidgetItem*, bool)' is deprecated: Use QTreeWidgetItem::setExpanded() instead [-Wdeprecated-declarations] 262 | ui->treeWidget->setItemExpanded(pluginItem, false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~