digiKam Clazy Checks - 11/03/2024 14:02:18


    2626 Original Log 43 [-Wclazy-base-class-event] 4 [-Wclazy-container-anti-pattern] 578 [-Wclazy-detaching-temporary] 2 [-Wclazy-function-args-by-ref] 131 [-Wclazy-non-pod-global-static] 1721 [-Wclazy-overloaded-signal] 3 [-Wclazy-signal-with-return-value] 144 [-Wclazy-unused-non-trivial-variable]

Original Log

/home/gilles/Devel/8.x/core/libs/dragdrop/dragdropimplementations.cpp:289:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  289 | static const QString mimeTypeCutSelection(QLatin1String("application/x-kde-cutselection"));
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dimgbuiltinfilter.cpp:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.cpp:16:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.cpp:187:13: warning: unused QDateTime [-Wclazy-unused-non-trivial-variable]
  187 |             QDateTime now = QDateTime::currentDateTime();
      |             ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedanalyser.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedanalyser.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/server/databaseserver.cpp:197:26: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  197 |     mysqlShutDownProcess.start(d->mysqlAdminPath, mysqlShutDownArgs);
      |                          ^~~~~
      |                          startCommand
/home/gilles/Devel/8.x/core/libs/database/server/databaseserver.cpp:532:21: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  532 |         initProcess.start(d->mysqlInitPath, mysqlInitCmdArgs);
      |                     ^~~~~
      |                     startCommand
/home/gilles/Devel/8.x/core/libs/database/server/databaseserver.cpp:679:13: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  679 |             QString firstLine;
      |             ^
/home/gilles/Devel/8.x/core/libs/database/server/databaseserver.cpp:776:20: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  776 |     upgradeProcess.start(d->mysqlUpgradePath, upgradeCmdArgs);
      |                    ^~~~~
      |                    startCommand
4 warnings generated.
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_exif.cpp:1504:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 1504 |         QString            ifDItemName;
      |         ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dimgfiltermanager.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/raw/rawprocessingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dpixelsaliasfilter.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dpixelsaliasfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_p.cpp:191:9: warning: unused QDateTime [-Wclazy-unused-non-trivial-variable]
  191 |         QDateTime date                   = it.value();
      |         ^
/home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_p.cpp:199:10: warning: unused QDateTime [-Wclazy-unused-non-trivial-variable]
  199 |          QDateTime formerDate = metadataAboutToAdjustHints.take(hint.id());
      |          ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/filteractionfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/filteractionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_iptc.cpp:174:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  174 |         QString     ifDItemName;
      |         ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_iptc.cpp:423:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  423 |         QString charSet                    = QLatin1String(iptcData.detectCharset());
      |         ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_iptc.cpp:640:9: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  640 |         QStringList oldkeys = oldKeywords;
      |         ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_iptc.cpp:717:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  717 |                 QString tagValue = d->extractIptcTagString(iptcData, *it);
      |                 ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_iptc.cpp:848:9: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  848 |         QStringList oldkeys           = oldSubCategories;
      |         ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/raw/rawprocessingfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/raw/rawprocessingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/collection/collectionmanager_location.cpp:528:5: warning: unused QList<SolidVolumeInfo> [-Wclazy-unused-non-trivial-variable]
  528 |     QList<SolidVolumeInfo> volumes = d->listVolumes();
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/engine/dbenginebackend.cpp:1317:46: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
 1317 |         while ((pos = preparedString.indexOf(identifierRegExp, pos)) != -1)
      |                                              ^
/home/gilles/Devel/8.x/core/libs/database/engine/dbenginebackend.cpp:1319:48: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
 1319 |             QRegularExpressionMatch regMatch = identifierRegExp.match(preparedString);
      |                                                ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_xmp.cpp:206:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  206 |         QString     ifDItemName;
      |         ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/borderfilter.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/borderfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/borderfilter.cpp:523:37: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  523 |     QRegularExpressionMatch match = regexp.match(s);
      |                                     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/bordersettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/bordersettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/borderfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.cpp:33:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:63:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
   63 | static const MetaEngineRotation identity               ( 1,  0,  0,  1);
      | ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:64:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
   64 | static const MetaEngineRotation rotate90               ( 0,  1, -1,  0);
      | ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:65:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
   65 | static const MetaEngineRotation rotate180              (-1,  0,  0, -1);
      | ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:66:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
   66 | static const MetaEngineRotation rotate270              ( 0, -1,  1,  0);
      | ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:67:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
   67 | static const MetaEngineRotation flipHorizontal         (-1,  0,  0,  1);
      | ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:68:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
   68 | static const MetaEngineRotation flipVertical           ( 1,  0,  0, -1);
      | ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:69:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
   69 | static const MetaEngineRotation rotate90flipHorizontal ( 0,  1,  1,  0);
      | ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:70:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
   70 | static const MetaEngineRotation rotate90flipVertical   ( 0, -1, -1,  0);
      | ^
8 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/thumbsdb/thumbsdb.cpp:373:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  373 |                 QString operation   = (*it).toString();
      |                 ^
/home/gilles/Devel/8.x/core/libs/database/thumbsdb/thumbsdb.cpp:375:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  375 |                 QString messageType = (*it).toString();
      |                 ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredb.cpp:243:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  243 |     QString iconAlbumUrl, iconName;
      |     ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredb.cpp:243:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
/home/gilles/Devel/8.x/core/libs/database/coredb/coredb.cpp:1397:5: warning: unused QList<int> [-Wclazy-unused-non-trivial-variable]
 1397 |     QList<int> ids;
      |     ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredb.cpp:4729:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 4729 |                 QString operation   = (*it).toString();
      |                 ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredb.cpp:4731:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 4731 |                 QString messageType = (*it).toString();
      |                 ^
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredbsearchxml.cpp:929:40: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  929 |             keywordList << group.split(QRegularExpression(QLatin1String("\\s+")), Qt::SkipEmptyParts);
      |                                        ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/texturefilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/texturefilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_p.cpp:23:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   23 | #include <QtConcurrent>
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/film/filmfilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/film/filmfilter_p.h:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/film/filmfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/dbinfoiface.cpp:55:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfilter.cpp:21:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   21 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/syncjob.cpp:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredbschemaupdater.cpp:686:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  686 |         QString errorMsg = i18n("The database update action cannot be found. Please ensure that "
      |         ^
1 warning generated.
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfxfilter.cpp:31:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   31 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
/home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_training.cpp:95:75: warning: Missing reference on non-trivial type (const QPair<QImage *, QString>) [-Wclazy-function-args-by-ref]
   95 | void FacialRecognitionWrapper::train(const Identity& identityToBeTrained, QPair<QImage*, QString> const image)
      |                                                                           ^
      |                                                                                                         &
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfxfilter.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfxfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredbwatch.cpp:24:13: warning: Module QtDBus should not be included directly [-Wclazy-no-module-include]
   24 | #   include <QtDBus>
      |             ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/distortionfxfilter.cpp:33:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   33 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
/home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectoryunet.cpp:41:1: warning: non-POD static (map) [-Wclazy-non-pod-global-static]
   41 | const std::map<FaceScanSettings::FaceDetectionSize, int> faceenum2size
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/distortionfxfilter.cpp:22:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/distortionfxfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/imgqsort/imagequalityparser.cpp:30:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   30 | #include <QtConcurrent>              // krazy:exclude=includes
      |          ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/charcoalfilter.cpp:27:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   27 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/imgqsort/imagequalityparser.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/imgqsort/imagequalityparser_p.h:37:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/charcoalfilter.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/charcoalfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/embossfilter.cpp:30:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   30 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/database/coredb/coredbdownloadhistory.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/coredb/coredbdownloadhistory.h:26:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/embossfilter.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/embossfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/utils/ifaces/itemgps.cpp:96:9: warning: unused QMap<QString, QVariant> [-Wclazy-unused-non-trivial-variable]
   96 |         QMap<QString, QVariant> attributes;
      |         ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.cpp:26:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   26 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/database/tags/tagscache.cpp:461:37: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  461 |             if ((it->name).contains(QRegularExpression(QLatin1String("(_Digikam_root_tag_/|/_Digikam_root_tag_|_Digikam_root_tag_)"))))
      |                                     ^
/home/gilles/Devel/8.x/core/libs/database/tags/tagscache.cpp:893:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  893 |     QStringList values;
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/tags/facetags.cpp:70:36: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   70 |         faceParentTagPath.contains(QRegularExpression(QLatin1String("(_Digikam_root_tag_/|"
      |                                    ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_p.h:63:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/invertfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/invertfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/facesengine/recognition/opencv-dnn/opencvdnnfacerecognizer.cpp:118:40: warning: Missing reference on non-trivial type (QPair<QImage *, QString>) [-Wclazy-function-args-by-ref]
  118 | int OpenCVDNNFaceRecognizer::recognize(QPair<QImage*, QString> inputImage)
      |                                        ^
      |                                        const                   &
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/oilpaintfilter.cpp:29:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   29 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
/home/gilles/Devel/8.x/core/libs/widgets/mainview/dxmlguiwindow.cpp:212:25: warning: Return KXmlGuiWindow::eventFilter() instead of false [-Wclazy-base-class-event]
  212 |                         return false;
      |                         ^
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_basic.cpp:52:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_p.h:63:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
1 warning generated.
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/oilpaintfilter.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/oilpaintfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.cpp:15:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_freedesktop.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_p.h:63:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_freedesktop.cpp:82:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
   82 |     QString uri       = thumbnailUri(path);
      |     ^
1 warning generated.
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/raindropfilter.cpp:31:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   31 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/raindropfilter.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/raindropfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_database.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_p.h:63:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjob.cpp:26:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
4 warnings generated.
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_engine.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_p.h:63:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/autolevelsfilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/autolevelsfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.h:19:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.h:43:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/autoexpofilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/autoexpofilter.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.h:19:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.h:43:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/metadataengine/exiftool/exiftoolparser_command.cpp:176:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  176 |     QString suffix = fileInfo.suffix().toUpper();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/equalizefilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/equalizefilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailtask.cpp:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.cpp:15:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/stretchfilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/stretchfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/widgets/mainview/dzoombar.cpp:41:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.cpp:24:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   24 | static const QString s_configUseLargeThumbsEntry(QLatin1String("Use Large Thumbs"));
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/widgets/history/versionswidget.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/widgets/history/versionswidget.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/widgets/history/versionswidget.cpp:40:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/history/versionswidget.cpp:41:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
7 warnings generated.
/home/gilles/Devel/8.x/core/libs/widgets/mainview/dcursortracker.cpp:162:5: warning: Return QLabel::eventFilter() instead of false [-Wclazy-base-class-event]
  162 |     return false;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/normalizefilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/normalizefilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb.cpp:100:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  100 |                 QString operation   = (*it).toString();
      |                 ^
/home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb.cpp:102:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  102 |                 QString messageType = (*it).toString();
      |                 ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadingdescription.cpp:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
/home/gilles/Devel/8.x/core/libs/widgets/mainview/thememanager.cpp:187:37: warning: Use QMultiMap for maps storing multiple values with the same key. [-Wclazy-qt6-deprecated-api-fixes]
  187 |         const auto amap = actionMap.values();
      |                                     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/widgets/mainview/thememanager_p.cpp:495:29: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
  495 |         IntensityLighten  = 3,
      |                             ^
/home/gilles/Devel/8.x/core/libs/widgets/mainview/thememanager_p.cpp:501:29: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
  501 |         ColorTint         = 3,
      |                             ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadingcache.cpp:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/graphicsview/clickdragreleaseitem.cpp:28:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgcontainer.cpp:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dfileoperations.cpp:181:37: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  181 |     QRegularExpressionMatch match = version.match(completeBaseName);
      |                                     ^
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dfileoperations.cpp:227:37: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  227 |     QRegularExpressionMatch match = version.match(completeFileName);
      |                                     ^
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dfileoperations.cpp:292:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  292 |     QString path = fileUrls.first().toLocalFile();
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
3 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/graphicsview/regionframeitem.cpp:38:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiasettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiasettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/tonalityfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/tonalityfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/infraredfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/infraredfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dservicemenu_linux.cpp:217:18: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  217 |         process->start(term, termOpts);
      |                  ^~~~~
      |                  startCommand
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dservicemenu_linux.cpp:228:18: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  228 |         process->start(exec, cmdArgs);
      |                  ^~~~~
      |                  startCommand
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dservicemenu_linux.cpp:418:24: warning: Use QMultiMap for maps storing multiple values with the same key. [-Wclazy-qt6-deprecated-api-fixes]
  418 |     return servicesMap.values();
      |                        ^
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dservicemenu_linux.cpp:446:26: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  446 |     return (string.split(split, Qt::SkipEmptyParts));
      |                          ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixersettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixersettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hspreviewwidget.cpp:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.cpp:16:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/blackframelistview.cpp:32:
/home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/blackframelistviewitem.h:48:23: warning: Unexpected non power-of-2 enumerator value: 150 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         THUMB_WIDTH = 150
      |                       ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/blackframelistviewitem.cpp:16:
/home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/blackframelistviewitem.h:48:23: warning: Unexpected non power-of-2 enumerator value: 150 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         THUMB_WIDTH = 150
      |                       ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/blackframelistviewitem.cpp:159:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  159 |     QString value;
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/blackframelistviewitem.cpp:168:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  168 |     QString tip    = cnt.tipHeader;
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.cpp:15:
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
  132 |     void triggered(const IccProfile& profile);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.cpp:90:10: warning: Missing reference in range-for with non trivial type (Digikam::IccProfile) [-Wclazy-range-loop-reference]
   90 |     for (IccProfile profile : std::as_const(profiles))
      |          ^
      |          const      &
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelprops.cpp:91:37: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   91 |     QRegularExpressionMatch match = exp.match(str);
      |                                     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionstreeview.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionstreeview.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionstreeview.cpp:30:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/geolocation/itempropertiesgpstab.cpp:56:
In file included from /home/gilles/Devel/8.x/core/libs/properties/geolocation/itemgpsmodelhelper.h:27:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelfixer.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelfixer.h:29:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionsoverlays.cpp:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionsoverlays.cpp:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionsoverlays.cpp:27:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
1 warning generated.
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/geolocation/itemgpsmodelhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/properties/geolocation/itemgpsmodelhelper.h:27:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.cpp:37:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
9 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionsdelegate.cpp:32:
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionsdelegate.cpp:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelsettings.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelfixer.h:29:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelsettings.cpp:42:
/home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/blackframelistviewitem.h:48:23: warning: Unexpected non power-of-2 enumerator value: 150 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         THUMB_WIDTH = 150
      |                       ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_p.h:53:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelcontainer.cpp:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/threads/processlauncher.cpp:138:17: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  138 |     d->process->start(d->prog, d->args);
      |                 ^~~~~
      |                 startCommand
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_palbum.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_p.h:53:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/versionmanager/versionnamingscheme.cpp:59:37: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   59 |     QRegularExpressionMatch match = versionIntermediate.match(completeBaseName);
      |                                     ^
/home/gilles/Devel/8.x/core/libs/versionmanager/versionnamingscheme.cpp:79:44: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   79 |     QRegularExpressionMatch versionMatch = version.match(completeBaseName);
      |                                            ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/progressmanager/statusbarprogresswidget.cpp:398:5: warning: Return QFrame::eventFilter() instead of false [-Wclazy-base-class-event]
  398 |     return false;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/import/importitempropertiessidebar.cpp:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemdelegateoverlay.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_talbum.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_p.h:53:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationwrapper.cpp:41:
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:314:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
  314 |     void clicked();
      |     ^
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:319:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
  319 |     void clicked(const QPoint& pos);
      |     ^
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationwrapper.cpp:195:14: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  195 |         proc.start(QLatin1String("notify-send"),
      |              ^~~~~
      |              startCommand
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/import/importitempropertiestab.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/properties/import/importitempropertiestab.h:26:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.cpp:17:
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:314:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
  314 |     void clicked();
      |     ^
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:319:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
  319 |     void clicked(const QPoint& pos);
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_salbum.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_p.h:53:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/icc/iccprofilesettings.cpp:37:
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
  132 |     void triggered(const IccProfile& profile);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/icc/icctransformfilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/icc/icctransformfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/models/categorizeditemmodel.cpp:71:17: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   71 |     text.remove(QRegularExpression(QString::fromUtf8("[ \u00A0]?(\\.\\.\\.|…)$")));
      |                 ^
1 warning generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewtooltip.cpp:202:5: warning: Return Digikam::DItemToolTip::eventFilter() instead of false [-Wclazy-base-class-event]
  202 |     return false;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.cpp:16:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
9 warnings generated.
6 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/item/query/itemquerybuilder.cpp:462:35: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  462 |         if (readerString.contains(QRegularExpression(QLatin1String("^\\d+:\\d+$"))))
      |                                   ^
/home/gilles/Devel/8.x/core/libs/database/item/query/itemquerybuilder.cpp:471:40: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  471 |         else if (readerString.contains(QRegularExpression(QLatin1String("^\\d+(.\\d+)?$"))))
      |                                        ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/lc/localcontrastfilter.cpp:24:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   24 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbumfiltermodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbumfiltermodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbumfiltermodel.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/onlineversion/onlineversiondwnl.cpp:25:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   25 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lc/localcontrastfilter.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lc/localcontrastfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
2 warnings generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/template/templatemanager.cpp:522:5: warning: unused QList<Template> [-Wclazy-unused-non-trivial-variable]
  522 |     QList<Template> oldTemplates = d->pList;
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.cpp:26:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   26 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/template/templateselector.cpp:32:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/widgets/metadata/exiv2/metadatawidget.cpp:55:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrestimate.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrestimate.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:47:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:51:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/sharpenfilter.cpp:29:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   29 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_preview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:47:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_preview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:51:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/sharpenfilter.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/sharpenfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_iconprovider.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:47:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_iconprovider.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:51:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/unsharpmaskfilter.cpp:27:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   27 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/unsharpmaskfilter.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/unsharpmaskfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_tooltip.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:47:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_tooltip.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:51:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
2 warnings generated.
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:256:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  256 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:266:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  266 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:276:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  276 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:286:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  286 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:296:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  296 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:306:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  306 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:316:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  316 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:326:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  326 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:336:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  336 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:346:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  346 |             return false;
      |             ^
10 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_photo.cpp:445:34: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  445 |             if (keyword.contains(QRegularExpression(QLatin1String("(_Digikam_root_tag_/|/_Digikam_root_tag_|_Digikam_root_tag_)"))))
      |                                  ^
/home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_photo.cpp:447:43: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  447 |                 keyword = keyword.replace(QRegularExpression(QLatin1String("(_Digikam_root_tag_/|/_Digikam_root_tag_|_Digikam_root_tag_)")),
      |                                           ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/sharpsettings.cpp:48:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/refocusfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/picklabelwidget.cpp:208:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  208 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/picklabelwidget.cpp:218:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  218 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/picklabelwidget.cpp:228:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  228 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/picklabelwidget.cpp:238:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  238 |             return false;
      |             ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/libsinfodlg.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/levels/levelsfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/levels/levelsfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/fileactionmanager/metadatahub.cpp:598:34: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  598 |             if (keyword.contains(QRegularExpression(QLatin1String("(_Digikam_root_tag_/|/_Digikam_root_tag_|_Digikam_root_tag_)"))))
      |                                  ^
/home/gilles/Devel/8.x/core/libs/fileactionmanager/metadatahub.cpp:600:43: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  600 |                 keyword = keyword.replace(QRegularExpression(QLatin1String("(_Digikam_root_tag_/|/_Digikam_root_tag_|_Digikam_root_tag_)")),
      |                                           ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.cpp:18:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:111:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
  111 |     void settingsChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:119:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
  119 |     void settingsChanged(QWidget* widget);
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraph.cpp:736:5: warning: unused QList<HistoryGraph::Vertex> [-Wclazy-unused-non-trivial-variable]
  736 |     QList<HistoryGraph::Vertex> toRemove;   // clazy:exclude=missing-typeinfo
      |     ^
/home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraph.cpp:863:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  863 |     QString s = QLatin1String("Ids: ");
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview_p.h:33:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraphmodel.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraphmodel.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraphmodel.cpp:30:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
/home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraphmodel.cpp:506:9: warning: unused QList<HistoryGraph::Vertex> [-Wclazy-unused-non-trivial-variable]
  506 |         QList<HistoryGraph::Vertex> vertices;       // clazy:exclude=missing-typeinfo
      |         ^
7 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview_p.h:33:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydb.cpp:521:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  521 |                 QString operation   = (*it).toString();
      |                 ^
/home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydb.cpp:523:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  523 |                 QString messageType = (*it).toString();
      |                 ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.cpp:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.cpp:16:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvessettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvessettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr_p.cpp:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/exiftool/exiftoollistview.cpp:256:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  256 |     QString groupItemName;
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbcontainer.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel_p.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
1 warning generated.
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbsettings.cpp:92:29: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   92 |             tempDesc.remove(QRegularExpression(QLatin1String("\\(.*\\)")));
      |                             ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel_p.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel_p.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/freerotationfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/freerotationfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodelthreads.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodelthreads.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_albums.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
/home/gilles/Devel/8.x/core/libs/widgets/colors/dcolorvalueselector.cpp:127:5: warning: unused QBrush [-Wclazy-unused-non-trivial-variable]
  127 |     QBrush brush;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/freerotationsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/freerotationsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/freerotationfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:754:57: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  754 |                      m_textFilterSettings.text.contains(expRatio) &&
      |                                                         ^
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:755:57: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  755 |                      m_textFilterSettings.text.contains(QRegularExpression(QLatin1String(":\\d+")))
      |                                                         ^
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:782:57: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  782 |             else if (m_textFilterSettings.text.contains(expFloat))
      |                                                         ^
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:808:36: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  808 |                      text.contains(QRegularExpression(QLatin1String("^>\\d{1,15}$"))) &&
      |                                    ^
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:815:36: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  815 |                      text.contains(QRegularExpression(QLatin1String("^<\\d{1,15}$"))) &&
      |                                    ^
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:822:36: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  822 |                      text.contains(QRegularExpression(QLatin1String("^\\d+$"))) &&
      |                                    ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_database.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/shearfilter.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/shearfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_iconview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/autocrop.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/autocrop.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.cpp:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
6 warnings generated.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/dpreviewimage.cpp:1293:9: warning: Return QGraphicsView::eventFilter() instead of false [-Wclazy-base-class-event]
 1293 |         return false;
      |         ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/dpreviewimage.cpp:1306:9: warning: Return QGraphicsView::eventFilter() instead of false [-Wclazy-base-class-event]
 1306 |         return false;
      |         ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/dpreviewimage.cpp:1319:9: warning: Return QGraphicsView::eventFilter() instead of false [-Wclazy-base-class-event]
 1319 |         return false;
      |         ^
/home/gilles/Devel/8.x/core/libs/rawengine/drawdecoder.cpp:114:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  114 |     QString rawFilesExt = rawFiles();
      |     ^
3 warnings generated.
/home/gilles/Devel/8.x/core/libs/rawengine/drawdecoder.cpp:232:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  232 |     QString rawFilesExt = rawFiles();
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_mime.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_p.h:19:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_miscs.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
3 warnings generated.
4 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.cpp:15:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_tooltips.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_item.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_p.h:19:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_item.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
4 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationsettings.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.cpp:16:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_view.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_p.h:19:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingfilter.cpp:22:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_view.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
3 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wscomboboxdelegate.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wscomboboxdelegate.h:32:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
1 warning generated.
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/tags/widgets/addtagscombobox.cpp:209:9: warning: Return Digikam::TagTreeViewSelectComboBox::eventFilter() instead of false [-Wclazy-base-class-event]
  209 |         return false;
      |         ^
/home/gilles/Devel/8.x/core/libs/tags/widgets/addtagscombobox.cpp:278:9: warning: Return Digikam::TagTreeViewSelectComboBox::eventFilter() instead of false [-Wclazy-base-class-event]
  278 |         return false;
      |         ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albummodificationhelper.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/libs/album/engine/albummodificationhelper.cpp:370:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  370 |     QStringList oldAlbumCategories(ApplicationSettings::instance()->getAlbumCategoryNames());
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensdistortionfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensdistortionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumthumbnailloader.cpp:43:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumthumbnailloader.cpp:44:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/album/engine/albumwatch.cpp:82:17: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
   82 |             dir = QDir(path);
      |             ~~~~^~~~~~~~~~~~
      |             dir.setPath(QDir(path))
/home/gilles/Devel/8.x/core/libs/album/engine/albumwatch.cpp:86:17: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
   86 |             dir = info.dir();
      |             ~~~~^~~~~~~~~~~~
      |             dir.setPath(info.dir())
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/tags/autoassignment/model/dnnbasedetectormodel.cpp:75:10: warning: Missing reference in range-for with non trivial type (QHash<QString, QList<QRect>>) [-Wclazy-range-loop-reference]
   75 |     for (auto detectedBoxes : std::as_const(results))
      |          ^
      |          const  &
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/widgets/files/dbinaryiface.cpp:94:26: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   94 |     float floatVersion = verRegExp.match(version()).captured(0).toFloat();
      |                          ^
/home/gilles/Devel/8.x/core/libs/widgets/files/dbinaryiface.cpp:111:26: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  111 |     float floatVersion = verRegExp.match(version()).captured(0).toFloat();
      |                          ^
/home/gilles/Devel/8.x/core/libs/widgets/files/dbinaryiface.cpp:163:17: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  163 |     m_version = verRegExp.match(version).captured(0);
      |                 ^
/home/gilles/Devel/8.x/core/libs/widgets/files/dbinaryiface.cpp:312:17: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  312 |         process.start(possiblePath, m_binaryArguments);
      |                 ^~~~~
      |                 startCommand
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.cpp:18:
/home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:44:5: warning: signal tagEdited is overloaded [-Wclazy-overloaded-signal]
   44 |     void tagEdited(const QModelIndex& index, int rating);
      |     ^
/home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:45:5: warning: signal tagEdited is overloaded [-Wclazy-overloaded-signal]
   45 |     void tagEdited(const QModelIndex& index, const QString&);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.cpp:24:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
7 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionsettings.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionsettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/album/widgets/albumpropsedit.cpp:406:26: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  406 |     bool enable      = (!emptyTitle.match(newtitle).hasMatch() && !newtitle.isEmpty());
      |                          ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectioncontainer.cpp:19:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectors.cpp:43:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/contentawarefilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/contentawarefilter.h:28:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/tags/widgets/tageditdlg.cpp:348:21: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  348 |     bool enable = (!emptyTitle.match(newtitle).hasMatch() && !newtitle.isEmpty());
      |                     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunsettings.cpp:13:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunsettings.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.cpp:20:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   20 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.cpp:13:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/build.clazy/core/libs/video/core_videotoolscommon_obj_autogen/mocs_compilation.cpp:2:
In file included from /home/gilles/Devel/8.x/build.clazy/core/libs/video/core_videotoolscommon_obj_autogen/7P4I4GMEXJ/moc_vidslidetask.cpp:9:
/home/gilles/Devel/8.x/build.clazy/core/libs/video/core_videotoolscommon_obj_autogen/7P4I4GMEXJ/../../../../../../core/libs/video/manager/vidslidetask.h:42:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   42 |     void signalDone(bool);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuncameraselector.cpp:13:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuncameraselector.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:13:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.h:66:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:182:13: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  182 |     lensDir = QDir(lensPath + QLatin1String("/version_2"), QLatin1String("*.xml"));
      |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     lensDir.setPath(QDir(lensPath + QLatin1String("/version_2"), QLatin1String("*.xml")))
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:188:17: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  188 |         lensDir = QDir(lensPath + QLatin1String("/version_1"), QLatin1String("*.xml"));
      |         ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         lensDir.setPath(QDir(lensPath + QLatin1String("/version_1"), QLatin1String("*.xml")))
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:194:20: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  194 |            lensDir = QDir(lensPath, QLatin1String("*.xml"));
      |            ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |            lensDir.setPath(QDir(lensPath, QLatin1String("*.xml")))
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:466:36: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  466 |                 lensCutted.replace(QRegularExpression(QLatin1String("\\.[0-9]")), QLatin1String("")); //krazy:exclude=doublequote_chars
      |                                    ^
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/refocusfilter.cpp:25:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   25 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/refocusfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/refocusfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/tags/manager/tagsmanager.cpp:249:5: warning: unused Digikam::AlbumList [-Wclazy-unused-non-trivial-variable]
  249 |     AlbumList tList = TagEditDlg::createTAlbum(parent, title, icon, ks, errMap);
      |     ^
2 warnings generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/video/player/qtmm/mediaplayerview.cpp:721:21: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
  721 |             image = std::move(image.transformed(transform));
      |                     ^
/home/gilles/Devel/8.x/core/libs/video/player/qtmm/mediaplayerview.cpp:721:21: note: remove std::move call here
  721 |             image = std::move(image.transformed(transform));
      |                     ^~~~~~~~~~                            ~
In file included from /home/gilles/Devel/8.x/core/libs/video/manager/vidslidetask.cpp:15:
/home/gilles/Devel/8.x/core/libs/video/manager/vidslidetask.h:42:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   42 |     void signalDone(bool);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/transitionmngr/transitionmngr_p_abstract.cpp:160:5: warning: unused QPainterPath [-Wclazy-unused-non-trivial-variable]
  160 |     QPainterPath painterPath;
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/widgets/layout/sidebar.cpp:409:17: warning: Return Digikam::DMultiTabBar::eventFilter() instead of false [-Wclazy-base-class-event]
  409 |                 return false;
      |                 ^
/home/gilles/Devel/8.x/core/libs/widgets/layout/sidebar.cpp:420:17: warning: Return Digikam::DMultiTabBar::eventFilter() instead of false [-Wclazy-base-class-event]
  420 |                 return false;
      |                 ^
/home/gilles/Devel/8.x/core/libs/widgets/layout/sidebar.cpp:428:17: warning: Return Digikam::DMultiTabBar::eventFilter() instead of false [-Wclazy-base-class-event]
  428 |                 return false;
      |                 ^
/home/gilles/Devel/8.x/core/libs/widgets/layout/sidebar.cpp:436:17: warning: Return Digikam::DMultiTabBar::eventFilter() instead of false [-Wclazy-base-class-event]
  436 |                 return false;
      |                 ^
/home/gilles/Devel/8.x/core/libs/widgets/layout/sidebar.cpp:440:17: warning: Return Digikam::DMultiTabBar::eventFilter() instead of false [-Wclazy-base-class-event]
  440 |                 return false;
      |                 ^
1 warning generated.
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/video/manager/vidslidethread.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/video/manager/vidslidethread.h:20:
/home/gilles/Devel/8.x/core/libs/video/manager/vidslidetask.h:42:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   42 |     void signalDone(bool);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/labelstreeview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumlabelssearchhandler.cpp:50:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/widgets/text/modelcompleter.cpp:204:17: warning: allocating an unneeded temporary container [-Wclazy-container-anti-pattern]
  204 |             if (d->idToTextHash.keys(itemName).isEmpty())
      |                 ^
/home/gilles/Devel/8.x/core/libs/widgets/text/modelcompleter.cpp:285:13: warning: allocating an unneeded temporary container [-Wclazy-container-anti-pattern]
  285 |         if (d->idToTextHash.values().count(itemName) == 1)
      |             ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_album.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_album.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_album.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_palbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_palbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_palbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_talbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_talbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_talbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_dalbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_dalbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_dalbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_falbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_falbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_falbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
/home/gilles/Devel/8.x/core/libs/widgets/text/localizeselector.cpp:138:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  138 |     QStringList allRFC3066  = DOnlineTranslator::supportedRFC3066(LocalizeSettings::instance()->settings().translatorEngine);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dngwriter/dngwriter_p.cpp:213:5: warning: unused QFileInfo [-Wclazy-unused-non-trivial-variable]
  213 |     QFileInfo rawdataInfo(rawdataFilePath);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_salbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_salbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_salbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenameprocessdialog.cpp:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_database.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_database.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_database.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.cpp:37:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_collection.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_collection.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_collection.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
/home/gilles/Devel/8.x/core/utilities/advancedrename/common/highlighter.cpp:158:13: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  158 |             QString fullmatched = match.captured(0);
      |             ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:95:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:109:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:110:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:113:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:117:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:117:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:128:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttableview.cpp:29:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
/home/gilles/Devel/8.x/core/utilities/queuemanager/manager/workflowmanager.cpp:164:5: warning: unused QList<Workflow> [-Wclazy-unused-non-trivial-variable]
  164 |     QList<Workflow> oldQueues = d->qList;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/core/editorcore.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/core/editorcore_p.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:95:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:109:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:110:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:113:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:117:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:117:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:128:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
17 warnings generated.
/home/gilles/Devel/8.x/core/utilities/advancedrename/common/parser.cpp:104:32: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  104 |     return (!str.isEmpty() && !invalidString.match(str).hasMatch());
      |                                ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/bqminfoiface.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/bqminfoiface.cpp:20:
/home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuepool.h:50:5: warning: signalTestCanDecode() shouldn't receive parameters by ref. For a clean design signals shouldn't assume a single slot are connected to them. [-Wclazy-signal-with-return-value]
   50 |     void signalTestCanDecode(const QDragMoveEvent*, bool&);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.cpp:41:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
2 warnings generated.
16 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:95:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:109:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:110:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:113:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:117:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:117:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:128:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:46:
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
  132 |     void triggered(const IccProfile& profile);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:80:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:84:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
17 warnings generated.
/home/gilles/Devel/8.x/core/utilities/advancedrename/common/ruledialog.cpp:121:19: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  121 |     _title.remove(QRegularExpression(QLatin1String("\\.{3,}")))
      |                   ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/dialogs/softproofdialog.cpp:37:
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
  132 |     void triggered(const IccProfile& profile);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:95:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:109:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:110:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:113:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:117:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:117:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:128:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:80:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:84:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
17 warnings generated.
/home/gilles/Devel/8.x/core/utilities/advancedrename/common/tooltipcreator.cpp:148:20: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  148 |     result.replace(optionsRegExp, QString::fromUtf8("<i><font color=\"%1\">\\1</font></i>")
      |                    ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.cpp:27:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/cameracontroller.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/cameracontroller.h:28:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
/home/gilles/Devel/8.x/core/utilities/import/backend/cameracontroller.cpp:137:45: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  137 |             QRegularExpressionMatch match = x.match(xport);
      |                                             ^
/home/gilles/Devel/8.x/core/utilities/import/backend/cameracontroller.cpp:894:25: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  894 |                 process.start(QLatin1String("/bin/bash"), QStringList() << QLatin1String("-c") << s);
      |                         ^~~~~
      |                         startCommand
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editortool.cpp:33:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/assignedlist.cpp:57:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:80:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:84:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
17 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/gpcamera.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/gpcamera.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
/home/gilles/Devel/8.x/core/utilities/import/backend/gpcamera.cpp:1393:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
 1393 |     QStringList folderList;
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.cpp:16:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuelist.cpp:62:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuelist.cpp:65:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuelist.cpp:66:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:80:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:84:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/umscamera.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/umscamera.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
17 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorstackview.cpp:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuepool.cpp:15:
/home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuepool.h:50:5: warning: signalTestCanDecode() shouldn't receive parameters by ref. For a clean design signals shouldn't assume a single slot are connected to them. [-Wclazy-signal-with-return-value]
   50 |     void signalTestCanDecode(const QDragMoveEvent*, bool&);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importsettings.cpp:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
1 warning generated.
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:80:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:84:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/dialogs/capturedlg.cpp:32:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/cameracontroller.h:28:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/dialogs/cameramessagebox.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/dialogs/cameramessagebox.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow_p.h:133:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow_p.h:134:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow_p.h:141:
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:314:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
  314 |     void clicked();
      |     ^
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:319:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
  319 |     void clicked(const QPoint& pos);
      |     ^
/home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow.cpp:2619:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 2619 |     QString colorsCategory    = i18nc("@title Image Colors",          "Colors");
      |     ^
/home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow.cpp:2630:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 2630 |     QString enhanceCategory   = i18nc("@title Image Enhance",         "Enhance");
      |     ^
1 warning generated.
9 warnings generated.
/home/gilles/Devel/8.x/core/utilities/import/widgets/freespacewidget.cpp:302:9: warning: unused QFontMetrics [-Wclazy-unused-non-trivial-variable]
  302 |         QFontMetrics fontMt = p.fontMetrics();
      |         ^
/home/gilles/Devel/8.x/core/utilities/import/widgets/freespacewidget.cpp:316:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  316 |         QString value;
      |         ^
/home/gilles/Devel/8.x/core/utilities/imageeditor/widgets/imageguidewidget.cpp:267:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  267 |     QString text;
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setupicc.cpp:53:
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
  132 |     void triggered(const IccProfile& profile);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_p.h:66:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_p.h:67:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
/home/gilles/Devel/8.x/core/utilities/setup/setuplighttable.cpp:127:5: warning: unused QColor [-Wclazy-unused-non-trivial-variable]
  127 |     QColor Black(Qt::black);
      |     ^
/home/gilles/Devel/8.x/core/utilities/setup/setuplighttable.cpp:128:5: warning: unused QColor [-Wclazy-unused-non-trivial-variable]
  128 |     QColor White(Qt::white);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_sketch.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_p.h:66:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_sketch.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_p.h:67:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/widgets/previewlist.cpp:31:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_similar.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_p.h:66:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_similar.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_p.h:67:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:29:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   29 | static const QString KEY_FILE(QLatin1String("[file]"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:30:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   30 | static const QString KEY_EXT(QLatin1String("[ext]"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:31:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   31 | static const QString KEY_USER(QLatin1String("[user]"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:32:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   32 | static const QString KEY_GROUP(QLatin1String("[group]"));
      | ^
4 warnings generated.
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow_p.h:17:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow_p.h:72:
/home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuepool.h:50:5: warning: signalTestCanDecode() shouldn't receive parameters by ref. For a clean design signals shouldn't assume a single slot are connected to them. [-Wclazy-signal-with-return-value]
   50 |     void signalTestCanDecode(const QDragMoveEvent*, bool&);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow_p.h:87:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importfilter.h:28:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/metadataoption.cpp:102:5: warning: unused QPixmap [-Wclazy-unused-non-trivial-variable]
  102 |     QPixmap icon = QIcon::fromTheme(iconName).pixmap(QApplication::style()->pixelMetric(QStyle::PM_SmallIconSize));
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesview.cpp:46:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesalbum.h:29:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/utils/iteminfojob.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/misc/setupmisc.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/misc/setupmisc_p.h:58:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importfiltercombobox.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importfiltercombobox.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importfilter.h:28:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesalbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesalbum.h:29:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchview.cpp:39:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.h:25:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.cpp:57:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.cpp:57:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.cpp:57:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesalbumitem.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesalbumitem.h:27:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup_p.h:39:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.cpp:15:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.cpp:16:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.cpp:32:
/home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/databasetask.h:63:5: warning: signal signalFinished is overloaded [-Wclazy-overloaded-signal]
   63 |     void signalFinished();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/databasetask.h:64:5: warning: signal signalFinished is overloaded [-Wclazy-overloaded-signal]
   64 |     void signalFinished(bool done, bool errorFree);
      |     ^
22 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/database/faceutils.cpp:36:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup_p.h:39:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/album/setupalbumview.cpp:42:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
1 warning generated.
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:19:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/database/faceitemretriever.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/database/faceitemretriever.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup_label.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup_p.h:39:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointgroup.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointgroup_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointgroup.h:41:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/album/setupcategory.cpp:42:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfieldgroup.cpp:26:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
/home/gilles/Devel/8.x/core/utilities/facemanagement/dialogs/recognitionmodelchange.cpp:67:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
   67 |     QString changeTypeString;
      |     ^
1 warning generated.
1 warning generated.
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:31:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   31 | static const QString KEY_DEFAULTCOMMENT(QLatin1String("DefaultComment"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:32:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   32 | static const QString KEY_DIMENSION(QLatin1String("Dimension"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:33:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   33 | static const QString KEY_FILESIZE(QLatin1String("FileSize"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:34:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   34 | static const QString KEY_FORMAT(QLatin1String("Format"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:35:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   35 | static const QString KEY_MEDIATYPE(QLatin1String("MediaType"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:36:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   36 | static const QString KEY_RATING(QLatin1String("Rating"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:37:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   37 | static const QString KEY_HEIGHT(QLatin1String("Height"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:38:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   38 | static const QString KEY_WIDTH(QLatin1String("Width"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:39:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   39 | static const QString KEY_ORIENTATION(QLatin1String("Orientation"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:40:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   40 | static const QString KEY_COLORDEPTH(QLatin1String("ColorDepth"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:41:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   41 | static const QString KEY_COLORMODEL(QLatin1String("ColorModel"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:42:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   42 | static const QString KEY_DEFAULTAUTHOR(QLatin1String("DefaultAuthor"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:43:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   43 | static const QString KEY_AUTHORS(QLatin1String("Authors"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:44:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   44 | static const QString KEY_TITLE(QLatin1String("Title"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:45:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   45 | static const QString KEY_TAGSLIST(QLatin1String("TagsList"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:46:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   46 | static const QString KEY_TAGSPATHLIST(QLatin1String("TagsPathList"));
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointgroup_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointgroup_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointgroup.h:41:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/camitemsortsettings.cpp:23:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
16 warnings generated.
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/items/faceitem.cpp:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidgetstates.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:29:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   29 | static const QString KEY_MAKE(QLatin1String("CameraMake"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:30:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   30 | static const QString KEY_MODEL(QLatin1String("CameraModel"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:31:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   31 | static const QString KEY_LENS(QLatin1String("CameraLens"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:32:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   32 | static const QString KEY_APERTURE(QLatin1String("Aperture"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:33:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   33 | static const QString KEY_FOCALLENGTH(QLatin1String("FocalLength"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:34:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   34 | static const QString KEY_FOCALLENGTH35(QLatin1String("FocalLength35"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:35:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   35 | static const QString KEY_EXPOSURETIME(QLatin1String("ExposureTime"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:36:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   36 | static const QString KEY_EXPOSUREPROGRAM(QLatin1String("ExposureProgram"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:37:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   37 | static const QString KEY_EXPOSUREMODE(QLatin1String("ExposureMode"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:38:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   38 | static const QString KEY_SENSITIVITY(QLatin1String("Sensitivity"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:39:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   39 | static const QString KEY_FLASHMODE(QLatin1String("FlashMode"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:40:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   40 | static const QString KEY_WHITEBALANCE(QLatin1String("WhiteBalance"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:41:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   41 | static const QString KEY_WHITEBALANCECOLORTEMPERATURE(QLatin1String("WhiteBalanceColorTemp"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:42:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   42 | static const QString KEY_METERINGMODE(QLatin1String("MeteringMode"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:43:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   43 | static const QString KEY_SUBJECTDISTANCE(QLatin1String("SubjectDistance"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:44:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   44 | static const QString KEY_SUBJECTDISTANCECATEGORY(QLatin1String("SubjectDistanceCategory"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:46:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   46 | static const QString KEY_ASPECTRATIO(QLatin1String("AspectRatio"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:47:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   47 | static const QString KEY_AUDIOBITRATE(QLatin1String("AudioBitRate"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:48:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   48 | static const QString KEY_AUDIOCHANNELTYPE(QLatin1String("AudioChannelType"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:49:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   49 | static const QString KEY_AUDIOCodec(QLatin1String("AudioCodec"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:50:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   50 | static const QString KEY_DURATION(QLatin1String("Duration"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:51:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   51 | static const QString KEY_FRAMERATE(QLatin1String("FrameRate"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:52:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   52 | static const QString KEY_VIDEOCODEC(QLatin1String("VideoCodec"));
      | ^
23 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointitem.cpp:26:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidgetstates.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:30:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   30 | static const QString KEY_LATITUDE(QLatin1String("Latitude"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:31:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   31 | static const QString KEY_LONGITUDE(QLatin1String("Longitude"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:32:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   32 | static const QString KEY_LATTITUDENUMBER(QLatin1String("LatitudeNumber"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:33:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   33 | static const QString KEY_LONGITUDENUMBER(QLatin1String("LongitudeNumber"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:34:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   34 | static const QString KEY_LATITUDEFORMATTED(QLatin1String("LatitudeFormatted"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:35:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   35 | static const QString KEY_LONGITUDEFORMATTED(QLatin1String("LongitudeFormatted"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:36:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   36 | static const QString KEY_ALTITUDE(QLatin1String("Altitude"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:37:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   37 | static const QString KEY_ALTITUDEFORMATTED(QLatin1String("AltitudeFormatted"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:38:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   38 | static const QString KEY_ORIENTATION(QLatin1String("Orientation"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:39:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   39 | static const QString KEY_ROLL(QLatin1String("Roll"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:40:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   40 | static const QString KEY_TILT(QLatin1String("Tilt"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:41:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   41 | static const QString KEY_ACCURACY(QLatin1String("Accuracy"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:42:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   42 | static const QString KEY_DESCRIPTION(QLatin1String("Description"));
      | ^
13 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/itemviewimportdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/itemviewimportdelegate_p.h:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/itemviewimportdelegate.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/itemviewimportdelegate.cpp:35:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/items/facegroup.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/items/facegroup_p.h:44:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
2 warnings generated.
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_album.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg_p.h:45:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpssearchview.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpssearchview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpssearchview.cpp:49:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.h:37:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpssearchview.cpp:49:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.h:42:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importcategorydrawer.cpp:28:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importcategorydrawer.cpp:28:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importcategorydrawer.cpp:28:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importcategorydrawer.cpp:28:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importcategorydrawer.cpp:28:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
6 warnings generated.
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/items/facegroup_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/items/facegroup_p.h:44:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_colordepth.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/itemviewimportdelegate.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:19:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate_p.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate_p.h:27:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg_settings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg_p.h:45:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepreviewloader.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepreviewloader.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.h:37:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.h:42:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.h:42:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.cpp:17:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.h:62:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   62 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.h:63:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   63 |     void signalSetUIEnabled(const bool enabledState, QObject* const cancelObject, const QString& cancelSlot);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.cpp:52:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
7 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_keyword.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importtooltipfiller.cpp:33:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importoverlays.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importoverlays.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/itemviewimportdelegate.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importoverlays.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importoverlays.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importoverlays.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importoverlays.cpp:24:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metaremover/metadataremover.cpp:34:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_pageorientation.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.cpp:16:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:79:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:80:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   80 |     void signalSetUIEnabled(const bool enabledState,
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.cpp:47:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.cpp:388:5: warning: unused QList<QList<TagData>> [-Wclazy-unused-non-trivial-variable]
  388 |     QList<QList<TagData> > returnedSpacers = d->tagModel->getSpacers();
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.cpp:466:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  466 |     QString address;
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.cpp:822:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  822 |     QString whatShouldRemove = QLatin1String("Spacers");
      |     ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_rangeint.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/cameranamehelper.cpp:35:1: warning: non-POD static (QRegularExpression) [-Wclazy-non-pod-global-static]
   35 | static QRegularExpression REGEXP_CAMERA_NAME(
      | ^
/home/gilles/Devel/8.x/core/utilities/import/views/cameranamehelper.cpp:35:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
/home/gilles/Devel/8.x/core/utilities/import/views/cameranamehelper.cpp:39:1: warning: non-POD static (QRegularExpression) [-Wclazy-non-pod-global-static]
   39 | static QRegularExpression REGEXP_MODES(
      | ^
/home/gilles/Devel/8.x/core/utilities/import/views/cameranamehelper.cpp:39:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
4 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.cpp:32:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/parallelpipes.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/parallelpipes.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/utilities/setup/metadata/advancedmetadatatab.cpp:371:10: warning: Missing reference in range-for with non trivial type (Digikam::NamespaceEntry) [-Wclazy-range-loop-reference]
  371 |     for (NamespaceEntry e : container)
      |          ^
      |          const          &
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_checkbox.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/scanstatefilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/scanstatefilter.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/duplicates/duplicatesfinder.cpp:36:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.cpp:15:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.cpp:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
16 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/databasetask.cpp:15:
/home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/databasetask.h:63:5: warning: signal signalFinished is overloaded [-Wclazy-overloaded-signal]
   63 |     void signalFinished();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/databasetask.h:64:5: warning: signal signalFinished is overloaded [-Wclazy-overloaded-signal]
   64 |     void signalFinished(bool done, bool errorFree);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_combobox.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
15 warnings generated.
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/lookup/lookupaltitudegeonames.cpp:228:82: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  228 |     const QStringList altitudes                = QString::fromLatin1(data).split(QRegularExpression(QLatin1String("\\s+")));
      |                                                                                  ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/dbcleaner.cpp:35:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_labels.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importpreviewview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importpreviewview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importpreviewview.cpp:34:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:204:5: warning: unused Digikam::CamItemInfoList [-Wclazy-unused-non-trivial-variable]
  204 |     CamItemInfoList camItemInfoList = selectedCamItemInfos();
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:217:5: warning: unused Digikam::CamItemInfoList [-Wclazy-unused-non-trivial-variable]
  217 |     CamItemInfoList camItemInfoList = selectedCamItemInfos();
      |     ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_rangedate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/utilities/setup/collections/setupcollectionview.cpp:183:9: warning: unused QIcon [-Wclazy-unused-non-trivial-variable]
  183 |         QIcon pix      = index.data(SetupCollectionModel::AppendDecorationRole).value<QIcon>();
      |         ^
/home/gilles/Devel/8.x/core/utilities/setup/collections/setupcollectionview.cpp:196:9: warning: unused QIcon [-Wclazy-unused-non-trivial-variable]
  196 |         QIcon pix      = index.data(SetupCollectionModel::UpdateDecorationRole).value<QIcon>();
      |         ^
/home/gilles/Devel/8.x/core/utilities/setup/collections/setupcollectionview.cpp:209:9: warning: unused QIcon [-Wclazy-unused-non-trivial-variable]
  209 |         QIcon pix      = index.data(SetupCollectionModel::DeleteDecorationRole).value<QIcon>();
      |         ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/thumbs/thumbsgenerator.cpp:41:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_rating.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidgetstates.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidgetstates.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemcontainer.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemcontainer.cpp:1067:21: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 1067 |                     QString tag;
      |                     ^
2 warnings generated.
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/thumbs/thumbstask.cpp:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/thumbs/thumbstask.cpp:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:38:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:38:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemdelegate.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlist.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/bench/detectionbenchmarker.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/bench/detectionbenchmarker.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_choice.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_choice.cpp:119:5: warning: unused QList<int> [-Wclazy-unused-non-trivial-variable]
  119 |     QList<int> values;
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:21:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:38:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:38:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/bench/recognitionbenchmarker.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/bench/recognitionbenchmarker.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/fingerprints/fingerprintsgenerator.cpp:37:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_createfield.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/importfilterdlg.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/importfilterdlg.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importfilter.h:28:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemsortproxymodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemsortproxymodel.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemsortproxymodel.cpp:369:10: warning: Missing reference in range-for with non trivial type (QPointer<const QAbstractProxyModel>) [-Wclazy-range-loop-reference]
  369 |     for (auto p : std::as_const(m_proxyChainUp))
      |          ^
      |          const  &
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemsortproxymodel.cpp:374:10: warning: Missing reference in range-for with non trivial type (QPointer<const QAbstractProxyModel>) [-Wclazy-range-loop-reference]
  374 |     for (auto p : std::as_const(m_proxyChainDown))
      |          ^
      |          const  &
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/workers/detectionworker.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/workers/detectionworker.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
3 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:121:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:38:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:121:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:38:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:128:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_monthday.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/setupcamera.cpp:54:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/gpcamera.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/workers/recognitionworker.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/workers/recognitionworker.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlist.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlist.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
18 warnings generated.
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/imgqsort/imagequalitysorter.cpp:37:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/dngconvertsettings.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/workers/databasewriter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/workers/databasewriter.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/cameraselection.cpp:46:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/gpcamera.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlistcontextmenu.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlistcontextmenu.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlist.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlistcontextmenu.cpp:16:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlistcontextmenu.h:77:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlistcontextmenu.h:78:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalSetUIEnabled(const bool enabledState, QObject* const cancelObject, const QString& cancelSlot);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_rangedouble.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
3 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/cameralist.cpp:40:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/gpcamera.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/workers/trainerworker.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/workers/trainerworker.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_text.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/autotags/autotagsassignment.cpp:34:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/tests/modeltest/modeltest.cpp:175:5: warning: unused QMap<int, QVariant> [-Wclazy-unused-non-trivial-variable]
  175 |     QMap<int, QVariant> roles;
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/cameratype.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/cameratype.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/cameratype.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/cameratype.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/cameratype.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
15 warnings generated.
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.cpp:16:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.cpp:50:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgabstracthistory_utest.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgabstracthistory_utest.cpp:40:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/mediawiki/fakeserver/fakeserver.cpp:67:80: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   67 |         QStringList token = QString::fromUtf8(m_clientSocket->readAll()).split(QRegularExpression(QStringLiteral("[ \r\n][ \r\n]*")));
      |                                                                                ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/choicesearchutilities.cpp:24:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/build.clazy/core/tests/imgqsort/moc_imgqsorttest.cpp:9:
In file included from /home/gilles/Devel/8.x/build.clazy/core/tests/imgqsort/../../../../core/tests/imgqsort/imgqsorttest.h:33:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:53:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
   53 |     QStringList drivers = camera->supportedDrivers();
      |     ^
/home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:565:13: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  565 |             QString label = s_labelForSolidCamera(device);
      |             ^
19 warnings generated.
In file included from /home/gilles/Devel/8.x/build.clazy/core/tests/metadataengine/moc_abstractunittest.cpp:9:
In file included from /home/gilles/Devel/8.x/build.clazy/core/tests/metadataengine/../../../../core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/build.clazy/core/tests/metadataengine/moc_abstractunittest.cpp:9:
/home/gilles/Devel/8.x/build.clazy/core/tests/metadataengine/../../../../core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
17 warnings generated.
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/core/gpsundocommand.cpp:20:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/core/gpsgeoifacemodelhelper.cpp:37:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/gpsbookmarkowner.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/gpsbookmarkowner.cpp:35:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/bookmarksmenu.h:68:5: warning: signal hovered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
   68 |     void hovered(const QString& text);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/gpsbookmarkmodelhelper.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/bookmarksmenu.cpp:15:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/bookmarksmenu.h:68:5: warning: signal hovered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
   68 |     void hovered(const QString& text);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/app/date/ddateedit.cpp:459:5: warning: Return QComboBox::eventFilter() instead of false [-Wclazy-base-class-event]
  459 |     return false;
      |     ^
17 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/date/ddatetable.cpp:18:
In file included from /home/gilles/Devel/8.x/core/app/date/ddatetable_p.h:20:
/home/gilles/Devel/8.x/core/app/date/ddatetable.h:145:5: warning: signal dateChanged is overloaded [-Wclazy-overloaded-signal]
  145 |     void dateChanged(const QDate& date);
      |     ^
/home/gilles/Devel/8.x/core/app/date/ddatetable.h:153:5: warning: signal dateChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void dateChanged(const QDate& cur, const QDate& old);
      |     ^
/home/gilles/Devel/8.x/core/app/date/ddatetable.cpp:206:5: warning: unused QPen [-Wclazy-unused-non-trivial-variable]
  206 |     QPen pen;
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/date/ddatetable_p.cpp:18:
In file included from /home/gilles/Devel/8.x/core/app/date/ddatetable_p.h:20:
/home/gilles/Devel/8.x/core/app/date/ddatetable.h:145:5: warning: signal dateChanged is overloaded [-Wclazy-overloaded-signal]
  145 |     void dateChanged(const QDate& date);
      |     ^
/home/gilles/Devel/8.x/core/app/date/ddatetable.h:153:5: warning: signal dateChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void dateChanged(const QDate& cur, const QDate& old);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/date/ddatepicker.cpp:38:
In file included from /home/gilles/Devel/8.x/core/app/date/ddatetable_p.h:20:
/home/gilles/Devel/8.x/core/app/date/ddatetable.h:145:5: warning: signal dateChanged is overloaded [-Wclazy-overloaded-signal]
  145 |     void dateChanged(const QDate& date);
      |     ^
/home/gilles/Devel/8.x/core/app/date/ddatetable.h:153:5: warning: signal dateChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void dateChanged(const QDate& cur, const QDate& old);
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:1179:5: warning: unused QPixmap [-Wclazy-unused-non-trivial-variable]
 1179 |     const QPixmap styledPixmap = clusterPixmap;
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:1268:5: warning: Return Digikam::MapBackend::eventFilter() instead of false [-Wclazy-base-class-event]
 1268 |     return false;
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:1477:9: warning: unused QVariant [-Wclazy-unused-non-trivial-variable]
 1477 |         const QVariant successClear = d->htmlWidget->runScript(QString::fromLatin1("kgeomapClearTracks();"), false);
      |         ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:1578:9: warning: unused QVariant [-Wclazy-unused-non-trivial-variable]
 1578 |         const QVariant successClear = d->htmlWidget->runScript(QString::fromLatin1("kgeomapClearTracks();"), false);
      |         ^
In file included from /home/gilles/Devel/8.x/core/app/date/monthwidget.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
4 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.cpp:30:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.cpp:30:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.cpp:30:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/albumdragdrop.cpp:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/albumdragdrop.cpp:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/albumdragdrop.cpp:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/albumdragdrop.cpp:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/albumdragdrop.cpp:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
15 warnings generated.
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:37:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:42:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
21 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/tagdragdrop.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/tagdragdrop.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/tagdragdrop.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
13 warnings generated.
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/widgets/htmlwidget_qwebengine.cpp:434:5: warning: Return QWebEngineView::eventFilter() instead of false [-Wclazy-base-class-event]
  434 |     return false;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/digikamitemdelegate.cpp:18:
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/digikamitemdelegate.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/digikamitemdelegate.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/digikamitemdelegate.cpp:24:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/digikamitemdelegate.cpp:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.cpp:18:
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.cpp:41:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.cpp:41:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.cpp:43:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.cpp:46:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemfacedelegate.cpp:18:
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemfacedelegate.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/digikamitemdelegate.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemfacedelegate.cpp:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbumfiltermodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:54:
/home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:44:5: warning: signal tagEdited is overloaded [-Wclazy-overloaded-signal]
   44 |     void tagEdited(const QModelIndex& index, int rating);
      |     ^
/home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:45:5: warning: signal tagEdited is overloaded [-Wclazy-overloaded-signal]
   45 |     void tagEdited(const QModelIndex& index, const QString&);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:58:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
13 warnings generated.
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:16:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:39:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.cpp:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbumfiltermodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
15 warnings generated.
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnaildelegate.cpp:18:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnaildelegate.h:24:
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnaildelegate.cpp:25:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/assignnameoverlay.cpp:18:
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/assignnameoverlay.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnaildelegate.cpp:25:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnaildelegate.cpp:27:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnaildelegate.cpp:29:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/assignnameoverlay.cpp:37:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/assignnameoverlay.cpp:38:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/assignnameoverlay.cpp:38:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/assignnameoverlay.cpp:41:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
15 warnings generated.
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/facerejectionoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/facerejectionoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/facerejectionoverlay.cpp:24:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/facerejectionoverlay.cpp:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/groupindicatoroverlay.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/groupindicatoroverlay.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/groupindicatoroverlay.cpp:27:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/groupindicatoroverlay.cpp:28:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/groupindicatoroverlay.cpp:28:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemfullscreenoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemfullscreenoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemfullscreenoverlay.cpp:24:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemfullscreenoverlay.cpp:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemratingoverlay.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemratingoverlay.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemratingoverlay.cpp:22:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemratingoverlay.cpp:23:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemratingoverlay.cpp:23:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemrotationoverlay.cpp:23:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemrotationoverlay.cpp:23:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemrotationoverlay.cpp:23:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemrotationoverlay.cpp:25:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.cpp:24:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.cpp:25:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.cpp:25:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemselectionoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemselectionoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemselectionoverlay.cpp:24:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
13 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/tooltipfiller.cpp:44:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemviewutilities.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemviewutilities.cpp:46:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_services.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_services.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_tags.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_tags.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_albums.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_albums.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_groups.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_groups.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_tools.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_tools.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_actions.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_actions.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemcategorydrawer.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemcategorydrawer.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemcategorydrawer.cpp:33:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemcategorydrawer.cpp:33:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_model.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
6 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.cpp:259:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  259 |     const QString path            = info.filePath();
      |     ^
7 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:31:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:31:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_configuration_dialog.cpp:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
17 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_thumbnail.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_thumbnail.cpp:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_thumbnail.cpp:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_columnfactory.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_selection_model_syncer.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_albums.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_albums.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_albums.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_albums.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_albums.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_groups.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_groups.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_groups.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_albums.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_groups.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_groups.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_albums.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_groups.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_groups.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
17 warnings generated.
17 warnings generated.
/home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:125:29: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
  125 |                            [this, tagID]()
      |                             ^~~~~
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_sidebars.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_sidebars.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_sidebars.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_sidebars.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_sidebars.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_sidebars.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_sidebars.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
18 warnings generated.
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_views.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_views.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_views.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_views.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_views.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_views.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_views.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_zoom.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_zoom.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_zoom.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_zoom.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_zoom.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_zoom.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_zoom.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:21:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
37 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/trashview.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/trashview.cpp:41:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:34:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:34:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:34:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:53:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
16 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/datefolderviewsidebarwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/datefolderviewsidebarwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbumfiltermodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/preview/itempreviewview.cpp:79:
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointgroup.h:41:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:44:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:50:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:50:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/gpssearchsidebarwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/gpssearchsidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
17 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/exif/exifeditwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/exif/exifeditwidget.h:20:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultbackend.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultbackend.h:26:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:79:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:80:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   80 |     void signalSetUIEnabled(const bool enabledState,
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultbackend.cpp:155:13: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  155 |             const QString boundingBoxString = resultElement.attribute(QLatin1String("boundingbox"));
      |             ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/timeadjust/timeadjustdialog.cpp:61:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/timeadjust/timeadjustlist.h:27:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/timeadjust/timeadjustlist.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/timeadjust/timeadjustlist.h:27:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingmanager.cpp:22:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.h:68:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   68 |     void finished(const DigikamGenericExpoBlendingPlugin::ExpoBlendingActionData& ad);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultbackend.h:26:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:79:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:80:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   80 |     void signalSetUIEnabled(const bool enabledState,
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodel.cpp:29:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
3 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp:46:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   46 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/timeadjust/timeadjusttask.cpp:33:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/timeadjust/timeadjustlist.h:27:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.h:24:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultbackend.h:26:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:79:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:80:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   80 |     void signalSetUIEnabled(const bool enabledState,
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp:17:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.h:68:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   68 |     void finished(const DigikamGenericExpoBlendingPlugin::ExpoBlendingActionData& ad);
      |     ^
3 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp:677:26: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  677 |         d->alignProcess->start();
      |                          ^~~~~
      |                          startCommand
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp:703:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  703 |         QString temp;
      |         ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp:920:23: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  920 |     d->enfuseProcess->start();
      |                       ^~~~~
      |                       startCommand
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp:997:5: warning: unused QVariant [-Wclazy-unused-non-trivial-variable]
  997 |     QVariant rationals;
      |     ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultwidget.h:28:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultbackend.h:26:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:79:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:80:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   80 |     void signalSetUIEnabled(const bool enabledState,
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultwidget.cpp:45:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/dialog/gpsitemdetails.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/dialog/gpsitemdetails.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/dialog/geolocationedit.cpp:62:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/dialog/geolocationedit.cpp:66:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlistcontextmenu.h:77:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlistcontextmenu.h:78:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalSetUIEnabled(const bool enabledState, QObject* const cancelObject, const QString& cancelSlot);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/dialog/geolocationedit.cpp:67:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.h:62:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   62 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.h:63:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   63 |     void signalSetUIEnabled(const bool enabledState, QObject* const cancelObject, const QString& cancelSlot);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/dialog/geolocationedit.cpp:70:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:79:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:80:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   80 |     void signalSetUIEnabled(const bool enabledState,
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/iptc/iptceditwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/iptc/iptceditwidget.h:20:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/dialog/geolocationedit.cpp:507:13: warning: Return Digikam::DPluginDialog::eventFilter() instead of false [-Wclazy-base-class-event]
  507 |             return false;
      |             ^
1 warning generated.
8 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/wizard/expoblendingitemspage.cpp:33:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/wizard/expoblendingitemspage.cpp:35:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.h:68:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   68 |     void finished(const DigikamGenericExpoBlendingPlugin::ExpoBlendingActionData& ad);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/wizard/expoblendingitemspage.cpp:143:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  143 |     QString text;
      |     ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/wizard/expoblendingpreprocesspage.cpp:42:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.h:68:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   68 |     void finished(const DigikamGenericExpoBlendingPlugin::ExpoBlendingActionData& ad);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/wizard/expoblendingpreprocesspage.cpp:191:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  191 |     QString text;
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/calendar/wizard/calmonthwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/calendar/wizard/calmonthwidget.h:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/kmlwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/kmlwidget.h:31:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/sendbymail/wizard/mailintropage.cpp:216:19: warning: allocating an unneeded temporary container [-Wclazy-container-anti-pattern]
  216 |     QString val = d->wizard->settings()->binPaths.values().join(QString());
      |                   ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/calendar/wizard/caltemplate.cpp:29:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/calendar/wizard/calmonthwidget.h:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/kmlexport.cpp:65:47: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   65 |     webFileName         = webFileName.replace(QRegularExpression(QLatin1String("[^-0-9a-z]+")), QLatin1String("_"));
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/kmlexport.cpp:596:31: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  596 |     m_tempDestDir             = QDir(QDir::temp().filePath(QString::fromLatin1("digiKam-kmlexport-%1").arg(qApp->applicationPid())));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     m_tempDestDir.setPath(QDir(QDir::temp().filePath(QString::fromLatin1("digiKam-kmlexport-%1").arg(qApp->applicationPid()))))
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/kmlexport.cpp:599:31: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  599 |     m_imageDir                = QDir(m_tempDestDir.filePath(m_imageDirBasename));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     m_imageDir.setPath(QDir(m_tempDestDir.filePath(m_imageDirBasename)))
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/sendbymail/wizard/mailimagespage.cpp:30:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/blendingdlg/bracketstack.cpp:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
2 warnings generated.
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/calendar/wizard/calwizard.cpp:341:17: warning: allocating an unneeded temporary container [-Wclazy-container-anti-pattern]
  341 |     int month = d->months.keys().at(page);
      |                 ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/blendingdlg/enfusestack.cpp:292:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  292 |         QString ext               = DSaveSettingsWidget::extensionForFormat(enfusePrms.outputFormat);
      |         ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/iptc/iptcstatus.cpp:182:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  182 |     QStringList list;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintphoto.cpp:32:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/blendingdlg/expoblendingdlg.cpp:58:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.h:68:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   68 |     void finished(const DigikamGenericExpoBlendingPlugin::ExpoBlendingActionData& ad);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/blendingdlg/expoblendingdlg.cpp:516:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  516 |     QString text;
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegstreamdlg.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegstreamdlg_p.h:44:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/iptc/iptcenvelope.cpp:437:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  437 |     QStringList list;
      |     ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpeditwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpeditwidget.h:20:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintthread.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintthread.h:20:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprinttask.h:60:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   60 |     void signalDone(bool);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegstreamdlg_settings.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegstreamdlg_p.h:44:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/jalbum/wizard/jalbumselectionpage.cpp:27:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpcontent.cpp:33:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/altlangstringedit.h:51:5: warning: signal signalModified is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/metadata/utils/altlangstredit.h:33:1) [-Wclazy-overloaded-signal]
   51 |     void signalModified();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprinttask.cpp:15:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprinttask.h:60:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   60 |     void signalDone(bool);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprinttask.cpp:33:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintintropage.cpp:36:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegstreamdlg_server.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegstreamdlg_p.h:44:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintalbumspage.cpp:23:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegstreamdlg_views.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegstreamdlg_p.h:44:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmporigin.cpp:372:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  372 |     QStringList code, list;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmporigin.cpp:372:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintphotopage.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintphotopage.h:29:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintphotopage.cpp:338:41: warning: Use QMultiMap for maps storing multiple values with the same key. [-Wclazy-qt6-deprecated-api-fixes]
  338 |     if (AdvPrintSettings::outputNames().values().contains(text))
      |                                         ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintphotopage.cpp:563:5: warning: unused QList<QUrl> [-Wclazy-unused-non-trivial-variable]
  563 |     QList<QUrl> urls;
      |     ^
4 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/tesseractbinary.cpp:66:13: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
   66 |     process.start(path(), QStringList() << QLatin1String("--list-langs"));
      |             ^~~~~
      |             startCommand
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcaptionpage.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcaptionpage.h:27:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpstatus.cpp:32:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/altlangstringedit.h:51:5: warning: signal signalModified is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/metadata/utils/altlangstredit.h:33:1) [-Wclazy-overloaded-signal]
   51 |     void signalModified();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/textconverterdialog.cpp:43:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/textconverterlist.h:20:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcroppage.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcroppage.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/videoslideshow/vidslideimagespage.cpp:30:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpproperties.cpp:36:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/altlangstringedit.h:51:5: warning: signal signalModified is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/metadata/utils/altlangstredit.h:33:1) [-Wclazy-overloaded-signal]
   51 |     void signalModified();
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpproperties.cpp:317:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  317 |     QString     dateStr, timeStr;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpproperties.cpp:317:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpproperties.cpp:318:5: warning: unused Digikam::MetaEngine::AltLangMap [-Wclazy-unused-non-trivial-variable]
  318 |     DMetadata::AltLangMap map;
      |     ^
2 warnings generated.
4 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegserver_p.cpp:38:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   38 | #include <QtConcurrent>              // krazy:exclude=includes
      |          ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/panoparser/ptotype/ptotype.cpp:294:14: warning: Missing reference in range-for with non trivial type (Digikam::PTOType::Optimization) [-Wclazy-range-loop-reference]
  294 |         for (Optimization optim : std::as_const(image.optimizationParameters))
      |              ^
      |              const        &
/home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/panoparser/ptotype/ptotype.cpp:464:14: warning: Missing reference in range-for with non trivial type (Digikam::PTOType::Mask) [-Wclazy-range-loop-reference]
  464 |         for (Mask mask : std::as_const(image.masks))
      |              ^
      |              const  &
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintoutputpage.cpp:35:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/textconverterlist.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/textconverterlist.h:20:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/altlangstringedit.cpp:17:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/altlangstringedit.h:51:5: warning: signal signalModified is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/metadata/utils/altlangstredit.h:33:1) [-Wclazy-overloaded-signal]
   51 |     void signalModified();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintfinalpage.cpp:39:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintthread.h:20:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprinttask.h:60:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   60 |     void signalDone(bool);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintfinalpage.cpp:40:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/textconvertersettings.cpp:37:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/textconverterlist.h:20:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/videoslideshow/vidslidefinalpage.cpp:42:
In file included from /home/gilles/Devel/8.x/core/libs/video/manager/vidslidethread.h:20:
/home/gilles/Devel/8.x/core/libs/video/manager/vidslidetask.h:42:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   42 |     void signalDone(bool);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/dngconverter/dngconverterlist.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/dngconverter/dngconverterlist.h:23:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/ocrtesseractengine.cpp:123:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  123 |     QString mess;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/ocrtesseractengine.cpp:175:20: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  175 |     d->ocrProcess->start();
      |                    ^~~~~
      |                    startCommand
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcropframe.cpp:36:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/wizard/invisiblebuttongroup.cpp:25:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:111:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
  111 |     void settingsChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:119:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
  119 |     void settingsChanged(QWidget* widget);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/metadataeditdialog.cpp:43:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/exif/exifeditwidget.h:20:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/metadataeditdialog.cpp:46:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/metadataeditdialog.cpp:354:9: warning: Return Digikam::DPluginDialog::eventFilter() instead of false [-Wclazy-base-class-event]
  354 |         return false;
      |         ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/metadataeditdialog.cpp:357:5: warning: Return Digikam::DPluginDialog::eventFilter() instead of false [-Wclazy-base-class-event]
  357 |     return false;
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.cpp:47:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintthread.h:20:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprinttask.h:60:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   60 |     void signalDone(bool);
      |     ^
4 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/view/slideshow/common/slideshowloader.cpp:606:9: warning: Return QStackedWidget::eventFilter() instead of false [-Wclazy-base-class-event]
  606 |         return false;
      |         ^
1 warning generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/dngconverter/dngconverterdialog.cpp:46:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/dngconverter/dngconverterlist.h:23:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/dngconverter/dngconverterdialog.cpp:525:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  525 |     QString text;
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/wizard/htmlselectionpage.cpp:27:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/printcreatorplugin.cpp:27:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/widgets/presentationwidget.cpp:1351:5: warning: unused QPainterPath [-Wclazy-unused-non-trivial-variable]
 1351 |     QPainterPath painterPath;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filecopy/fcexportwidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filecopy/fcexportwidget.h:28:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/dialogs/presentationdlg.cpp:42:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/box/boxtalker.cpp:440:25: warning: Don't call QJsonObject::operator[]() on temporary [-Wclazy-detaching-temporary]
  440 |     QString name      = doc.object()[QLatin1String("name")].toString();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/box/boxtalker.cpp:497:9: warning: unused QJsonDocument [-Wclazy-unused-non-trivial-variable]
  497 |         QJsonDocument doc2 = QJsonDocument::fromJson(data, &err);
      |         ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filecopy/fcexportwindow.cpp:34:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filecopy/fcexportwidget.h:28:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.cpp:16:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:59:23: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   59 |         RESTRICTED  = 3,
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:70:22: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   70 |         OTHER      = 3,
      |                      ^
2 warnings generated.
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/box/boxwidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/box/boxwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/dropbox/dbtalker.cpp:441:30: warning: Don't call QJsonObject::operator[]() on temporary [-Wclazy-detaching-temporary]
  441 |     QJsonObject jsonObject = doc.object()[QLatin1String("name")].toObject();
      |                              ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/dialogs/presentation_mainpage.cpp:42:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/dialogs/presentation_mainpage.cpp:43:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
1 warning generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrnewalbumdlg.cpp:28:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickritem.h:25:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrnewalbumdlg.cpp:28:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickritem.h:25:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:59:23: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   59 |         RESTRICTED  = 3,
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:70:22: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   70 |         OTHER      = 3,
      |                      ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/dropbox/dbwidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/dropbox/dbwidget.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/box/boxwindow.cpp:35:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
4 warnings generated.
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/wizard/htmlwizard.cpp:35:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:111:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
  111 |     void settingsChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:119:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
  119 |     void settingsChanged(QWidget* widget);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/dropbox/dbwindow.cpp:35:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrwidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrwidget_p.h:19:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrwidget.h:28:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrwidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrwidget_p.h:19:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrwidget.h:28:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:59:23: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   59 |         RESTRICTED  = 3,
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:70:22: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   70 |         OTHER      = 3,
      |                      ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.h:31:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickritem.h:25:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.h:31:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickritem.h:25:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:59:23: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   59 |         RESTRICTED  = 3,
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:70:22: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   70 |         OTHER      = 3,
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:248:19: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  248 |     d->username = d->o1->extraTokens()[QLatin1String("username")].toString();
      |                   ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:249:19: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  249 |     d->userId   = d->o1->extraTokens()[QLatin1String("user_nsid")].toString();
      |                   ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1132:5: warning: unused QDomNode [-Wclazy-unused-non-trivial-variable]
 1132 |     QDomNode node       = docElem.firstChild();
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1148:5: warning: unused QDomNode [-Wclazy-unused-non-trivial-variable]
 1148 |     QDomNode node       = docElem.firstChild();
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1156:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 1156 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1174:13: warning: unused QDomNode [-Wclazy-unused-non-trivial-variable]
 1174 |             QDomNode details = e.firstChild();
      |             ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1217:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 1217 |     QString      line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1234:13: warning: unused QDomNode [-Wclazy-unused-non-trivial-variable]
 1234 |             QDomNode details = e.firstChild();
      |             ^
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurimageslist.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurimageslist.h:24:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurimageslist.cpp:205:5: warning: unused QList<int> [-Wclazy-unused-non-trivial-variable]
  205 |     QList<int> itemsIndex;
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gsreplacedlg.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gsreplacedlg.h:28:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackmpform.cpp:57:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
   57 |     QString content_length = QString::number(value.length());
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrwindow.cpp:43:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.h:31:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickritem.h:25:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrwindow.cpp:43:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.h:31:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickritem.h:25:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:59:23: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   59 |         RESTRICTED  = 3,
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:70:22: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   70 |         OTHER      = 3,
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurtalker.cpp:172:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  172 |                             d->auth.extraTokens()[QLatin1String("account_username")].toString());
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurtalker.cpp:227:25: warning: Don't call QJsonObject::operator[]() on temporary [-Wclazy-detaching-temporary]
  227 |         auto data     = response.object()[QLatin1String("data")].toObject();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurtalker.cpp:284:24: warning: Don't call QJsonObject::operator[]() on temporary [-Wclazy-detaching-temporary]
  284 |             auto msg = response.object()[QLatin1String("data")]
      |                        ^
4 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackplugin.cpp:27:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackwindow.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurwindow.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurimageslist.h:24:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatplugin.cpp:27:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatwindow.h:35:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.h:33:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gswidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gswidget.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshacktalker.cpp:470:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  470 |     QString mime        = mimeType(path);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshacktalker.cpp:560:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  560 |     QString errMsg = QLatin1String("");
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/gallerytheme.cpp:60:1: warning: non-POD static (QList) [-Wclazy-non-pod-global-static]
   60 | static GalleryTheme::List sList;
      | ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurplugin.cpp:27:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurimageslist.h:24:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gswindow.cpp:43:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gswindow.cpp:50:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gsreplacedlg.h:28:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackwindow.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackwindow.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackwindow.cpp:369:30: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  369 |         tagsList = str.split(QRegularExpression(QLatin1String("\\W+")), Qt::SkipEmptyParts);
      |                              ^
3 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatsuggest.cpp:28:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.h:33:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/gallerygenerator.cpp:656:29: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  656 |     return fileName.replace(QRegularExpression(QLatin1String("[^-0-9a-z]+")), QLatin1String("_"));
      |                             ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackwidget_p.h:18:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.h:33:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:81:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   81 | static const QString API_TOKEN              = QLatin1String("api_token");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:82:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   82 | static const QString TOTAL_RESULTS          = QLatin1String("total_results");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:83:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   83 | static const QString PAGE                   = QLatin1String("page");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:84:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   84 | static const QString PER_PAGE               = QLatin1String("per_page");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:85:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   85 | static const QString LOCALE                 = QLatin1String("locale");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:86:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   86 | static const QString RESULTS                = QLatin1String("results");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:87:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   87 | static const QString NAME                   = QLatin1String("name");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:88:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   88 | static const QString TAXON                  = QLatin1String("taxon");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:89:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   89 | static const QString TAXON_ID               = QLatin1String("taxon_id");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:90:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   90 | static const QString ID                     = QLatin1String("id");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:91:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   91 | static const QString PARENT_ID              = QLatin1String("parent_id");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:92:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   92 | static const QString RANK                   = QLatin1String("rank");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:93:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   93 | static const QString RANK_LEVEL             = QLatin1String("rank_level");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:94:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   94 | static const QString PREFERRED_COMMON_NAME  = QLatin1String("preferred_common_name");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:95:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   95 | static const QString ENGLISH_COMMON_NAME    = QLatin1String("english_common_name");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:96:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   96 | static const QString MATCHED_TERM           = QLatin1String("matched_term");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:97:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   97 | static const QString DEFAULT_PHOTO          = QLatin1String("default_photo");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:98:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   98 | static const QString SQUARE_URL             = QLatin1String("square_url");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:99:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   99 | static const QString ANCESTORS              = QLatin1String("taxon_photos");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:100:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  100 | static const QString OBSCURED               = QLatin1String("obscured");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:101:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  101 | static const QString GEOJSON                = QLatin1String("geojson");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:102:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  102 | static const QString COORDINATES            = QLatin1String("coordinates");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:103:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  103 | static const QString LOGIN                  = QLatin1String("login");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:104:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  104 | static const QString ICON                   = QLatin1String("icon");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:105:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  105 | static const QString OBSERVATION            = QLatin1String("observation");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:106:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  106 | static const QString OBSERVATIONS           = QLatin1String("observations");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:107:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  107 | static const QString OBSERVED_ON            = QLatin1String("observed_on");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:108:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  108 | static const QString OBSERVED_ON_STRING     = QLatin1String("observed_on_string");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:109:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  109 | static const QString OBSERVATION_PHOTOS     = QLatin1String("observation_photos");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:110:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  110 | static const QString PHOTO                  = QLatin1String("photo");
      | ^
32 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatwidget.cpp:18:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatwidget_p.h:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatwidget.h:27:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatwindow.cpp:18:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatwindow.h:35:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.h:33:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatwindow.cpp:74:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   74 | static const QString xmpNameSpaceURI    = QLatin1String("https://inaturalist.org/ns/1.0/");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatwindow.cpp:75:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   75 | static const QString xmpNameSpacePrefix = QLatin1String("iNaturalist");
      | ^
4 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/onedrive/odtalker.cpp:461:25: warning: Don't call QJsonObject::operator[]() on temporary [-Wclazy-detaching-temporary]
  461 |     QString name      = doc.object()[QLatin1String("displayName")].toString();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/onedrive/odtalker.cpp:547:9: warning: unused QJsonDocument [-Wclazy-unused-non-trivial-variable]
  547 |         QJsonDocument doc2 = QJsonDocument::fromJson(data, &err);
      |         ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/onedrive/odwidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/onedrive/odwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatbrowserdlg.cpp:208:31: warning: Don't call QJsonObject::operator[]() on temporary [-Wclazy-detaching-temporary]
  208 |         Q_EMIT signalApiToken(doc.object()[key].toString(),
      |                               ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/onedrive/odwindow.cpp:35:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_queryimageinfo.cpp:16:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_queryimageinfo.h:145:5: warning: signal result is overloaded (with /opt/qt6/include/KF6/KCoreAddons/kjob.h:73:1) [-Wclazy-overloaded-signal]
  145 |     void result(const QList<Imageinfo>& imageinfos);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/pinterest/pwidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/pinterest/pwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/pinterest/ptalker.cpp:556:9: warning: unused QJsonDocument [-Wclazy-unused-non-trivial-variable]
  556 |         QJsonDocument doc2 = QJsonDocument::fromJson(data, &err);
      |         ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_querysiteinfogeneral.cpp:17:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_querysiteinfogeneral.h:77:5: warning: signal result is overloaded (with /opt/qt6/include/KF6/KCoreAddons/kjob.h:73:1) [-Wclazy-overloaded-signal]
   77 |     void result(const Generalinfo& generalinfo);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftexportwidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftexportwidget.h:28:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/twitter/twitterwidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/twitter/twitterwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/pinterest/pwindow.cpp:35:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/twitter/twittertalker.cpp:830:25: warning: Don't call QJsonObject::operator[]() on temporary [-Wclazy-detaching-temporary]
  830 |         QString state = processingInfo.toObject()[QLatin1String("state")].toString();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/twitter/twittertalker.cpp:835:32: warning: Don't call QJsonObject::operator[]() on temporary [-Wclazy-detaching-temporary]
  835 |             QTimer::singleShot(processingInfo.toObject()[QLatin1String("check_after_secs")].toInt()*1000 /*msec*/,
      |                                ^
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:451:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  451 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:509:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  509 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:531:49: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  531 |                 QRegularExpressionMatch match = verrx.match(v);
      |                                                 ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:559:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  559 |     QString str        = QString::fromUtf8(data);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:561:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  561 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:649:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  649 |     QString str        = QString::fromUtf8(data);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:651:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  651 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:675:45: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  675 |             QRegularExpressionMatch match = md5rx.match(QString::fromUtf8(data.mid(ts.characterOffset())));
      |                                             ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:748:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  748 |     QString str        = QString::fromUtf8(data);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:750:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  750 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:833:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  833 |     QString str        = QString::fromUtf8(data);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:835:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  835 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:919:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  919 |     QString str        = QString::fromUtf8(data);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:921:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  921 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:1005:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 1005 |     QString str        = QString::fromUtf8(data);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:1007:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 1007 |     QString line;
      |     ^
16 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/smugmug/smugtalker.cpp:596:5: warning: unused QByteArray [-Wclazy-unused-non-trivial-variable]
  596 |     QByteArray imgData = imgFile.readAll();
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/smugmug/smugtalker.cpp:613:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  613 |     QString customHdr;
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftexportwindow.cpp:36:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftimportwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftimportwidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftimportwindow.cpp:33:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftimportwidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/twitter/twitterwindow.cpp:35:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/twitter/twitterwindow.cpp:364:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  364 |         QString temp = d->currentAlbumName + newAlbum.title;
      |         ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigowindow.cpp:56:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
3 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/smugmug/smugwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/smugmug/smugwidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/smugmug/smugwindow.cpp:42:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_queryinfo.cpp:150:25: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  150 |         content.replace(regex, QStringLiteral("&"));
      |                         ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/file/print/printoptionspage.cpp:38:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:111:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
  111 |     void settingsChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:119:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
  119 |     void settingsChanged(QWidget* widget);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/adjustlevels/adjustlevelstool.cpp:54:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/levels/levelsfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/editor/colors/adjustlevels/adjustlevelstool.cpp:385:13: warning: Return Digikam::EditorToolThreaded::eventFilter() instead of false [-Wclazy-base-class-event]
  385 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/dplugins/editor/colors/adjustlevels/adjustlevelstool.cpp:397:13: warning: Return Digikam::EditorToolThreaded::eventFilter() instead of false [-Wclazy-base-class-event]
  397 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/dplugins/editor/colors/adjustlevels/adjustlevelstool.cpp:401:13: warning: Return Digikam::EditorToolThreaded::eventFilter() instead of false [-Wclazy-base-class-event]
  401 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/dplugins/editor/colors/adjustlevels/adjustlevelstool.cpp:415:13: warning: Return Digikam::EditorToolThreaded::eventFilter() instead of false [-Wclazy-base-class-event]
  415 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/dplugins/editor/colors/adjustlevels/adjustlevelstool.cpp:427:13: warning: Return Digikam::EditorToolThreaded::eventFilter() instead of false [-Wclazy-base-class-event]
  427 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/dplugins/editor/colors/adjustlevels/adjustlevelstool.cpp:431:13: warning: Return Digikam::EditorToolThreaded::eventFilter() instead of false [-Wclazy-base-class-event]
  431 |             return false;
      |             ^
2 warnings generated.
7 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/adjustcurves/adjustcurvestool.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/autocorrection/autocorrectiontool.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/autolevelsfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/bcg/bcgtool.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_parse.cpp:17:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_parse.h:78:5: warning: signal result is overloaded (with /opt/qt6/include/KF6/KCoreAddons/kjob.h:73:1) [-Wclazy-overloaded-signal]
   78 |     void result(const QString& text);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/bwsepia/bwsepiatool.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/channelmixer/channelmixertool.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/colorbalance/cbtool.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/invert/inverttoolplugin.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/invertfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/profileconversion/profileconversiontoolplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/profileconversion/profileconversiontoolplugin.h:20:
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
  132 |     void triggered(const IccProfile& profile);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/film/filmtool.cpp:54:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/film/filmfilter_p.h:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/film/filmfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/hsl/hsltool.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/whitebalance/whitebalancetool.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/profileconversion/profileconversiontool.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/icc/icctransformfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/decorate/border/bordertool.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/borderfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/hotpixels/hotpixelstool.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelfixer.h:29:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/antivignetting/antivignettingtool.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/decorate/texture/texturetool.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/texturefilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/blur/blurtool.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/redeye/redeyetool.cpp:45:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/restoration/restorationtool.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/sharpen/sharpentool.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/sharpenfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/localcontrast/localcontrasttool.cpp:42:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lc/localcontrastfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/lensdistortion/lensdistortiontool.cpp:44:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensdistortionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/noisereduction/noisereductiontool.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrestimate.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/distortionfx/distortionfxtool.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/distortionfxfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/lensautofix/lensautofixtool.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/blurfx/blurfxtool.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfxfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/charcoal/charcoaltool.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/charcoalfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/colorfx/colorfxtool.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/emboss/embosstool.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/embossfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/transform/autocrop/autocroptoolplugin.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/autocrop.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/oilpaint/oilpainttool.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/oilpaintfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/filmgrain/filmgraintool.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/raindrop/raindroptool.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/raindropfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/transform/freerotation/freerotationtool.cpp:45:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/freerotationfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/editor/transform/perspective/perspectivetool.cpp:195:5: warning: unused QColor [-Wclazy-unused-non-trivial-variable]
  195 |     QColor defaultGuideColor(Qt::red);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/transform/resize/resizetool.cpp:61:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/transform/perspective/perspectivewidget.cpp:42:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dpixelsaliasfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/transform/shear/sheartool.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/shearfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/transform/contentawareresize/contentawareresizetool.cpp:47:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/contentawarefilter.h:28:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/editor/transform/contentawareresize/contentawareresizetool.cpp:840:5: warning: Return Digikam::EditorToolThreaded::eventFilter() instead of false [-Wclazy-base-class-event]
  840 |     return false;
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/rawimport/native/rawimport.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/raw/rawprocessingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/dimg/raw/dimgrawplugin.cpp:29:
In file included from /home/gilles/Devel/8.x/core/dplugins/dimg/raw/dimgrawloader.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/raw/rawprocessingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/dimg/raw/dimgrawloader.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/dimg/raw/dimgrawloader.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/raw/rawprocessingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetupmisc.cpp:49:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/dimg/equalizefilter_cli.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/equalizefilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/dimg/colorbalancefilter_cli.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
5 warnings generated.
/home/gilles/Devel/8.x/core/tests/dimg/magickloader_cli.cpp:200:46: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
  200 |                                              QStandardPaths::standardLocations(QStandardPaths::PicturesLocation).first(),
      |                                              ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodragdrophandler.cpp:30:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodragdrophandler.cpp:30:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodragdrophandler.cpp:30:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodragdrophandler.cpp:30:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
5 warnings generated.
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocoordinatesoverlay.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocoordinatesoverlay.h:26:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotoitemviewdelegate.h:19:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocoordinatesoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocoordinatesoverlay.cpp:26:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocoordinatesoverlay.cpp:26:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotoitemviewdelegate.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotoitemviewdelegate_p.h:17:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotoitemviewdelegate.h:19:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgfilteraction_utest.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/filteractionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgfilteractionkeys_utest.cpp:29:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgfilteraction_utest.cpp:32:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate_p.h:18:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate.h:24:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotoitemviewdelegate.h:19:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate_p.h:18:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgfreerotation_utest.cpp:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/freerotationfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate_p.h:36:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate_p.h:36:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
1 warning generated.
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgloader_utest.cpp:30:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
14 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.cpp:15:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
14 warnings generated.
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/fileio/loadsavethread_utest.cpp:29:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/fileio/loadpgfdata_utest.cpp:27:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/fileio/qtpgf_utest.cpp:27:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/fileio/pgfscaled_utest.cpp:27:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/filters/autocrop_cli.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/autocrop.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/filters/lensfuniface_cli.cpp:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.h:66:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/folderview/showfotofolderviewmodel.cpp:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/folderview/showfotofolderviewbar.cpp:40:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/folderview/showfotofolderviewbookmarks.cpp:38:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewitem.cpp:33:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewitem.cpp:73:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
   73 |     QString localeFileSize = QLocale().toString(info.size);
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.cpp:15:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.cpp:39:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.cpp:39:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.cpp:39:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.cpp:39:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewsidebar.cpp:39:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewsidebar.cpp:40:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewsidebar.cpp:40:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewtooltip.cpp:22:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewsidebar.cpp:40:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewsidebar.cpp:40:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
16 warnings generated.
2 warnings generated.
16 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavorites.cpp:44:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavorites.cpp:46:
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitemdlg.h:28:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavorites.cpp:47:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoritelist.h:62:5: warning: signal signalAddFavorite is overloaded [-Wclazy-overloaded-signal]
   62 |     void signalAddFavorite();
      |     ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoritelist.h:63:5: warning: signal signalAddFavorite is overloaded [-Wclazy-overloaded-signal]
   63 |     void signalAddFavorite(const QList<QUrl>&, const QUrl& current);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavorites.cpp:763:40: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
  763 |                                 curr = fitem->urls().first().toLocalFile();
      |                                        ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavorites.cpp:763:40: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoritelist.cpp:15:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoritelist.h:62:5: warning: signal signalAddFavorite is overloaded [-Wclazy-overloaded-signal]
   62 |     void signalAddFavorite();
      |     ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoritelist.h:63:5: warning: signal signalAddFavorite is overloaded [-Wclazy-overloaded-signal]
   63 |     void signalAddFavorite(const QList<QUrl>&, const QUrl& current);
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitem.cpp:193:16: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
  193 |         return urls().first();
      |                ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitemdlg.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitemdlg.h:28:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitemdlg.cpp:55:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoritelist.h:62:5: warning: signal signalAddFavorite is overloaded [-Wclazy-overloaded-signal]
   62 |     void signalAddFavorite();
      |     ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoritelist.h:63:5: warning: signal signalAddFavorite is overloaded [-Wclazy-overloaded-signal]
   63 |     void signalAddFavorite(const QList<QUrl>&, const QUrl& current);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitemdlg.cpp:57:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitemdlg.cpp:566:13: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  566 |             QString localeFileSize   = QLocale().toString(iteminf.size);
      |             ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitemdlg.cpp:689:21: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
  689 |     QDate lowDate = getItemDates().first();
      |                     ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitemdlg.cpp:703:22: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
  703 |     QDate highDate = getItemDates().last();
      |                      ^
1 warning generated.
9 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/applytags_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/applytags_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/applytags_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/applytags_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfotoinfoiface.cpp:24:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/createxmpsidecar_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/createxmpsidecar_utest.h:20:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/createxmpsidecar_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/createxmpsidecar_utest.h:20:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto.cpp:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto.cpp:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto.cpp:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto.cpp:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_open.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_open.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto.cpp:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:85:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_open.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto.cpp:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:98:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_open.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_open.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:85:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_open.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:98:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/erasemetadatatag_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/erasemetadatatag_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
/home/gilles/Devel/8.x/core/showfoto/main/showfoto_open.cpp:141:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  141 |     QStringList mimeTypes = supportedImageMimeTypes(QIODevice::ReadOnly, filter);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/erasemetadatatag_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/erasemetadatatag_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
17 warnings generated.
2 warnings generated.
18 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/loadfromba_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/loadfromba_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/loadfromba_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/loadfromba_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_iofiles.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_iofiles.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_iofiles.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_iofiles.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_iofiles.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:85:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_iofiles.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:98:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/metareaderthread_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/metareaderthread_utest.h:26:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/metareaderthread_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/metareaderthread_utest.h:26:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:85:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:98:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/patchpreview_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/patchpreview_utest.h:20:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/patchpreview_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/patchpreview_utest.h:20:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:85:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:85:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:98:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:98:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
2 warnings generated.
17 warnings generated.
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printiteminfo_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printiteminfo_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printiteminfo_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printiteminfo_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:85:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:98:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:61:33: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
   61 |     d->thumbBar->setCurrentInfo(d->thumbBar->showfotoItemInfos().first());
      |                                 ^
/home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:62:17: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
   62 |     slotOpenUrl(d->thumbBar->showfotoItemInfos().first());
      |                 ^
/home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:73:33: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
   73 |     d->thumbBar->setCurrentInfo(d->thumbBar->showfotoItemInfos().last());
      |                                 ^
/home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:74:17: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
   74 |     slotOpenUrl(d->thumbBar->showfotoItemInfos().last());
      |                 ^
21 warnings generated.
/home/gilles/Devel/8.x/core/showfoto/main/main.cpp:233:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  233 |     QString colorTheme        = group.readEntry(QLatin1String("Theme"), QString::fromLatin1("Standard"));
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printmetadata_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printmetadata_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printmetadata_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printmetadata_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printtagslist_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printtagslist_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printtagslist_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printtagslist_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setiptcpreview_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setiptcpreview_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setiptcpreview_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setiptcpreview_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setxmpface_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setxmpface_utest.h:20:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setxmpface_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setxmpface_utest.h:20:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolmulticore_cli.cpp:25:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   25 | #include <QtConcurrent>   // krazy:exclude=includes
      |          ^
/home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftooloutput_cli.cpp:82:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
   82 |         QString tagType         = it.value()[1].toString();
      |         ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/usexmpsidecar_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/usexmpsidecar_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/usexmpsidecar_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/usexmpsidecar_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolmulticore_cli.cpp:87:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
   87 |         QString tagType         = it.value()[1].toString();
      |         ^
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftooltagsdb_cli.cpp:37:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
   37 |     QStringList lst;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolapplychanges_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolapplychanges_utest.h:24:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/../abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolapplychanges_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolapplychanges_utest.h:24:
/home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/../abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/multithreading/main.cpp:44:58: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
   44 |                                                          QStandardPaths::standardLocations(QStandardPaths::PicturesLocation).first(),
      |                                                          ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/multithreading/processordlg.cpp:35:
/home/gilles/Devel/8.x/core/tests/multithreading/rawtopngconverterthread.h:45:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   45 |     void finished(const QUrl& url);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/widgets/ditemslist_gui.cpp:16:
/home/gilles/Devel/8.x/core/tests/widgets/ditemslist_gui.h:43:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   43 |     void finished(const QUrl& url);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/widgets/ditemslist_gui.cpp:31:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/multithreading/rawtopngconverterthread.cpp:16:
/home/gilles/Devel/8.x/core/tests/multithreading/rawtopngconverterthread.h:45:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   45 |     void finished(const QUrl& url);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/video/framesencoder_cli.cpp:22:
In file included from /home/gilles/Devel/8.x/core/libs/video/manager/vidslidethread.h:20:
/home/gilles/Devel/8.x/core/libs/video/manager/vidslidetask.h:42:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   42 |     void signalDone(bool);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/dngwriter/raw2dng_utest.cpp:32:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/geolocation/editor/correlator_utest.cpp:28:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
1 warning generated.
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgparsing_utest.cpp:50:19: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
   50 |         QCOMPARE( makeTagString(info, howToFormat, QLatin1String("OSM")).last(), QLatin1String("My Tags/France/Paris"));
      |                   ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgparsing_utest.cpp:64:19: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
   64 |         QCOMPARE( makeTagString(info, howToFormat, QLatin1String("OSM")).last(), QString::fromUtf8("My Tags/Germany/Düsseldorf") );
      |                   ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgparsing_utest.cpp:78:19: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
   78 |         QCOMPARE( makeTagString(info, howToFormat, QLatin1String("OSM")).last(), QString::fromUtf8("My Tags/中国/北京市") );
      |                   ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgparsing_utest.cpp:92:19: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
   92 |         QCOMPARE( makeTagString(info, howToFormat, QLatin1String("OSM")).last(), QString::fromUtf8("My Tags/România/București"));
      |                   ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgparsing_utest.cpp:106:19: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
  106 |         QCOMPARE( makeTagString(info, howToFormat, QLatin1String("OSM")).last(), QString::fromUtf8("My Tags/București"));
      |                   ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgparsing_utest.cpp:120:19: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
  120 |         QCOMPARE( makeTagString(info, howToFormat, QLatin1String("OSM")).last(), QString::fromUtf8("My Tags/România"));
      |                   ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgparsing_utest.cpp:134:19: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
  134 |         QCOMPARE( makeTagString(info, howToFormat, QLatin1String("OSM")).last(), QString::fromUtf8("My Tags/"));
      |                   ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgparsing_utest.cpp:148:19: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
  148 |         QCOMPARE( makeTagString(info, howToFormat, QLatin1String("OSM")).last(), QString::fromUtf8("My Tags"));
      |                   ^
8 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/geolocation/editor/gpsimageitem_utest.cpp:29:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
/home/gilles/Devel/8.x/core/tests/geolocation/geoiface/itemmarkertiler_utest.cpp:78:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   78 | const GeoCoordinates coord_1_2     = GeoCoordinates::fromGeoUrl(QLatin1String("geo:1,2"));
      | ^
/home/gilles/Devel/8.x/core/tests/geolocation/geoiface/itemmarkertiler_utest.cpp:79:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   79 | const GeoCoordinates coord_50_60   = GeoCoordinates::fromGeoUrl(QLatin1String("geo:50,60"));
      | ^
/home/gilles/Devel/8.x/core/tests/geolocation/geoiface/itemmarkertiler_utest.cpp:80:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   80 | const GeoCoordinates coord_m50_m60 = GeoCoordinates::fromGeoUrl(QLatin1String("geo:-50,-60"));
      | ^
In file included from /home/gilles/Devel/8.x/core/tests/geolocation/geoiface/tracks_utest.cpp:27:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/geolocation/geoiface/loadtrack_cli.cpp:31:5: warning: non-POD static (QTextStream) [-Wclazy-non-pod-global-static]
   31 |     QTextStream qout(stdout);
      |     ^
/home/gilles/Devel/8.x/core/tests/geolocation/geoiface/loadtrack_cli.cpp:32:5: warning: non-POD static (QTextStream) [-Wclazy-non-pod-global-static]
   32 |     QTextStream qerr(stderr);
      |     ^
2 warnings generated.
1 warning generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/filters/nrestimate_cli.cpp:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrestimate.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/tests/mediaserver/dmediaserver_cli.cpp:51:59: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
   51 |                                                           QStandardPaths::standardLocations(QStandardPaths::PicturesLocation).first(),
      |                                                           ^
1 warning generated.
/home/gilles/Devel/8.x/core/tests/mjpegstream/mjpegstream_cli.cpp:51:59: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
   51 |                                                           QStandardPaths::standardLocations(QStandardPaths::PicturesLocation).first(),
      |                                                           ^
1 warning generated.
/home/gilles/Devel/8.x/core/tests/dimg/dimghistorygraph_utest.cpp:58:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
   58 |     collectionDir = QDir::temp();
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~
      |     collectionDir.setPath(QDir::temp())
/home/gilles/Devel/8.x/core/tests/dimg/dimghistorygraph_utest.cpp:132:5: warning: unused QDir [-Wclazy-unused-non-trivial-variable]
  132 |     QDir imageDir(imagePath());
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/mediawiki/parse_utest.cpp:30:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_parse.h:78:5: warning: signal result is overloaded (with /opt/qt6/include/KF6/KCoreAddons/kjob.h:73:1) [-Wclazy-overloaded-signal]
   78 |     void result(const QString& text);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/mediawiki/queryrevision_utest.cpp:39:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/mediawiki/querysiteinfogeneral_utest.cpp:31:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_querysiteinfogeneral.h:77:5: warning: signal result is overloaded (with /opt/qt6/include/KF6/KCoreAddons/kjob.h:73:1) [-Wclazy-overloaded-signal]
   77 |     void result(const Generalinfo& generalinfo);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/mediawiki/upload_utest.cpp:32:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
/home/gilles/Devel/8.x/core/tests/ocrtextconverter/ocrTesseract_cli.cpp:122:17: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  122 |     ocrProcess->start();
      |                 ^~~~~
      |                 startCommand
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/timestampupdate/timestampupdate_utest.cpp:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgtagmodel_utest.cpp:110:5: warning: unused QPersistentModelIndex [-Wclazy-unused-non-trivial-variable]
  110 |     const QPersistentModelIndex treeItem1Index = treeModel->itemToIndex(treeItem1);
      |     ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgtagmodel_utest.cpp:115:5: warning: unused QPersistentModelIndex [-Wclazy-unused-non-trivial-variable]
  115 |     const QPersistentModelIndex treeItem2Index = treeModel->itemToIndex(treeItem2);
      |     ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgtagmodel_utest.cpp:238:5: warning: unused QPersistentModelIndex [-Wclazy-unused-non-trivial-variable]
  238 |     QPersistentModelIndex treeItem1Index = treeModel->itemToIndex(treeItem1);
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mediaserver/dmediaserverdlg.cpp:39:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/mediaserver/dmediaserverdlg.cpp:147:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  147 |     QString txt;
      |     ^
3 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/tasks/commandtask.cpp:68:14: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
   68 |     process->start();
      |              ^~~~~
      |              startCommand
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwidget.cpp:20:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwidget.h:31:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwindow.cpp:51:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwindow.cpp:276:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  276 |         QString url;
      |         ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwindow.cpp:369:13: warning: Return Digikam::WSToolDialog::eventFilter() instead of false [-Wclazy-base-class-event]
  369 |             return false;
      |             ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/wizard/panoitemspage.cpp:33:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/wizard/panooptimizepage.cpp:278:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  278 |     QString text;
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/wizard/panopreprocesspage.cpp:255:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  255 |     QString text;
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/wizard/panopreviewpage.cpp:324:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  324 |     QString      text;
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgf.cpp:80:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   80 |         set.insert(QLatin1String("quality"),  settings()[QLatin1String("quality")].toInt());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgf.cpp:81:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   81 |         set.insert(QLatin1String("lossless"), settings()[QLatin1String("lossless")].toBool());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgf.cpp:97:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |             settings.insert(QLatin1String("quality"),  PGFBox->settings()[QLatin1String("quality")].toInt());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgf.cpp:98:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |             settings.insert(QLatin1String("lossless"), PGFBox->settings()[QLatin1String("lossless")].toBool());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgf.cpp:116:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  116 |     bool lossless = settings()[QLatin1String("lossless")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgf.cpp:117:67: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  117 |     image().setAttribute(QLatin1String("quality"), lossless ? 0 : settings()[QLatin1String("quality")].toInt());
      |                                                                   ^
6 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavif.cpp:82:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   82 |         set.insert(QLatin1String("quality"),  settings()[QLatin1String("quality")].toInt());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavif.cpp:83:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   83 |         set.insert(QLatin1String("lossless"), settings()[QLatin1String("lossless")].toBool());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavif.cpp:99:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |             settings.insert(QLatin1String("quality"),  AVIFBox->settings()[QLatin1String("quality")].toInt());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavif.cpp:100:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |             settings.insert(QLatin1String("lossless"), AVIFBox->settings()[QLatin1String("lossless")].toBool());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavif.cpp:118:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  118 |     bool lossless = settings()[QLatin1String("lossless")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavif.cpp:119:69: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  119 |     image().setAttribute(QLatin1String("quality"), lossless ? 100 : settings()[QLatin1String("quality")].toInt());
      |                                                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpeg.cpp:81:50: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   81 |         set.insert(QLatin1String("quality"),     settings()[QLatin1String("quality")].toInt());
      |                                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpeg.cpp:82:50: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   82 |         set.insert(QLatin1String("subsampling"), settings()[QLatin1String("subsampling")].toInt());
      |                                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpeg.cpp:98:59: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |             settings.insert(QLatin1String("quality"),     JPGBox->settings()[QLatin1String("quality")].toInt());
      |                                                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpeg.cpp:99:59: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |             settings.insert(QLatin1String("subsampling"), JPGBox->settings()[QLatin1String("subsampling")].toInt());
      |                                                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpeg.cpp:117:68: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  117 |     int JPEGCompression = DImgLoader::convertCompressionForLibJpeg(settings()[QLatin1String("quality")].toInt());
      |                                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpeg.cpp:119:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  119 |     image().setAttribute(QLatin1String("subsampling"), settings()[QLatin1String("subsampling")].toInt());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxl.cpp:82:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   82 |         set.insert(QLatin1String("quality"),  settings()[QLatin1String("quality")].toInt());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxl.cpp:83:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   83 |         set.insert(QLatin1String("lossless"), settings()[QLatin1String("lossless")].toBool());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxl.cpp:99:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |             settings.insert(QLatin1String("quality"),  JXLBox->settings()[QLatin1String("quality")].toInt());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxl.cpp:100:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |             settings.insert(QLatin1String("lossless"), JXLBox->settings()[QLatin1String("lossless")].toBool());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxl.cpp:118:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  118 |     bool lossless = settings()[QLatin1String("lossless")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxl.cpp:119:69: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  119 |     image().setAttribute(QLatin1String("quality"), lossless ? 100 : settings()[QLatin1String("quality")].toInt());
      |                                                                     ^
6 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttotiff/converttotiff.cpp:78:48: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   78 |         set.insert(QLatin1String("compress"),  settings()[QLatin1String("compress")].toBool());
      |                                                ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttotiff/converttotiff.cpp:94:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   94 |             settings.insert(QLatin1String("compress"), TIFBox->settings()[QLatin1String("compress")].toBool());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttotiff/converttotiff.cpp:112:53: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  112 |     image().setAttribute(QLatin1String("compress"), settings()[QLatin1String("compress")].toBool());
      |                                                     ^
6 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopng/converttopng.cpp:93:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   93 |         set.insert(QLatin1String("quality"),  settings()[QLatin1String("quality")].toInt());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopng/converttopng.cpp:109:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  109 |             settings.insert(QLatin1String("quality"),  PNGBox->settings()[QLatin1String("quality")].toInt());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopng/converttopng.cpp:127:66: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  127 |     int PNGCompression = DImgLoader::convertCompressionForLibPng(settings()[QLatin1String("quality")].toInt());
      |                                                                  ^
6 warnings generated.
3 warnings generated.
3 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebp.cpp:82:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   82 |         set.insert(QLatin1String("quality"),  settings()[QLatin1String("quality")].toInt());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebp.cpp:83:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   83 |         set.insert(QLatin1String("lossless"), settings()[QLatin1String("lossless")].toBool());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebp.cpp:99:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |             settings.insert(QLatin1String("quality"),  WEBPBox->settings()[QLatin1String("quality")].toInt());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebp.cpp:100:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |             settings.insert(QLatin1String("lossless"), WEBPBox->settings()[QLatin1String("lossless")].toBool());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebp.cpp:118:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  118 |     bool lossless = settings()[QLatin1String("lossless")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebp.cpp:119:69: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  119 |     image().setAttribute(QLatin1String("quality"), lossless ? 100 : settings()[QLatin1String("quality")].toInt());
      |                                                                     ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/borderplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/bordersettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/borderfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscript.cpp:145:34: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  145 |     d->comboBox->setCurrentIndex(settings()[QLatin1String("Output filetype")].toInt());
      |                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscript.cpp:147:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  147 |     QString txt       = settings()[QLatin1String("Script")].toString();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscript.cpp:170:20: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  170 |     int filetype = settings()[QLatin1String("Output filetype")].toInt();
      |                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscript.cpp:227:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  227 |     QString script = settings()[QLatin1String("Script")].toString();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscript.cpp:301:13: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  301 |     process.start(QLatin1String("/bin/bash"), QStringList() << QLatin1String("-c") << script);
      |             ^~~~~
      |             startCommand
1 warning generated.
5 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodng.cpp:76:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   76 |         DNGBox->setCompressLossLess(settings()[QLatin1String("CompressLossLess")].toBool());
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodng.cpp:77:32: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   77 |         DNGBox->setPreviewMode(settings()[QLatin1String("PreviewMode")].toInt());
      |                                ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodng.cpp:78:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   78 |         DNGBox->setBackupOriginalRawFile(settings()[QLatin1String("BackupOriginalRawFile")].toBool());
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodng.cpp:140:45: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  140 |     m_dngProcessor.setBackupOriginalRawFile(settings()[QLatin1String("BackupOriginalRawFile")].toBool());
      |                                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodng.cpp:141:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  141 |     m_dngProcessor.setCompressLossLess(settings()[QLatin1String("CompressLossLess")].toBool());
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodng.cpp:142:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  142 |     m_dngProcessor.setPreviewMode(settings()[QLatin1String("PreviewMode")].toInt());
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2.cpp:79:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   79 |         set.insert(QLatin1String("quality"),  settings()[QLatin1String("quality")].toInt());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2.cpp:80:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   80 |         set.insert(QLatin1String("lossless"), settings()[QLatin1String("lossless")].toBool());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2.cpp:96:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   96 |             settings.insert(QLatin1String("quality"),  JP2Box->settings()[QLatin1String("quality")].toInt());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2.cpp:97:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |             settings.insert(QLatin1String("lossless"), JP2Box->settings()[QLatin1String("lossless")].toBool());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2.cpp:115:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  115 |     bool lossless = settings()[QLatin1String("lossless")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2.cpp:116:69: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  116 |     image().setAttribute(QLatin1String("quality"), lossless ? 100 : settings()[QLatin1String("quality")].toInt());
      |                                                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheif.cpp:80:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   80 |         set.insert(QLatin1String("quality"),  settings()[QLatin1String("quality")].toInt());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheif.cpp:81:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   81 |         set.insert(QLatin1String("lossless"), settings()[QLatin1String("lossless")].toBool());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheif.cpp:97:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |             settings.insert(QLatin1String("quality"),  HEIFBox->settings()[QLatin1String("quality")].toInt());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheif.cpp:98:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |             settings.insert(QLatin1String("lossless"), HEIFBox->settings()[QLatin1String("lossless")].toBool());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheif.cpp:116:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  116 |     bool lossless = settings()[QLatin1String("lossless")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheif.cpp:117:67: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  117 |     image().setAttribute(QLatin1String("quality"), lossless ? 0 : settings()[QLatin1String("quality")].toInt());
      |                                                                   ^
6 warnings generated.
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/bordersettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/borderfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:86:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   86 |     prm.preserveAspectRatio   = settings()[QLatin1String("preserveAspectRatio")].toBool();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:87:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   87 |     prm.borderType            = settings()[QLatin1String("borderType")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:88:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   88 |     prm.borderWidth1          = settings()[QLatin1String("borderWidth1")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:89:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   89 |     prm.borderWidth2          = settings()[QLatin1String("borderWidth2")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:90:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   90 |     prm.borderWidth3          = settings()[QLatin1String("borderWidth3")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:91:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   91 |     prm.borderWidth4          = settings()[QLatin1String("borderWidth4")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:92:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   92 |     prm.borderPercent         = settings()[QLatin1String("borderPercent")].toDouble();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:93:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   93 |     prm.borderPath            = settings()[QLatin1String("borderPath")].toString();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:94:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   94 |     prm.solidColor            = settings()[QLatin1String("solidColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:95:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   95 |     prm.niepceBorderColor     = settings()[QLatin1String("niepceBorderColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:96:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   96 |     prm.niepceLineColor       = settings()[QLatin1String("niepceLineColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:97:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |     prm.bevelUpperLeftColor   = settings()[QLatin1String("bevelUpperLeftColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:98:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |     prm.bevelLowerRightColor  = settings()[QLatin1String("bevelLowerRightColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:99:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |     prm.decorativeFirstColor  = settings()[QLatin1String("decorativeFirstColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:100:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |     prm.decorativeSecondColor = settings()[QLatin1String("decorativeSecondColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:137:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  137 |     prm.preserveAspectRatio   = settings()[QLatin1String("preserveAspectRatio")].toBool();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:138:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  138 |     prm.borderType            = settings()[QLatin1String("borderType")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:139:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  139 |     prm.borderWidth1          = settings()[QLatin1String("borderWidth1")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:140:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  140 |     prm.borderWidth2          = settings()[QLatin1String("borderWidth2")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:141:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  141 |     prm.borderWidth3          = settings()[QLatin1String("borderWidth3")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:142:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  142 |     prm.borderWidth4          = settings()[QLatin1String("borderWidth4")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:143:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  143 |     prm.borderPercent         = settings()[QLatin1String("borderPercent")].toDouble();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:144:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  144 |     prm.borderPath            = settings()[QLatin1String("borderPath")].toString();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:145:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  145 |     prm.solidColor            = settings()[QLatin1String("solidColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:146:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  146 |     prm.niepceBorderColor     = settings()[QLatin1String("niepceBorderColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:147:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  147 |     prm.niepceLineColor       = settings()[QLatin1String("niepceLineColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:148:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  148 |     prm.bevelUpperLeftColor   = settings()[QLatin1String("bevelUpperLeftColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:149:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  149 |     prm.bevelLowerRightColor  = settings()[QLatin1String("bevelLowerRightColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:150:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  150 |     prm.decorativeFirstColor  = settings()[QLatin1String("decorativeFirstColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:151:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  151 |     prm.decorativeSecondColor = settings()[QLatin1String("decorativeSecondColor")].value<QColor>();
      |                                 ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:50:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
31 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:519:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  519 |     d->useImageRadioButton->setChecked(settings()[QLatin1String("Use image")].toBool());
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:520:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  520 |     d->useTextRadioButton->setChecked(!settings()[QLatin1String("Use image")].toBool());
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:521:46: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  521 |     d->imageFileUrlRequester->setFileDlgPath(settings()[QLatin1String("Watermark image")].toString());
      |                                              ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:523:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  523 |     QString txt       = settings()[QLatin1String("Text")].toString();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:530:64: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  530 |     d->extendedFontChooserWidget->setFont(qvariant_cast<QFont>(settings()[QLatin1String("Font")]));
      |                                                                ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:531:34: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  531 |     d->fontColorButton->setColor(settings()[QLatin1String("Color")].toString());
      |                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:532:30: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  532 |     d->textOpacity->setValue(settings()[QLatin1String("Text opacity")].toInt());
      |                              ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:533:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  533 |     d->useBackgroundCheckBox->setChecked(settings()[QLatin1String("Use background")].toBool());
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:534:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  534 |     d->backgroundColorButton->setColor(settings()[QLatin1String("Background color")].toString());
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:535:36: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  535 |     d->backgroundOpacity->setValue(settings()[QLatin1String("Background opacity")].toInt());
      |                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:536:51: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  536 |     d->placementPositionComboBox->setCurrentIndex(settings()[QLatin1String("PlacementType")].toInt());
      |                                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:537:44: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  537 |     d->denseRepetitionCheckBox->setChecked(settings()[QLatin1String("Dense Repetition")].toBool());
      |                                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:538:46: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  538 |     d->randomizeRotationCheckBox->setChecked(settings()[QLatin1String("Randomize Rotation")].toBool());
      |                                              ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:539:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  539 |     d->sparsityFactorSpinBox->setValue(settings()[QLatin1String("Sparsity Factor")].toDouble());
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:540:51: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  540 |     d->placementPositionComboBox->setCurrentIndex(settings()[QLatin1String("Placement")].toInt());
      |                                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:541:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  541 |     d->rotationComboBox->setCurrentIndex(settings()[QLatin1String("Rotation")].toInt());
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:542:39: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  542 |     d->waterMarkSizePercent->setValue(settings()[QLatin1String("Watermark size")].toInt());
      |                                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:543:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  543 |     d->xMarginInput->setValue(settings()[QLatin1String("X margin")].toInt());
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:544:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  544 |     d->yMarginInput->setValue(settings()[QLatin1String("Y margin")].toInt());
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:545:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  545 |     d->waterMarkOpacityPercent->setValue(settings()[QLatin1String("Opacity")].toInt());
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:607:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  607 |     QString fileName                             = settings()[QLatin1String("Watermark image")].toString();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:608:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  608 |     int placementPosition                        = settings()[QLatin1String("Placement")].toInt();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:609:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  609 |     int placementType                            = settings()[QLatin1String("PlacementType")].toInt();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:610:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  610 |     bool denseRepetition                         = settings()[QLatin1String("Dense Repetition")].toBool();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:611:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  611 |     bool randomizeRotation                       = settings()[QLatin1String("Randomize Rotation")].toBool();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:612:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  612 |     double userSparsityFactor                    = settings()[QLatin1String("Sparsity Factor")].toDouble();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:613:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  613 |     int size                                     = settings()[QLatin1String("Watermark size")].toInt();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:614:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  614 |     int xMargin                                  = settings()[QLatin1String("X margin")].toInt();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:615:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  615 |     int yMargin                                  = settings()[QLatin1String("Y margin")].toInt();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:616:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  616 |     bool useImage                                = settings()[QLatin1String("Use image")].toBool();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:617:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  617 |     QString text                                 = settings()[QLatin1String("Text")].toString();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:618:73: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  618 |     QFont font                                   = qvariant_cast<QFont>(settings()[QLatin1String("Font")]);
      |                                                                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:620:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  620 |     QColor fontColor                             = settings()[QLatin1String("Color")].toString();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:621:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  621 |     int textOpacity                              = settings()[QLatin1String("Text opacity")].toInt();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:622:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  622 |     bool useBackground                           = settings()[QLatin1String("Use background")].toBool();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:623:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  623 |     QColor backgroundColor                       = settings()[QLatin1String("Background color")].toString();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:624:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  624 |     int backgroundOpacity                        = settings()[QLatin1String("Background opacity")].toInt();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:625:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  625 |     Qt::AspectRatioMode watermarkAspectRatioMode = settings()[QLatin1String("Ignore Watermark Aspect Ratio")].toBool() ?
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:627:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  627 |     bool useAbsoluteSize                         = settings()[QLatin1String("Use Absolute Size")].toBool();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:633:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  633 |     int rotationIndex = settings()[QLatin1String("Rotation")].toInt();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:634:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  634 |     double opacity                               = settings()[QLatin1String("Opacity")].toInt()/100.0;
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:635:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  635 |     bool addTransparency                         = settings()[QLatin1String("Add transparency")].toBool();
      |                                                    ^
43 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/texture.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/texturefilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/texture.cpp:71:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   71 |     prm.blendGain   = settings()[QLatin1String("blendGain")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/texture.cpp:72:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   72 |     prm.textureType = settings()[QLatin1String("textureType")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/texture.cpp:96:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   96 |     prm.blendGain   = settings()[QLatin1String("blendGain")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/texture.cpp:97:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |     prm.textureType = settings()[QLatin1String("textureType")].toInt();
      |                       ^
5 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntemplate/assigntemplate.cpp:71:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   71 |     QString title = settings()[QLatin1String("TemplateTitle")].toString();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntemplate/assigntemplate.cpp:116:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  116 |     QString title = settings()[QLatin1String("TemplateTitle")].toString();
      |                     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:148:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  148 |     bool setPick     = settings()[QLatin1String("SetPick")].toBool();
      |                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:149:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  149 |     PickLabel pick   = (PickLabel)settings()[QLatin1String("PickLabel")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:150:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  150 |     bool setColor    = settings()[QLatin1String("SetColor")].toBool();
      |                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:151:36: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  151 |     ColorLabel color = (ColorLabel)settings()[QLatin1String("ColorLabel")].toInt();
      |                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:152:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  152 |     bool setRating   = settings()[QLatin1String("SetRating")].toBool();
      |                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:153:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  153 |     int rating       = settings()[QLatin1String("RatingValue")].toInt();
      |                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:199:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  199 |     bool setPick     = settings()[QLatin1String("SetPick")].toBool();
      |                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:200:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  200 |     PickLabel pick   = (PickLabel)settings()[QLatin1String("PickLabel")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:201:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  201 |     bool setColor    = settings()[QLatin1String("SetColor")].toBool();
      |                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:202:36: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  202 |     ColorLabel color = (ColorLabel)settings()[QLatin1String("ColorLabel")].toInt();
      |                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:203:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  203 |     bool setRating   = settings()[QLatin1String("SetRating")].toBool();
      |                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:204:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  204 |     int rating       = settings()[QLatin1String("RatingValue")].toInt();
      |                        ^
12 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:161:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  161 |     bool setTitles                = settings()[QLatin1String("SetTitles")].toBool();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:162:75: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  162 |     MetaEngine::AltLangMap titles = qvariant_cast<MetaEngine::AltLangMap>(settings()[QLatin1String("TitleValues")]);
      |                                                                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:163:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  163 |     bool setCaptions              = settings()[QLatin1String("SetCaptions")].toBool();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:164:64: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  164 |     CaptionsMap captions          = qvariant_cast<CaptionsMap>(settings()[QLatin1String("CaptionValues")]);
      |                                                                ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:165:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  165 |     bool cleanup                  = settings()[QLatin1String("CleanUp")].toBool();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:218:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  218 |     bool setTitles                = settings()[QLatin1String("SetTitles")].toBool();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:219:75: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  219 |     MetaEngine::AltLangMap titles = qvariant_cast<MetaEngine::AltLangMap>(settings()[QLatin1String("TitleValues")]);
      |                                                                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:220:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  220 |     bool setCaptions              = settings()[QLatin1String("SetCaptions")].toBool();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:221:64: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  221 |     CaptionsMap captions          = qvariant_cast<CaptionsMap>(settings()[QLatin1String("CaptionValues")]);
      |                                                                ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:222:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  222 |     bool cleanup                  = settings()[QLatin1String("CleanUp")].toBool();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/applymetadata/applymetadata.cpp:113:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  113 |     d->fileSelector->setFileDlgPath(settings()[QLatin1String("MetadataFile")].toString());
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/applymetadata/applymetadata.cpp:144:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  144 |     QFileInfo metaInfo(settings()[QLatin1String("MetadataFile")].toString());
      |                        ^
2 warnings generated.
10 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntags/assigntags.cpp:136:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  136 |     int model         = settings()[QLatin1String("AutoTagModel")].toInt();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntags/assigntags.cpp:139:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  139 |     QStringList langs = settings()[QLatin1String("TrAutoTagsLangs")].toStringList();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntags/assigntags.cpp:188:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  188 |     int model         = settings()[QLatin1String("AutoTagModel")].toInt();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntags/assigntags.cpp:189:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  189 |     QStringList langs = settings()[QLatin1String("TrAutoTagsLangs")].toStringList();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:143:45: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  143 |                                             settings()[QLatin1String("SettingsSelected")].toInt());
      |                                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:145:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  145 |     prm.detectBlur          = settings()[QLatin1String("CustomSettingsDetectBlur")].toBool();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:146:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  146 |     prm.detectNoise         = settings()[QLatin1String("CustomSettingsDetectNoise")].toBool();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:147:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  147 |     prm.detectCompression   = settings()[QLatin1String("CustomSettingsDetectCompression")].toBool();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:148:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  148 |     prm.detectExposure      = settings()[QLatin1String("CustomSettingsDetectExposure")].toBool();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:149:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  149 |     prm.detectAesthetic     = settings()[QLatin1String("CustomSettingsDetectAesthetic")].toBool();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:150:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  150 |     prm.lowQRejected        = settings()[QLatin1String("CustomSettingsLowQRejected")].toBool();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:151:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  151 |     prm.mediumQPending      = settings()[QLatin1String("CustomSettingsMediumQPending")].toBool();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:152:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  152 |     prm.highQAccepted       = settings()[QLatin1String("CustomSettingsHighQAccepted")].toBool();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:153:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  153 |     prm.rejectedThreshold   = settings()[QLatin1String("CustomSettingsRejectedThreshold")].toInt();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:154:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  154 |     prm.pendingThreshold    = settings()[QLatin1String("CustomSettingsPendingThreshold")].toInt();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:155:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  155 |     prm.acceptedThreshold   = settings()[QLatin1String("CustomSettingsAcceptedThreshold")].toInt();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:156:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  156 |     prm.blurWeight          = settings()[QLatin1String("CustomSettingsBlurWeight")].toInt();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:157:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  157 |     prm.noiseWeight         = settings()[QLatin1String("CustomSettingsNoiseWeight")].toInt();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:158:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  158 |     prm.compressionWeight   = settings()[QLatin1String("CustomSettingsCompressionWeight")].toInt();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:159:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  159 |     prm.exposureWeight      = settings()[QLatin1String("CustomSettingsExposureWeight")].toInt();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:218:51: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  218 |                                                   settings()[QLatin1String("SettingsSelected")].toInt();
      |                                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:227:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  227 |         prm.detectBlur          = settings()[QLatin1String("CustomSettingsDetectBlur")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:228:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  228 |         prm.detectNoise         = settings()[QLatin1String("CustomSettingsDetectNoise")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:229:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  229 |         prm.detectCompression   = settings()[QLatin1String("CustomSettingsDetectCompression")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:230:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  230 |         prm.detectExposure      = settings()[QLatin1String("CustomSettingsDetectExposure")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:231:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  231 |         prm.detectAesthetic     = settings()[QLatin1String("CustomSettingsDetectAesthetic")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:232:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  232 |         prm.lowQRejected        = settings()[QLatin1String("CustomSettingsLowQRejected")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:233:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  233 |         prm.mediumQPending      = settings()[QLatin1String("CustomSettingsMediumQPending")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:234:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  234 |         prm.highQAccepted       = settings()[QLatin1String("CustomSettingsHighQAccepted")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:235:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  235 |         prm.rejectedThreshold   = settings()[QLatin1String("CustomSettingsRejectedThreshold")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:236:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  236 |         prm.pendingThreshold    = settings()[QLatin1String("CustomSettingsPendingThreshold")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:237:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  237 |         prm.acceptedThreshold   = settings()[QLatin1String("CustomSettingsAcceptedThreshold")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:238:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  238 |         prm.blurWeight          = settings()[QLatin1String("CustomSettingsBlurWeight")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:239:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  239 |         prm.noiseWeight         = settings()[QLatin1String("CustomSettingsNoiseWeight")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:240:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  240 |         prm.compressionWeight   = settings()[QLatin1String("CustomSettingsCompressionWeight")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:241:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  241 |         prm.exposureWeight      = settings()[QLatin1String("CustomSettingsExposureWeight")].toInt();
      |                                   ^
4 warnings generated.
32 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:174:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  174 |     d->removeExif->setChecked(settings()[QLatin1String("RemoveExif")].toBool());
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:175:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  175 |     d->removeIptc->setChecked(settings()[QLatin1String("RemoveIptc")].toBool());
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:176:30: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  176 |     d->removeXmp->setChecked(settings()[QLatin1String("RemoveXmp")].toBool());
      |                              ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:178:20: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  178 |     int exifData = settings()[QLatin1String("ExifData")].toInt();
      |                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:181:20: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  181 |     int iptcData = settings()[QLatin1String("IptcData")].toInt();
      |                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:184:20: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  184 |     int xmpData  = settings()[QLatin1String("XmpData")].toInt();
      |                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:238:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  238 |     bool removeExif = settings()[QLatin1String("RemoveExif")].toBool();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:239:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  239 |     bool removeIptc = settings()[QLatin1String("RemoveIptc")].toBool();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:240:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  240 |     bool removeXmp  = settings()[QLatin1String("RemoveXmp")].toBool();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:242:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  242 |     int exifData    = settings()[QLatin1String("ExifData")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:243:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  243 |     int iptcData    = settings()[QLatin1String("IptcData")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:244:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  244 |     int xmpData     = settings()[QLatin1String("XmpData")].toInt();
      |                       ^
12 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:96:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   96 |     prm.customDate     = settings()[QLatin1String("Custom Date")].toDateTime();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:97:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |     prm.customTime     = settings()[QLatin1String("Custom Time")].toDateTime();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:99:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |     prm.adjustmentType = settings()[QLatin1String("Adjustment Type")].toInt();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:100:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |     prm.adjustmentDays = settings()[QLatin1String("Adjustment Days")].toInt();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:101:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  101 |     prm.adjustmentTime = settings()[QLatin1String("Adjustment Time")].toDateTime();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:103:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  103 |     prm.updIfAvailable = settings()[QLatin1String("Update Only If Available Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:104:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  104 |     prm.updFileModDate = settings()[QLatin1String("Update File Modification Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:105:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  105 |     prm.updEXIFModDate = settings()[QLatin1String("Update EXIF Modification Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:106:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  106 |     prm.updEXIFOriDate = settings()[QLatin1String("Update EXIF Original Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:107:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  107 |     prm.updEXIFDigDate = settings()[QLatin1String("Update EXIF Digitization Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:108:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  108 |     prm.updEXIFThmDate = settings()[QLatin1String("Update EXIF Thumbnail Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:109:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  109 |     prm.updIPTCDate    = settings()[QLatin1String("Update IPTC Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:110:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  110 |     prm.updXMPVideo    = settings()[QLatin1String("Update XMP Video Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:111:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  111 |     prm.updXMPDate     = settings()[QLatin1String("Update XMP Creation Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:113:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  113 |     prm.dateSource     = settings()[QLatin1String("Use Timestamp Type")].toInt();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:114:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  114 |     prm.metadataSource = settings()[QLatin1String("Meta Timestamp Type")].toInt();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:115:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  115 |     prm.fileDateSource = settings()[QLatin1String("File Timestamp Type")].toInt();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:172:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  172 |     prm.customDate                     = settings()[QLatin1String("Custom Date")].toDateTime();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:173:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  173 |     prm.customTime                     = settings()[QLatin1String("Custom Time")].toDateTime();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:175:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  175 |     prm.adjustmentType                 = settings()[QLatin1String("Adjustment Type")].toInt();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:176:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  176 |     prm.adjustmentDays                 = settings()[QLatin1String("Adjustment Days")].toInt();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:177:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  177 |     prm.adjustmentTime                 = settings()[QLatin1String("Adjustment Time")].toDateTime();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:179:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  179 |     prm.updIfAvailable                 = settings()[QLatin1String("Update Only If Available Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:180:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  180 |     prm.updFileModDate                 = settings()[QLatin1String("Update File Modification Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:181:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  181 |     prm.updEXIFModDate                 = settings()[QLatin1String("Update EXIF Modification Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:182:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  182 |     prm.updEXIFOriDate                 = settings()[QLatin1String("Update EXIF Original Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:183:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  183 |     prm.updEXIFDigDate                 = settings()[QLatin1String("Update EXIF Digitization Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:184:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  184 |     prm.updEXIFThmDate                 = settings()[QLatin1String("Update EXIF Thumbnail Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:185:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  185 |     prm.updIPTCDate                    = settings()[QLatin1String("Update IPTC Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:186:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  186 |     prm.updXMPVideo                    = settings()[QLatin1String("Update XMP Video Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:187:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  187 |     prm.updXMPDate                     = settings()[QLatin1String("Update XMP Creation Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:189:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  189 |     prm.dateSource                     = settings()[QLatin1String("Use Timestamp Type")].toInt();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:190:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  190 |     prm.metadataSource                 = settings()[QLatin1String("Meta Timestamp Type")].toInt();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:191:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  191 |     prm.fileDateSource                 = settings()[QLatin1String("File Timestamp Type")].toInt();
      |                                          ^
34 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/flip/flip.cpp:79:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   79 |     m_comboBox->setCurrentIndex(settings()[QLatin1String("Flip")].toInt());
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/flip/flip.cpp:91:36: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   91 |     DImg::FLIP flip = (DImg::FLIP)(settings()[QLatin1String("Flip")].toInt());
      |                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:158:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  158 |     d->titleCB->setChecked(settings()[QLatin1String("Title")].toBool());
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:159:30: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  159 |     d->captionCB->setChecked(settings()[QLatin1String("Caption")].toBool());
      |                              ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:160:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  160 |     d->copyrightsCB->setChecked(settings()[QLatin1String("Copyrights")].toBool());
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:161:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  161 |     d->usageTermsCB->setChecked(settings()[QLatin1String("UsageTerms")].toBool());
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:163:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  163 |     QStringList langs = settings()[QLatin1String("TrLangs")].toStringList();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:210:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  210 |     bool titleStage      = settings()[QLatin1String("Title")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:211:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  211 |     bool captionStage    = settings()[QLatin1String("Caption")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:212:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  212 |     bool copyrightsStage = settings()[QLatin1String("Copyrights")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:213:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  213 |     bool usageTermsStage = settings()[QLatin1String("UsageTerms")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:214:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  214 |     QStringList langs    = settings()[QLatin1String("TrLangs")].toStringList();
      |                            ^
2 warnings generated.
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/autocrop.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:182:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  182 |     d->xInput->setValue(settings()[QLatin1String("xInput")].toInt());
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:183:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  183 |     d->yInput->setValue(settings()[QLatin1String("yInput")].toInt());
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:184:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  184 |     d->widthInput->setValue(settings()[QLatin1String("widthInput")].toInt());
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:185:30: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  185 |     d->heightInput->setValue(settings()[QLatin1String("heightInput")].toInt());
      |                              ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:186:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  186 |     d->autoCrop->setChecked(settings()[QLatin1String("AutoCrop")].toBool());
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:206:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  206 |     int xInput      = settings()[QLatin1String("xInput")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:207:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  207 |     int yInput      = settings()[QLatin1String("yInput")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:208:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  208 |     int widthInput  = settings()[QLatin1String("widthInput")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:209:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  209 |     int heightInput = settings()[QLatin1String("heightInput")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:210:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  210 |     bool autoCrop   = settings()[QLatin1String("AutoCrop")].toBool();
      |                       ^
11 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:196:30: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  196 |     d->scaleDown->setChecked(settings()[QLatin1String("ScaleDown")].toBool());
      |                              ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:197:30: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  197 |     d->useCustom->setChecked(settings()[QLatin1String("UseCustom")].toBool());
      |                              ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:198:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  198 |     d->usePercent->setChecked(settings()[QLatin1String("UsePercent")].toBool());
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:199:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  199 |     d->customLength->setValue(settings()[QLatin1String("LengthCustom")].toInt());
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:200:36: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  200 |     d->presetCBox->setCurrentIndex(settings()[QLatin1String("LengthPreset")].toInt());
      |                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:245:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  245 |     bool scaleDown              = settings()[QLatin1String("ScaleDown")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:246:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  246 |     bool useCustom              = settings()[QLatin1String("UseCustom")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:247:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  247 |     bool usePercent             = settings()[QLatin1String("UsePercent")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:248:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  248 |     int length                  = settings()[QLatin1String("LengthCustom")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:249:58: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  249 |     Private::WidthPreset preset = (Private::WidthPreset)(settings()[QLatin1String("LengthPreset")].toInt());
      |                                                          ^
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/freerotationfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:130:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  130 |     d->useExif->setChecked(settings()[QLatin1String("useExif")].toBool());
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:131:34: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  131 |     d->comboBox->setCurrentIndex(settings()[QLatin1String("rotation")].toInt());
      |                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:133:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  133 |     prm.angle           = settings()[QLatin1String("angle")].toDouble();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:134:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  134 |     prm.antiAlias       = settings()[QLatin1String("antiAlias")].toBool();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:135:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  135 |     prm.autoCrop        = settings()[QLatin1String("autoCrop")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:136:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  136 |     prm.backgroundColor = settings()[QLatin1String("backgroundColor")].value<QColor>();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:162:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  162 |     bool useExif        = settings()[QLatin1String("useExif")].toBool();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:163:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  163 |     int rotation        = settings()[QLatin1String("rotation")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:164:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  164 |     prm.angle           = settings()[QLatin1String("angle")].toDouble();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:165:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  165 |     prm.antiAlias       = settings()[QLatin1String("antiAlias")].toBool();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:166:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  166 |     prm.autoCrop        = settings()[QLatin1String("autoCrop")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:167:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  167 |     prm.backgroundColor = settings()[QLatin1String("backgroundColor")].value<QColor>();
      |                           ^
13 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfxplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrainplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignettingplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/blur/blur.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/blur/blur.cpp:84:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   84 |     m_radiusInput->setValue(settings()[QLatin1String("Radius")].toInt());
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/blur/blur.cpp:105:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  105 |     double radius = settings()[QLatin1String("Radius")].toInt();
      |                     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:86:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   86 |     prm.grainSize               = settings()[QLatin1String("grainSize")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:87:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   87 |     prm.photoDistribution       = settings()[QLatin1String("photoDistribution")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:88:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   88 |     prm.addLuminanceNoise       = settings()[QLatin1String("addLuminanceNoise")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:89:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   89 |     prm.lumaIntensity           = settings()[QLatin1String("lumaIntensity")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:90:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   90 |     prm.lumaShadows             = settings()[QLatin1String("lumaShadows")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:91:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   91 |     prm.lumaMidtones            = settings()[QLatin1String("lumaMidtones")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:92:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   92 |     prm.lumaHighlights          = settings()[QLatin1String("lumaHighlights")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:93:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   93 |     prm.addChrominanceBlueNoise = settings()[QLatin1String("addChrominanceBlueNoise")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:94:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   94 |     prm.chromaBlueIntensity     = settings()[QLatin1String("chromaBlueIntensity")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:95:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   95 |     prm.chromaBlueShadows       = settings()[QLatin1String("chromaBlueShadows")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:96:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   96 |     prm.chromaBlueMidtones      = settings()[QLatin1String("chromaBlueMidtones")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:97:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |     prm.chromaBlueHighlights    = settings()[QLatin1String("chromaBlueHighlights")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:98:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |     prm.addChrominanceRedNoise  = settings()[QLatin1String("addChrominanceRedNoise")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:99:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |     prm.chromaRedIntensity      = settings()[QLatin1String("chromaRedIntensity")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:100:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |     prm.chromaRedShadows        = settings()[QLatin1String("chromaRedShadows")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:101:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  101 |     prm.chromaRedMidtones       = settings()[QLatin1String("chromaRedMidtones")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:102:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  102 |     prm.chromaRedHighlights     = settings()[QLatin1String("chromaRedHighlights")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:140:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  140 |     prm.grainSize               = settings()[QLatin1String("grainSize")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:141:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  141 |     prm.photoDistribution       = settings()[QLatin1String("photoDistribution")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:142:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  142 |     prm.addLuminanceNoise       = settings()[QLatin1String("addLuminanceNoise")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:143:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  143 |     prm.lumaIntensity           = settings()[QLatin1String("lumaIntensity")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:144:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  144 |     prm.lumaShadows             = settings()[QLatin1String("lumaShadows")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:145:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  145 |     prm.lumaMidtones            = settings()[QLatin1String("lumaMidtones")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:146:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  146 |     prm.lumaHighlights          = settings()[QLatin1String("lumaHighlights")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:147:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  147 |     prm.addChrominanceBlueNoise = settings()[QLatin1String("addChrominanceBlueNoise")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:148:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  148 |     prm.chromaBlueIntensity     = settings()[QLatin1String("chromaBlueIntensity")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:149:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  149 |     prm.chromaBlueShadows       = settings()[QLatin1String("chromaBlueShadows")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:150:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  150 |     prm.chromaBlueMidtones      = settings()[QLatin1String("chromaBlueMidtones")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:151:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  151 |     prm.chromaBlueHighlights    = settings()[QLatin1String("chromaBlueHighlights")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:152:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  152 |     prm.addChrominanceRedNoise  = settings()[QLatin1String("addChrominanceRedNoise")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:153:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  153 |     prm.chromaRedIntensity      = settings()[QLatin1String("chromaRedIntensity")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:154:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  154 |     prm.chromaRedShadows        = settings()[QLatin1String("chromaRedShadows")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:155:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  155 |     prm.chromaRedMidtones       = settings()[QLatin1String("chromaRedMidtones")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:156:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  156 |     prm.chromaRedHighlights     = settings()[QLatin1String("chromaRedHighlights")].toInt();
      |                                   ^
3 warnings generated.
1 warning generated.
35 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:67:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   67 |     prm.colorFXType = settings()[QLatin1String("colorFXType")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:68:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   68 |     prm.level       = settings()[QLatin1String("level")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:69:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   69 |     prm.iterations  = settings()[QLatin1String("iterations")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:70:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   70 |     prm.intensity   = settings()[QLatin1String("intensity")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:71:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   71 |     prm.path        = settings()[QLatin1String("path")].toString();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:98:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |     prm.colorFXType = settings()[QLatin1String("colorFXType")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:99:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |     prm.level       = settings()[QLatin1String("level")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:100:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |     prm.iterations  = settings()[QLatin1String("iterations")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:101:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  101 |     prm.intensity   = settings()[QLatin1String("intensity")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:102:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  102 |     prm.path        = settings()[QLatin1String("path")].toString();
      |                       ^
11 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:74:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   74 |     prm.addvignetting = settings()[QLatin1String("addvignetting")].toBool();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:75:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   75 |     prm.density       = settings()[QLatin1String("density")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:76:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   76 |     prm.power         = settings()[QLatin1String("power")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:77:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   77 |     prm.innerradius   = settings()[QLatin1String("innerradius")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:78:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   78 |     prm.outerradius   = settings()[QLatin1String("outerradius")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:79:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   79 |     prm.xshift        = settings()[QLatin1String("xshift")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:80:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   80 |     prm.yshift        = settings()[QLatin1String("yshift")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:108:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  108 |     prm.addvignetting = settings()[QLatin1String("addvignetting")].toBool();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:109:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  109 |     prm.density       = settings()[QLatin1String("density")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:110:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  110 |     prm.power         = settings()[QLatin1String("power")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:111:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  111 |     prm.innerradius   = settings()[QLatin1String("innerradius")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:112:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  112 |     prm.outerradius   = settings()[QLatin1String("outerradius")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:113:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  113 |     prm.xshift        = settings()[QLatin1String("xshift")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:114:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  114 |     prm.yshift        = settings()[QLatin1String("yshift")].toDouble();
      |                         ^
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lc/localcontrastfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:88:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   88 |     prm.stretchContrast = settings()[QLatin1String("stretchContrast")].toBool();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:89:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   89 |     prm.lowSaturation   = settings()[QLatin1String("lowSaturation")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:90:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   90 |     prm.highSaturation  = settings()[QLatin1String("highSaturation")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:91:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   91 |     prm.functionId      = settings()[QLatin1String("functionId")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:93:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   93 |     prm.stage[0].enabled = settings()[QLatin1String("stage1Enabled")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:94:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   94 |     prm.stage[0].power   = settings()[QLatin1String("stage1Power")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:95:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   95 |     prm.stage[0].blur    = settings()[QLatin1String("stage1Blur")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:97:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |     prm.stage[1].enabled = settings()[QLatin1String("stage2Enabled")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:98:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |     prm.stage[1].power   = settings()[QLatin1String("stage2Power")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:99:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |     prm.stage[1].blur    = settings()[QLatin1String("stage2Blur")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:101:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  101 |     prm.stage[2].enabled = settings()[QLatin1String("stage3Enabled")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:102:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  102 |     prm.stage[2].power   = settings()[QLatin1String("stage3Power")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:103:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  103 |     prm.stage[2].blur    = settings()[QLatin1String("stage3Blur")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:105:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  105 |     prm.stage[3].enabled = settings()[QLatin1String("stage4Enabled")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:106:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  106 |     prm.stage[3].power   = settings()[QLatin1String("stage4Power")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:107:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  107 |     prm.stage[3].blur    = settings()[QLatin1String("stage4Blur")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:150:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  150 |     prm.stretchContrast = settings()[QLatin1String("stretchContrast")].toBool();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:151:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  151 |     prm.lowSaturation   = settings()[QLatin1String("lowSaturation")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:152:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  152 |     prm.highSaturation  = settings()[QLatin1String("highSaturation")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:153:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  153 |     prm.functionId      = settings()[QLatin1String("functionId")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:155:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  155 |     prm.stage[0].enabled = settings()[QLatin1String("stage1Enabled")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:156:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  156 |     prm.stage[0].power   = settings()[QLatin1String("stage1Power")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:157:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  157 |     prm.stage[0].blur    = settings()[QLatin1String("stage1Blur")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:159:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  159 |     prm.stage[1].enabled = settings()[QLatin1String("stage2Enabled")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:160:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  160 |     prm.stage[1].power   = settings()[QLatin1String("stage2Power")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:161:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  161 |     prm.stage[1].blur    = settings()[QLatin1String("stage2Blur")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:163:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  163 |     prm.stage[2].enabled = settings()[QLatin1String("stage3Enabled")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:164:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  164 |     prm.stage[2].power   = settings()[QLatin1String("stage3Power")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:165:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  165 |     prm.stage[2].blur    = settings()[QLatin1String("stage3Blur")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:167:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  167 |     prm.stage[3].enabled = settings()[QLatin1String("stage4Enabled")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:168:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  168 |     prm.stage[3].power   = settings()[QLatin1String("stage4Power")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:169:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  169 |     prm.stage[3].blur    = settings()[QLatin1String("stage4Blur")].toDouble();
      |                            ^
33 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereductionplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restorationplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restoration.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrectionplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelfixer.h:29:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:71:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   71 |     prm.blackFrameUrl = settings()[QLatin1String("BlackFrameUrl")].toUrl();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:72:55: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   72 |     prm.hotPixelsList = HotPixelProps::fromStringList(settings()[QLatin1String("HotPixelsList")].toStringList());
      |                                                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:73:65: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   73 |     prm.filterMethod  = (HotPixelContainer::InterpolationMethod)settings()[QLatin1String("FilterMethod")].toInt();
      |                                                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:98:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |     prm.blackFrameUrl = settings()[QLatin1String("BlackFrameUrl")].toUrl();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:99:55: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |     prm.hotPixelsList = HotPixelProps::fromStringList(settings()[QLatin1String("HotPixelsList")].toStringList());
      |                                                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:100:65: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |     prm.filterMethod  = (HotPixelContainer::InterpolationMethod)settings()[QLatin1String("FilterMethod")].toInt();
      |                                                                 ^
7 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/sharpenfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:103:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  103 |     prm.method        = settings()[QLatin1String("SharpenFilterType")].toInt();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:107:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  107 |     prm.ssRadius      = settings()[QLatin1String("SimpleSharpRadius")].toInt();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:111:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  111 |     prm.umRadius      = settings()[QLatin1String("UnsharpMaskRadius")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:112:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  112 |     prm.umAmount      = settings()[QLatin1String("UnsharpMaskAmount")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:113:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  113 |     prm.umThreshold   = settings()[QLatin1String("UnsharpMaskThreshold")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:114:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  114 |     prm.umLumaOnly    = settings()[QLatin1String("UnsharpMaskLuma")].toBool();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:120:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  120 |     prm.rfRadius      = settings()[QLatin1String("RefocusRadius")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:121:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  121 |     prm.rfCorrelation = settings()[QLatin1String("RefocusCorrelation")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:122:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  122 |     prm.rfNoise       = settings()[QLatin1String("RefocusNoise")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:123:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  123 |     prm.rfGauss       = settings()[QLatin1String("RefocusGauss")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:124:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  124 |     prm.rfMatrix      = settings()[QLatin1String("RefocusMatrixSize")].toInt();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:173:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  173 |     int filterType  = settings()[QLatin1String("SharpenFilterType")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:179:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  179 |             double radius = settings()[QLatin1String("SimpleSharpRadius")].toInt() / 10.0;
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:198:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  198 |             double r  = settings()[QLatin1String("UnsharpMaskRadius")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:199:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  199 |             double a  = settings()[QLatin1String("UnsharpMaskAmount")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:200:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  200 |             double th = settings()[QLatin1String("UnsharpMaskThreshold")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:201:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  201 |             bool    l = settings()[QLatin1String("UnsharpMaskLuma")].toBool();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:213:34: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  213 |             double radius      = settings()[QLatin1String("RefocusRadius")].toDouble();
      |                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:214:34: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  214 |             double correlation = settings()[QLatin1String("RefocusCorrelation")].toDouble();
      |                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:215:34: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  215 |             double noise       = settings()[QLatin1String("RefocusNoise")].toDouble();
      |                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:216:34: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  216 |             double gauss       = settings()[QLatin1String("RefocusGauss")].toDouble();
      |                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:217:34: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  217 |             int matrixSize     = settings()[QLatin1String("RefocusMatrixSize")].toInt();
      |                                  ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:77:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   77 |     prm.thresholds[0] = settings()[QLatin1String("YThreshold")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:78:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   78 |     prm.thresholds[1] = settings()[QLatin1String("CrThreshold")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:79:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   79 |     prm.thresholds[2] = settings()[QLatin1String("CbThreshold")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:80:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   80 |     prm.softness[0]   = settings()[QLatin1String("YSoftness")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:81:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   81 |     prm.softness[1]   = settings()[QLatin1String("CrSoftness")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:82:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   82 |     prm.softness[2]   = settings()[QLatin1String("CbSoftness")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:84:38: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   84 |     m_settingsView->setEstimateNoise(settings()[QLatin1String("EstimateNoise")].toBool());
      |                                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:112:9: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  112 |     if (settings()[QLatin1String("EstimateNoise")].toBool())
      |         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:120:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  120 |         prm.thresholds[0] = settings()[QLatin1String("YThreshold")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:121:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  121 |         prm.thresholds[1] = settings()[QLatin1String("CrThreshold")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:122:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  122 |         prm.thresholds[2] = settings()[QLatin1String("CbThreshold")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:123:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  123 |         prm.softness[0]   = settings()[QLatin1String("YSoftness")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:124:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  124 |         prm.softness[1]   = settings()[QLatin1String("CrSoftness")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:125:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  125 |         prm.softness[2]   = settings()[QLatin1String("CbSoftness")].toDouble();
      |                             ^
23 warnings generated.
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restoration.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restoration.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restoration.cpp:89:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   89 |     m_comboBox->setCurrentIndex(settings()[QLatin1String("RestorationMethod")].toInt());
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restoration.cpp:106:16: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  106 |     int type = settings()[QLatin1String("RestorationMethod")].toInt();
      |                ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrection.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrection.cpp:67:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   67 |     prm.m_redToAvgRatio = settings()[QLatin1String("redtoavgratio")].toDouble();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrection.cpp:89:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   89 |     prm.m_redToAvgRatio = settings()[QLatin1String("redtoavgratio")].toDouble();
      |                           ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunsettings.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:133:39: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  133 |     d->cameraSelector->setUseMetadata(settings()[QLatin1String("UseMetadata")].toBool());
      |                                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:136:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  136 |     lfPrm.filterCCA       = settings()[QLatin1String("filterCCA")].toBool();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:137:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  137 |     lfPrm.filterVIG       = settings()[QLatin1String("filterVIG")].toBool();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:138:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  138 |     lfPrm.filterDST       = settings()[QLatin1String("filterDST")].toBool();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:139:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  139 |     lfPrm.filterGEO       = settings()[QLatin1String("filterGEO")].toBool();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:141:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  141 |     lfPrm.cropFactor      = settings()[QLatin1String("cropFactor")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:142:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  142 |     lfPrm.focalLength     = settings()[QLatin1String("focalLength")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:143:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  143 |     lfPrm.aperture        = settings()[QLatin1String("aperture")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:144:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  144 |     lfPrm.subjectDistance = settings()[QLatin1String("subjectDistance")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:146:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  146 |     lfPrm.cameraMake      = settings()[QLatin1String("cameraMake")].toString();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:147:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  147 |     lfPrm.cameraModel     = settings()[QLatin1String("cameraModel")].toString();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:148:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  148 |     lfPrm.lensModel       = settings()[QLatin1String("lensModel")].toString();
      |                             ^
3 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:199:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  199 |     prm.filterCCA = settings()[QLatin1String("filterCCA")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:200:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  200 |     prm.filterVIG = settings()[QLatin1String("filterVIG")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:201:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  201 |     prm.filterDST = settings()[QLatin1String("filterDST")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:202:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  202 |     prm.filterGEO = settings()[QLatin1String("filterGEO")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:203:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  203 |     bool useMeta  = settings()[QLatin1String("UseMetadata")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:220:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  220 |         prm.cropFactor      = settings()[QLatin1String("cropFactor")].toDouble();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:221:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  221 |         prm.focalLength     = settings()[QLatin1String("focalLength")].toDouble();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:222:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  222 |         prm.aperture        = settings()[QLatin1String("aperture")].toDouble();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:223:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  223 |         prm.subjectDistance = settings()[QLatin1String("subjectDistance")].toDouble();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:225:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  225 |         prm.cameraMake      = settings()[QLatin1String("cameraMake")].toString();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:226:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  226 |         prm.cameraModel     = settings()[QLatin1String("cameraModel")].toString();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:227:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  227 |         prm.lensModel       = settings()[QLatin1String("lensModel")].toString();
      |                               ^
25 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvertplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiasettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjustplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvessettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/iccconvert/iccconvert.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/icc/icctransformfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/iccconvert/iccconvert.cpp:75:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   75 |     QString profPath = settings()[QLatin1String("ProfilePath")].toString();
      |                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/iccconvert/iccconvert.cpp:96:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   96 |     QString              profPath = settings()[QLatin1String("ProfilePath")].toString();
      |                                     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/autocorrection/autocorrection.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/autolevelsfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/autocorrection/autocorrection.cpp:81:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   81 |     m_comboBox->setCurrentIndex(settings()[QLatin1String("AutoCorrectionFilter")].toInt());
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/autocorrection/autocorrection.cpp:98:16: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |     int type = settings()[QLatin1String("AutoCorrectionFilter")].toInt();
      |                ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiasettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:84:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   84 |     prm.filmType                            = settings()[QLatin1String("filmType")].toInt();
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:85:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   85 |     prm.filterType                          = settings()[QLatin1String("filterType")].toInt();
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:86:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   86 |     prm.toneType                            = settings()[QLatin1String("toneType")].toInt();
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:87:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   87 |     prm.bcgPrm.contrast                     = settings()[QLatin1String("contrast")].toDouble();
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:88:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   88 |     prm.strength                            = settings()[QLatin1String("strength")].toDouble();
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:89:71: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   89 |     prm.curvesPrm.curvesType                = (ImageCurves::CurveType)settings()[QLatin1String("curvesType")].toInt();
      |                                                                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:90:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   90 |     prm.curvesPrm.values[LuminosityChannel] = settings()[QLatin1String("curves")].value<QPolygon>();
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:120:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  120 |     prm.filmType                     = settings()[QLatin1String("filmType")].toInt();
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:121:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  121 |     prm.filterType                   = settings()[QLatin1String("filterType")].toInt();
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:122:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  122 |     prm.toneType                     = settings()[QLatin1String("toneType")].toInt();
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:123:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  123 |     prm.bcgPrm.contrast              = settings()[QLatin1String("contrast")].toDouble();
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:124:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  124 |     prm.strength                     = settings()[QLatin1String("strength")].toDouble();
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:126:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  126 |     CurvesContainer curves((ImageCurves::CurveType)settings()[QLatin1String("curvesType")].toInt(), true);
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:128:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  128 |     curves.values[LuminosityChannel] = settings()[QLatin1String("curves")].value<QPolygon>();
      |                                        ^
3 warnings generated.
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalanceplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:76:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   76 |     prm.black          = settings()[QLatin1String("black")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:77:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   77 |     prm.temperature    = settings()[QLatin1String("temperature")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:78:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   78 |     prm.green          = settings()[QLatin1String("green")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:79:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   79 |     prm.dark           = settings()[QLatin1String("dark")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:80:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   80 |     prm.gamma          = settings()[QLatin1String("gamma")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:81:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   81 |     prm.saturation     = settings()[QLatin1String("saturation")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:82:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   82 |     prm.expositionMain = settings()[QLatin1String("expositionMain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:83:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   83 |     prm.expositionFine = settings()[QLatin1String("expositionFine")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:114:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  114 |     prm.black          = settings()[QLatin1String("black")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:115:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  115 |     prm.temperature    = settings()[QLatin1String("temperature")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:116:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  116 |     prm.green          = settings()[QLatin1String("green")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:117:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  117 |     prm.dark           = settings()[QLatin1String("dark")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:118:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  118 |     prm.gamma          = settings()[QLatin1String("gamma")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:119:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  119 |     prm.saturation     = settings()[QLatin1String("saturation")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:120:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  120 |     prm.expositionMain = settings()[QLatin1String("expositionMain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:121:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  121 |     prm.expositionFine = settings()[QLatin1String("expositionFine")].toDouble();
      |                          ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvessettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:126:61: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  126 |     prm.curvesType                = (ImageCurves::CurveType)settings()[QLatin1String("curvesType")].toInt();
      |                                                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:127:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  127 |     prm.sixteenBit                = settings()[QLatin1String("curvesDepth")].toBool();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:128:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  128 |     prm.values[LuminosityChannel] = settings()[QLatin1String("values[LuminosityChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:129:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  129 |     prm.values[RedChannel]        = settings()[QLatin1String("values[RedChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:130:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  130 |     prm.values[GreenChannel]      = settings()[QLatin1String("values[GreenChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:131:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  131 |     prm.values[BlueChannel]       = settings()[QLatin1String("values[BlueChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:132:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  132 |     prm.values[AlphaChannel]      = settings()[QLatin1String("values[AlphaChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:166:49: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  166 |     CurvesContainer prm((ImageCurves::CurveType)settings()[QLatin1String("curvesType")].toInt(),
      |                                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:167:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  167 |                         settings()[QLatin1String("curvesDepth")].toBool());
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:169:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  169 |     prm.values[LuminosityChannel] = settings()[QLatin1String("values[LuminosityChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:170:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  170 |     prm.values[RedChannel]        = settings()[QLatin1String("values[RedChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:171:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  171 |     prm.values[GreenChannel]      = settings()[QLatin1String("values[GreenChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:172:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  172 |     prm.values[BlueChannel]       = settings()[QLatin1String("values[BlueChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:173:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  173 |     prm.values[AlphaChannel]      = settings()[QLatin1String("values[AlphaChannel]")].value<QPolygon>();
      |                                     ^
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.cpp:69:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   69 |     prm.brightness = settings()[QLatin1String("Brightness")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.cpp:70:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   70 |     prm.contrast   = settings()[QLatin1String("Contrast")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.cpp:71:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   71 |     prm.gamma      = settings()[QLatin1String("Gamma")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.cpp:95:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   95 |     prm.brightness = settings()[QLatin1String("Brightness")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.cpp:96:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   96 |     prm.contrast   = settings()[QLatin1String("Contrast")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.cpp:97:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |     prm.gamma      = settings()[QLatin1String("Gamma")].toDouble();
      |                      ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrectionplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
7 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixerplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixersettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalanceplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixersettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:91:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   91 |     prm.bPreserveLum   = settings()[QLatin1String("bPreserveLum")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:92:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   92 |     prm.bMonochrome    = settings()[QLatin1String("bMonochrome")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:95:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   95 |     prm.redRedGain     = settings()[QLatin1String("redRedGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:96:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   96 |     prm.redGreenGain   = settings()[QLatin1String("redGreenGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:97:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |     prm.redBlueGain    = settings()[QLatin1String("redBlueGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:98:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |     prm.greenRedGain   = settings()[QLatin1String("greenRedGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:99:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |     prm.greenGreenGain = settings()[QLatin1String("greenGreenGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:100:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |     prm.greenBlueGain  = settings()[QLatin1String("greenBlueGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:101:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  101 |     prm.blueRedGain    = settings()[QLatin1String("blueRedGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:102:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  102 |     prm.blueGreenGain  = settings()[QLatin1String("blueGreenGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:103:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  103 |     prm.blueBlueGain   = settings()[QLatin1String("blueBlueGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:106:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  106 |     prm.blackRedGain   = settings()[QLatin1String("blackRedGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:107:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  107 |     prm.blackGreenGain = settings()[QLatin1String("blackGreenGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:108:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  108 |     prm.blackBlueGain  = settings()[QLatin1String("blackBlueGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:149:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  149 |     prm.bPreserveLum   = settings()[QLatin1String("bPreserveLum")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:150:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  150 |     prm.bMonochrome    = settings()[QLatin1String("bMonochrome")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:153:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  153 |     prm.redRedGain     = settings()[QLatin1String("redRedGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:154:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  154 |     prm.redGreenGain   = settings()[QLatin1String("redGreenGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:155:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  155 |     prm.redBlueGain    = settings()[QLatin1String("redBlueGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:156:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  156 |     prm.greenRedGain   = settings()[QLatin1String("greenRedGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:157:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  157 |     prm.greenGreenGain = settings()[QLatin1String("greenGreenGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:158:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  158 |     prm.greenBlueGain  = settings()[QLatin1String("greenBlueGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:159:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  159 |     prm.blueRedGain    = settings()[QLatin1String("blueRedGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:160:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  160 |     prm.blueGreenGain  = settings()[QLatin1String("blueGreenGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:161:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  161 |     prm.blueBlueGain   = settings()[QLatin1String("blueBlueGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:164:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  164 |     prm.blackRedGain   = settings()[QLatin1String("blackRedGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:165:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  165 |     prm.blackGreenGain = settings()[QLatin1String("blackGreenGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:166:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  166 |     prm.blackBlueGain  = settings()[QLatin1String("blackBlueGain")].toDouble();
      |                          ^
1 warning generated.
1 warning generated.
29 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrectionplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:70:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   70 |     prm.hue        = settings()[QLatin1String("Hue")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:71:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   71 |     prm.saturation = settings()[QLatin1String("Saturation")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:72:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   72 |     prm.lightness  = settings()[QLatin1String("Lightness")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:73:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   73 |     prm.vibrance   = settings()[QLatin1String("Vibrance")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:98:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |     prm.hue        = settings()[QLatin1String("Hue")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:99:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |     prm.saturation = settings()[QLatin1String("Saturation")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:100:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |     prm.lightness  = settings()[QLatin1String("Lightness")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:101:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  101 |     prm.vibrance   = settings()[QLatin1String("Vibrance")].toDouble();
      |                      ^
1 warning generated.
9 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/invert/invert.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/invertfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.cpp:74:17: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   74 |     prm.red   = settings()[QLatin1String("Red")].toDouble();
      |                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.cpp:75:17: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   75 |     prm.green = settings()[QLatin1String("Green")].toDouble();
      |                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.cpp:76:17: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   76 |     prm.blue  = settings()[QLatin1String("Blue")].toDouble();
      |                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.cpp:100:17: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |     prm.red   = settings()[QLatin1String("Red")].toDouble();
      |                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.cpp:101:17: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  101 |     prm.green = settings()[QLatin1String("Green")].toDouble();
      |                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.cpp:102:17: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  102 |     prm.blue  = settings()[QLatin1String("Blue")].toDouble();
      |                 ^
1 warning generated.
7 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:30:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:43:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   43 | const QString fileName  = QLatin1String("advancedrename_testimage.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:44:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   44 | const QString fileName2 = QLatin1String("advancedrename_testimage2.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:45:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   45 | const QString fileName3 = QLatin1String("001a.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:46:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   46 | const QString fileName4 = QLatin1String("test.png");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:47:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   47 | const QString fileName5 = QLatin1String("myfile.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:48:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   48 | const QString fileName6 = QLatin1String("my_file.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:49:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   49 | const QString fileName7 = QLatin1String("holiday_spain_2011_img001.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:50:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   50 | const QString fileName8 = QLatin1String("my images.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:51:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   51 | const QString fileName9 = QLatin1String("holiday_spain_2011_001img.jpg");
      | ^
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:48:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   48 | const QString fileName  = QLatin1String("advancedrename_testimage.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:49:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   49 | const QString fileName2 = QLatin1String("advancedrename_testimage2.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:50:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   50 | const QString fileName3 = QLatin1String("001a.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:51:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   51 | const QString fileName4 = QLatin1String("test.png");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:52:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   52 | const QString fileName5 = QLatin1String("myfile.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:53:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   53 | const QString fileName6 = QLatin1String("my_file.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:54:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   54 | const QString fileName7 = QLatin1String("holiday_spain_2011_img001.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:55:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   55 | const QString fileName8 = QLatin1String("my images.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:56:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   56 | const QString fileName9 = QLatin1String("holiday_spain_2011_001img.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:1157:5: warning: unused QDateTime [-Wclazy-unused-non-trivial-variable]
 1157 |     QDateTime curdate = QDateTime::currentDateTime();
      |     ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:1213:5: warning: unused QDateTime [-Wclazy-unused-non-trivial-variable]
 1213 |     QDateTime curdate = QDateTime::currentDateTime();
      |     ^
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:37:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:478:13: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  478 |     QVERIFY(countRegEx.match(QLatin1String("test (10)")).hasMatch());
      |             ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:479:13: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  479 |     QVERIFY(countRegEx.match(QLatin1String("te st (10)")).hasMatch());
      |             ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:480:13: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  480 |     QVERIFY(countRegEx.match(QLatin1String("te st (0)")).hasMatch());
      |             ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:481:14: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  481 |     QVERIFY(!countRegEx.match(QLatin1String("te st ()")).hasMatch());
      |              ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:482:14: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  482 |     QVERIFY(!countRegEx.match(QLatin1String("te st")).hasMatch());
      |              ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:483:14: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  483 |     QVERIFY(!countRegEx.match(QLatin1String("te st (10) bla")).hasMatch());
      |              ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:489:14: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  489 |     QVERIFY(!countRegEx.match(rootTitle).hasMatch());
      |              ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:495:18: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  495 |         QVERIFY2(countRegEx.match(collectionTitle).hasMatch(), QString::fromUtf8("%1 matching error").arg(collectionTitle).toLatin1().constData());
      |                  ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:501:22: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  501 |             QVERIFY2(countRegEx.match(albumTitle).hasMatch(), QString::fromUtf8("%1 matching error").arg(albumTitle).toLatin1().constData());
      |                      ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:513:14: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  513 |     QVERIFY(!countRegEx.match(rootTitle).hasMatch());
      |              ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:519:19: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  519 |         QVERIFY2(!countRegEx.match(collectionTitle).hasMatch(), QString::fromUtf8("%1 matching error").arg(collectionTitle).toLatin1().constData());
      |                   ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:525:23: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  525 |             QVERIFY2(!countRegEx.match(albumTitle).hasMatch(), QString::fromUtf8("%1 matching error").arg(albumTitle).toLatin1().constData());
      |                       ^
In file included from /home/gilles/Devel/8.x/core/tests/database/databasesqliteinit_utest.cpp:39:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/database/databasesqliteinit_utest.cpp:55:17: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
   55 |     m_tempDir   = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
14 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/database/databaseswitch_utest.cpp:41:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/database/databaseswitch_utest.cpp:63:17: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
   63 |     m_db1Dir    = WSToolUtils::makeTemporaryDir(m_db1Path.toLatin1().data());
      |     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     m_db1Dir.setPath(WSToolUtils::makeTemporaryDir(m_db1Path.toLatin1().data()))
/home/gilles/Devel/8.x/core/tests/database/databaseswitch_utest.cpp:68:17: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
   68 |     m_db2Dir    = WSToolUtils::makeTemporaryDir(m_db2Path.toLatin1().data());
      |     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     m_db2Dir.setPath(WSToolUtils::makeTemporaryDir(m_db2Path.toLatin1().data()))
In file included from /home/gilles/Devel/8.x/core/tests/database/databasemysqlinit_utest.cpp:40:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/database/databasemysqlinit_utest.cpp:61:17: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
   61 |     m_tempDir   = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
3 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/database/databasetags_utest.cpp:33:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/database/databasetags_utest.cpp:35:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/database/haariface_utest.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesalbumitem.h:27:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/database/haariface_utest.cpp:36:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/facesengine/recognition/recognize_cli.cpp:155:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  155 |         const QString trainingContext = QString::fromLatin1("test application");
      |         ^
/home/gilles/Devel/8.x/core/tests/facesengine/recognition/recognize_cli.cpp:200:32: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
  200 |         if (!QFileInfo::exists(trainingImages.value(1).first()))
      |                                ^
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/facesengine/recognition/face_rec_cli.cpp:268:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  268 |         QString testsetFolder    = parser.value(QLatin1String("ts"));
      |         ^
/home/gilles/Devel/8.x/core/tests/facesengine/recognition/face_rec_cli.cpp:269:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  269 |         QString trainingsetFoler = parser.value(QLatin1String("ds"));
      |         ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/alignment/funnelreal.cpp:40:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
/home/gilles/Devel/8.x/core/tests/facesengine/demo/demomainwindow.cpp:113:33: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
  113 |     d->lastFileOpenPath       = QStandardPaths::standardLocations(QStandardPaths::PicturesLocation).first();
      |                                 ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/iojobs/iojobs_utest.cpp:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/iojobs/iojobs_utest.cpp:35:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   35 | const QString testFileName   = QLatin1String("test.png");
      | ^
/home/gilles/Devel/8.x/core/tests/iojobs/iojobs_utest.cpp:38:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   38 | const QString srcFolderName  = QLatin1String("src");
      | ^
/home/gilles/Devel/8.x/core/tests/iojobs/iojobs_utest.cpp:39:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   39 | const QString dstFolderPath  = QLatin1String("dst");
      | ^
/home/gilles/Devel/8.x/core/tests/iojobs/iojobs_utest.cpp:40:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   40 | const QString testFolderName = QLatin1String("test");
      | ^
5 warnings generated.

		

base-class-event

/home/gilles/Devel/8.x/core/libs/widgets/mainview/dxmlguiwindow.cpp:212:25: warning: Return KXmlGuiWindow::eventFilter() instead of false [-Wclazy-base-class-event]
  212 |                         return false;
      |                         ^
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_basic.cpp:52:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_p.h:63:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
1 warning generated.
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/oilpaintfilter.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/oilpaintfilter.h:22:
/home/gilles/Devel/8.x/core/libs/widgets/mainview/dcursortracker.cpp:162:5: warning: Return QLabel::eventFilter() instead of false [-Wclazy-base-class-event]
  162 |     return false;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/normalizefilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/normalizefilter.h:20:
/home/gilles/Devel/8.x/core/libs/progressmanager/statusbarprogresswidget.cpp:398:5: warning: Return QFrame::eventFilter() instead of false [-Wclazy-base-class-event]
  398 |     return false;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/import/importitempropertiessidebar.cpp:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemdelegateoverlay.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_talbum.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_p.h:53:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewtooltip.cpp:202:5: warning: Return Digikam::DItemToolTip::eventFilter() instead of false [-Wclazy-base-class-event]
  202 |     return false;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.cpp:16:
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:256:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  256 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:266:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  266 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:276:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  276 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:286:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  286 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:296:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  296 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:306:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  306 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:316:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  316 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:326:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  326 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:336:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  336 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:346:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  346 |             return false;
      |             ^
10 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_photo.cpp:445:34: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  445 |             if (keyword.contains(QRegularExpression(QLatin1String("(_Digikam_root_tag_/|/_Digikam_root_tag_|_Digikam_root_tag_)"))))
      |                                  ^
/home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_photo.cpp:447:43: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  447 |                 keyword = keyword.replace(QRegularExpression(QLatin1String("(_Digikam_root_tag_/|/_Digikam_root_tag_|_Digikam_root_tag_)")),
      |                                           ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/sharpsettings.cpp:48:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/refocusfilter.h:22:
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/picklabelwidget.cpp:208:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  208 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/picklabelwidget.cpp:218:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  218 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/picklabelwidget.cpp:228:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  228 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/picklabelwidget.cpp:238:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
  238 |             return false;
      |             ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/libsinfodlg.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/dpreviewimage.cpp:1293:9: warning: Return QGraphicsView::eventFilter() instead of false [-Wclazy-base-class-event]
 1293 |         return false;
      |         ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/dpreviewimage.cpp:1306:9: warning: Return QGraphicsView::eventFilter() instead of false [-Wclazy-base-class-event]
 1306 |         return false;
      |         ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/dpreviewimage.cpp:1319:9: warning: Return QGraphicsView::eventFilter() instead of false [-Wclazy-base-class-event]
 1319 |         return false;
      |         ^
/home/gilles/Devel/8.x/core/libs/tags/widgets/addtagscombobox.cpp:209:9: warning: Return Digikam::TagTreeViewSelectComboBox::eventFilter() instead of false [-Wclazy-base-class-event]
  209 |         return false;
      |         ^
/home/gilles/Devel/8.x/core/libs/tags/widgets/addtagscombobox.cpp:278:9: warning: Return Digikam::TagTreeViewSelectComboBox::eventFilter() instead of false [-Wclazy-base-class-event]
  278 |         return false;
      |         ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albummodificationhelper.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/widgets/layout/sidebar.cpp:409:17: warning: Return Digikam::DMultiTabBar::eventFilter() instead of false [-Wclazy-base-class-event]
  409 |                 return false;
      |                 ^
/home/gilles/Devel/8.x/core/libs/widgets/layout/sidebar.cpp:420:17: warning: Return Digikam::DMultiTabBar::eventFilter() instead of false [-Wclazy-base-class-event]
  420 |                 return false;
      |                 ^
/home/gilles/Devel/8.x/core/libs/widgets/layout/sidebar.cpp:428:17: warning: Return Digikam::DMultiTabBar::eventFilter() instead of false [-Wclazy-base-class-event]
  428 |                 return false;
      |                 ^
/home/gilles/Devel/8.x/core/libs/widgets/layout/sidebar.cpp:436:17: warning: Return Digikam::DMultiTabBar::eventFilter() instead of false [-Wclazy-base-class-event]
  436 |                 return false;
      |                 ^
/home/gilles/Devel/8.x/core/libs/widgets/layout/sidebar.cpp:440:17: warning: Return Digikam::DMultiTabBar::eventFilter() instead of false [-Wclazy-base-class-event]
  440 |                 return false;
      |                 ^
1 warning generated.
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/video/manager/vidslidethread.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/video/manager/vidslidethread.h:20:
/home/gilles/Devel/8.x/core/app/date/ddateedit.cpp:459:5: warning: Return QComboBox::eventFilter() instead of false [-Wclazy-base-class-event]
  459 |     return false;
      |     ^
17 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/date/ddatetable.cpp:18:
In file included from /home/gilles/Devel/8.x/core/app/date/ddatetable_p.h:20:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:1268:5: warning: Return Digikam::MapBackend::eventFilter() instead of false [-Wclazy-base-class-event]
 1268 |     return false;
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/widgets/htmlwidget_qwebengine.cpp:434:5: warning: Return QWebEngineView::eventFilter() instead of false [-Wclazy-base-class-event]
  434 |     return false;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/digikamitemdelegate.cpp:18:
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/digikamitemdelegate.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/digikamitemdelegate.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/dialog/geolocationedit.cpp:507:13: warning: Return Digikam::DPluginDialog::eventFilter() instead of false [-Wclazy-base-class-event]
  507 |             return false;
      |             ^
1 warning generated.
8 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/wizard/expoblendingitemspage.cpp:33:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/metadataeditdialog.cpp:354:9: warning: Return Digikam::DPluginDialog::eventFilter() instead of false [-Wclazy-base-class-event]
  354 |         return false;
      |         ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/metadataeditdialog.cpp:357:5: warning: Return Digikam::DPluginDialog::eventFilter() instead of false [-Wclazy-base-class-event]
  357 |     return false;
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/dplugins/generic/view/slideshow/common/slideshowloader.cpp:606:9: warning: Return QStackedWidget::eventFilter() instead of false [-Wclazy-base-class-event]
  606 |         return false;
      |         ^
1 warning generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/dngconverter/dngconverterdialog.cpp:46:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/dngconverter/dngconverterlist.h:23:
/home/gilles/Devel/8.x/core/dplugins/editor/colors/adjustlevels/adjustlevelstool.cpp:385:13: warning: Return Digikam::EditorToolThreaded::eventFilter() instead of false [-Wclazy-base-class-event]
  385 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/dplugins/editor/colors/adjustlevels/adjustlevelstool.cpp:397:13: warning: Return Digikam::EditorToolThreaded::eventFilter() instead of false [-Wclazy-base-class-event]
  397 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/dplugins/editor/colors/adjustlevels/adjustlevelstool.cpp:401:13: warning: Return Digikam::EditorToolThreaded::eventFilter() instead of false [-Wclazy-base-class-event]
  401 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/dplugins/editor/colors/adjustlevels/adjustlevelstool.cpp:415:13: warning: Return Digikam::EditorToolThreaded::eventFilter() instead of false [-Wclazy-base-class-event]
  415 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/dplugins/editor/colors/adjustlevels/adjustlevelstool.cpp:427:13: warning: Return Digikam::EditorToolThreaded::eventFilter() instead of false [-Wclazy-base-class-event]
  427 |             return false;
      |             ^
/home/gilles/Devel/8.x/core/dplugins/editor/colors/adjustlevels/adjustlevelstool.cpp:431:13: warning: Return Digikam::EditorToolThreaded::eventFilter() instead of false [-Wclazy-base-class-event]
  431 |             return false;
      |             ^
2 warnings generated.
7 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/adjustcurves/adjustcurvestool.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/dplugins/editor/transform/contentawareresize/contentawareresizetool.cpp:840:5: warning: Return Digikam::EditorToolThreaded::eventFilter() instead of false [-Wclazy-base-class-event]
  840 |     return false;
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/rawimport/native/rawimport.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/raw/rawprocessingfilter.h:20:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwindow.cpp:369:13: warning: Return Digikam::WSToolDialog::eventFilter() instead of false [-Wclazy-base-class-event]
  369 |             return false;
      |             ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/wizard/panoitemspage.cpp:33:
		

container-anti-pattern

/home/gilles/Devel/8.x/core/libs/widgets/text/modelcompleter.cpp:204:17: warning: allocating an unneeded temporary container [-Wclazy-container-anti-pattern]
  204 |             if (d->idToTextHash.keys(itemName).isEmpty())
      |                 ^
/home/gilles/Devel/8.x/core/libs/widgets/text/modelcompleter.cpp:285:13: warning: allocating an unneeded temporary container [-Wclazy-container-anti-pattern]
  285 |         if (d->idToTextHash.values().count(itemName) == 1)
      |             ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/sendbymail/wizard/mailintropage.cpp:216:19: warning: allocating an unneeded temporary container [-Wclazy-container-anti-pattern]
  216 |     QString val = d->wizard->settings()->binPaths.values().join(QString());
      |                   ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/calendar/wizard/caltemplate.cpp:29:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/calendar/wizard/calmonthwidget.h:30:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/calendar/wizard/calwizard.cpp:341:17: warning: allocating an unneeded temporary container [-Wclazy-container-anti-pattern]
  341 |     int month = d->months.keys().at(page);
      |                 ^
1 warning generated.
		

detaching-temporary

/home/gilles/Devel/8.x/core/dplugins/generic/webservices/box/boxtalker.cpp:440:25: warning: Don't call QJsonObject::operator[]() on temporary [-Wclazy-detaching-temporary]
  440 |     QString name      = doc.object()[QLatin1String("name")].toString();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/dropbox/dbtalker.cpp:441:30: warning: Don't call QJsonObject::operator[]() on temporary [-Wclazy-detaching-temporary]
  441 |     QJsonObject jsonObject = doc.object()[QLatin1String("name")].toObject();
      |                              ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/dialogs/presentation_mainpage.cpp:42:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:248:19: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  248 |     d->username = d->o1->extraTokens()[QLatin1String("username")].toString();
      |                   ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:249:19: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  249 |     d->userId   = d->o1->extraTokens()[QLatin1String("user_nsid")].toString();
      |                   ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurtalker.cpp:172:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  172 |                             d->auth.extraTokens()[QLatin1String("account_username")].toString());
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurtalker.cpp:227:25: warning: Don't call QJsonObject::operator[]() on temporary [-Wclazy-detaching-temporary]
  227 |         auto data     = response.object()[QLatin1String("data")].toObject();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurtalker.cpp:284:24: warning: Don't call QJsonObject::operator[]() on temporary [-Wclazy-detaching-temporary]
  284 |             auto msg = response.object()[QLatin1String("data")]
      |                        ^
4 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackplugin.cpp:27:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackwindow.h:26:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/onedrive/odtalker.cpp:461:25: warning: Don't call QJsonObject::operator[]() on temporary [-Wclazy-detaching-temporary]
  461 |     QString name      = doc.object()[QLatin1String("displayName")].toString();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatbrowserdlg.cpp:208:31: warning: Don't call QJsonObject::operator[]() on temporary [-Wclazy-detaching-temporary]
  208 |         Q_EMIT signalApiToken(doc.object()[key].toString(),
      |                               ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/onedrive/odwindow.cpp:35:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/twitter/twittertalker.cpp:830:25: warning: Don't call QJsonObject::operator[]() on temporary [-Wclazy-detaching-temporary]
  830 |         QString state = processingInfo.toObject()[QLatin1String("state")].toString();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/twitter/twittertalker.cpp:835:32: warning: Don't call QJsonObject::operator[]() on temporary [-Wclazy-detaching-temporary]
  835 |             QTimer::singleShot(processingInfo.toObject()[QLatin1String("check_after_secs")].toInt()*1000 /*msec*/,
      |                                ^
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/dimg/magickloader_cli.cpp:200:46: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
  200 |                                              QStandardPaths::standardLocations(QStandardPaths::PicturesLocation).first(),
      |                                              ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavorites.cpp:763:40: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
  763 |                                 curr = fitem->urls().first().toLocalFile();
      |                                        ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavorites.cpp:763:40: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoritelist.cpp:15:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitem.cpp:193:16: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
  193 |         return urls().first();
      |                ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitemdlg.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitemdlg.h:28:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitemdlg.cpp:689:21: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
  689 |     QDate lowDate = getItemDates().first();
      |                     ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitemdlg.cpp:703:22: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
  703 |     QDate highDate = getItemDates().last();
      |                      ^
1 warning generated.
9 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/applytags_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/applytags_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/applytags_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/applytags_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfotoinfoiface.cpp:24:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:61:33: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
   61 |     d->thumbBar->setCurrentInfo(d->thumbBar->showfotoItemInfos().first());
      |                                 ^
/home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:62:17: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
   62 |     slotOpenUrl(d->thumbBar->showfotoItemInfos().first());
      |                 ^
/home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:73:33: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
   73 |     d->thumbBar->setCurrentInfo(d->thumbBar->showfotoItemInfos().last());
      |                                 ^
/home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:74:17: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
   74 |     slotOpenUrl(d->thumbBar->showfotoItemInfos().last());
      |                 ^
21 warnings generated.
/home/gilles/Devel/8.x/core/tests/multithreading/main.cpp:44:58: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
   44 |                                                          QStandardPaths::standardLocations(QStandardPaths::PicturesLocation).first(),
      |                                                          ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/multithreading/processordlg.cpp:35:
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgparsing_utest.cpp:50:19: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
   50 |         QCOMPARE( makeTagString(info, howToFormat, QLatin1String("OSM")).last(), QLatin1String("My Tags/France/Paris"));
      |                   ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgparsing_utest.cpp:64:19: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
   64 |         QCOMPARE( makeTagString(info, howToFormat, QLatin1String("OSM")).last(), QString::fromUtf8("My Tags/Germany/Düsseldorf") );
      |                   ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgparsing_utest.cpp:78:19: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
   78 |         QCOMPARE( makeTagString(info, howToFormat, QLatin1String("OSM")).last(), QString::fromUtf8("My Tags/中国/北京市") );
      |                   ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgparsing_utest.cpp:92:19: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
   92 |         QCOMPARE( makeTagString(info, howToFormat, QLatin1String("OSM")).last(), QString::fromUtf8("My Tags/România/București"));
      |                   ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgparsing_utest.cpp:106:19: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
  106 |         QCOMPARE( makeTagString(info, howToFormat, QLatin1String("OSM")).last(), QString::fromUtf8("My Tags/București"));
      |                   ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgparsing_utest.cpp:120:19: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
  120 |         QCOMPARE( makeTagString(info, howToFormat, QLatin1String("OSM")).last(), QString::fromUtf8("My Tags/România"));
      |                   ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgparsing_utest.cpp:134:19: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
  134 |         QCOMPARE( makeTagString(info, howToFormat, QLatin1String("OSM")).last(), QString::fromUtf8("My Tags/"));
      |                   ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgparsing_utest.cpp:148:19: warning: Don't call QList::last() on temporary [-Wclazy-detaching-temporary]
  148 |         QCOMPARE( makeTagString(info, howToFormat, QLatin1String("OSM")).last(), QString::fromUtf8("My Tags"));
      |                   ^
8 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/geolocation/editor/gpsimageitem_utest.cpp:29:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
/home/gilles/Devel/8.x/core/tests/mediaserver/dmediaserver_cli.cpp:51:59: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
   51 |                                                           QStandardPaths::standardLocations(QStandardPaths::PicturesLocation).first(),
      |                                                           ^
1 warning generated.
/home/gilles/Devel/8.x/core/tests/mjpegstream/mjpegstream_cli.cpp:51:59: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
   51 |                                                           QStandardPaths::standardLocations(QStandardPaths::PicturesLocation).first(),
      |                                                           ^
1 warning generated.
/home/gilles/Devel/8.x/core/tests/dimg/dimghistorygraph_utest.cpp:58:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
   58 |     collectionDir = QDir::temp();
      |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~
      |     collectionDir.setPath(QDir::temp())
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgf.cpp:80:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   80 |         set.insert(QLatin1String("quality"),  settings()[QLatin1String("quality")].toInt());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgf.cpp:81:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   81 |         set.insert(QLatin1String("lossless"), settings()[QLatin1String("lossless")].toBool());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgf.cpp:97:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |             settings.insert(QLatin1String("quality"),  PGFBox->settings()[QLatin1String("quality")].toInt());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgf.cpp:98:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |             settings.insert(QLatin1String("lossless"), PGFBox->settings()[QLatin1String("lossless")].toBool());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgf.cpp:116:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  116 |     bool lossless = settings()[QLatin1String("lossless")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgf.cpp:117:67: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  117 |     image().setAttribute(QLatin1String("quality"), lossless ? 0 : settings()[QLatin1String("quality")].toInt());
      |                                                                   ^
6 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavif.cpp:82:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   82 |         set.insert(QLatin1String("quality"),  settings()[QLatin1String("quality")].toInt());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavif.cpp:83:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   83 |         set.insert(QLatin1String("lossless"), settings()[QLatin1String("lossless")].toBool());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavif.cpp:99:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |             settings.insert(QLatin1String("quality"),  AVIFBox->settings()[QLatin1String("quality")].toInt());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavif.cpp:100:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |             settings.insert(QLatin1String("lossless"), AVIFBox->settings()[QLatin1String("lossless")].toBool());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavif.cpp:118:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  118 |     bool lossless = settings()[QLatin1String("lossless")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavif.cpp:119:69: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  119 |     image().setAttribute(QLatin1String("quality"), lossless ? 100 : settings()[QLatin1String("quality")].toInt());
      |                                                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpeg.cpp:81:50: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   81 |         set.insert(QLatin1String("quality"),     settings()[QLatin1String("quality")].toInt());
      |                                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpeg.cpp:82:50: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   82 |         set.insert(QLatin1String("subsampling"), settings()[QLatin1String("subsampling")].toInt());
      |                                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpeg.cpp:98:59: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |             settings.insert(QLatin1String("quality"),     JPGBox->settings()[QLatin1String("quality")].toInt());
      |                                                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpeg.cpp:99:59: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |             settings.insert(QLatin1String("subsampling"), JPGBox->settings()[QLatin1String("subsampling")].toInt());
      |                                                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpeg.cpp:117:68: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  117 |     int JPEGCompression = DImgLoader::convertCompressionForLibJpeg(settings()[QLatin1String("quality")].toInt());
      |                                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpeg.cpp:119:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  119 |     image().setAttribute(QLatin1String("subsampling"), settings()[QLatin1String("subsampling")].toInt());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxl.cpp:82:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   82 |         set.insert(QLatin1String("quality"),  settings()[QLatin1String("quality")].toInt());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxl.cpp:83:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   83 |         set.insert(QLatin1String("lossless"), settings()[QLatin1String("lossless")].toBool());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxl.cpp:99:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |             settings.insert(QLatin1String("quality"),  JXLBox->settings()[QLatin1String("quality")].toInt());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxl.cpp:100:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |             settings.insert(QLatin1String("lossless"), JXLBox->settings()[QLatin1String("lossless")].toBool());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxl.cpp:118:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  118 |     bool lossless = settings()[QLatin1String("lossless")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxl.cpp:119:69: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  119 |     image().setAttribute(QLatin1String("quality"), lossless ? 100 : settings()[QLatin1String("quality")].toInt());
      |                                                                     ^
6 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttotiff/converttotiff.cpp:78:48: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   78 |         set.insert(QLatin1String("compress"),  settings()[QLatin1String("compress")].toBool());
      |                                                ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttotiff/converttotiff.cpp:94:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   94 |             settings.insert(QLatin1String("compress"), TIFBox->settings()[QLatin1String("compress")].toBool());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttotiff/converttotiff.cpp:112:53: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  112 |     image().setAttribute(QLatin1String("compress"), settings()[QLatin1String("compress")].toBool());
      |                                                     ^
6 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopng/converttopng.cpp:93:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   93 |         set.insert(QLatin1String("quality"),  settings()[QLatin1String("quality")].toInt());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopng/converttopng.cpp:109:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  109 |             settings.insert(QLatin1String("quality"),  PNGBox->settings()[QLatin1String("quality")].toInt());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopng/converttopng.cpp:127:66: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  127 |     int PNGCompression = DImgLoader::convertCompressionForLibPng(settings()[QLatin1String("quality")].toInt());
      |                                                                  ^
6 warnings generated.
3 warnings generated.
3 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebp.cpp:82:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   82 |         set.insert(QLatin1String("quality"),  settings()[QLatin1String("quality")].toInt());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebp.cpp:83:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   83 |         set.insert(QLatin1String("lossless"), settings()[QLatin1String("lossless")].toBool());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebp.cpp:99:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |             settings.insert(QLatin1String("quality"),  WEBPBox->settings()[QLatin1String("quality")].toInt());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebp.cpp:100:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |             settings.insert(QLatin1String("lossless"), WEBPBox->settings()[QLatin1String("lossless")].toBool());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebp.cpp:118:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  118 |     bool lossless = settings()[QLatin1String("lossless")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebp.cpp:119:69: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  119 |     image().setAttribute(QLatin1String("quality"), lossless ? 100 : settings()[QLatin1String("quality")].toInt());
      |                                                                     ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/borderplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/bordersettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/borderfilter.h:26:
/home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscript.cpp:145:34: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  145 |     d->comboBox->setCurrentIndex(settings()[QLatin1String("Output filetype")].toInt());
      |                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscript.cpp:147:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  147 |     QString txt       = settings()[QLatin1String("Script")].toString();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscript.cpp:170:20: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  170 |     int filetype = settings()[QLatin1String("Output filetype")].toInt();
      |                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscript.cpp:227:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  227 |     QString script = settings()[QLatin1String("Script")].toString();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscript.cpp:301:13: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  301 |     process.start(QLatin1String("/bin/bash"), QStringList() << QLatin1String("-c") << script);
      |             ^~~~~
      |             startCommand
1 warning generated.
5 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodng.cpp:76:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   76 |         DNGBox->setCompressLossLess(settings()[QLatin1String("CompressLossLess")].toBool());
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodng.cpp:77:32: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   77 |         DNGBox->setPreviewMode(settings()[QLatin1String("PreviewMode")].toInt());
      |                                ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodng.cpp:78:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   78 |         DNGBox->setBackupOriginalRawFile(settings()[QLatin1String("BackupOriginalRawFile")].toBool());
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodng.cpp:140:45: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  140 |     m_dngProcessor.setBackupOriginalRawFile(settings()[QLatin1String("BackupOriginalRawFile")].toBool());
      |                                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodng.cpp:141:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  141 |     m_dngProcessor.setCompressLossLess(settings()[QLatin1String("CompressLossLess")].toBool());
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodng.cpp:142:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  142 |     m_dngProcessor.setPreviewMode(settings()[QLatin1String("PreviewMode")].toInt());
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2.cpp:79:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   79 |         set.insert(QLatin1String("quality"),  settings()[QLatin1String("quality")].toInt());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2.cpp:80:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   80 |         set.insert(QLatin1String("lossless"), settings()[QLatin1String("lossless")].toBool());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2.cpp:96:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   96 |             settings.insert(QLatin1String("quality"),  JP2Box->settings()[QLatin1String("quality")].toInt());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2.cpp:97:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |             settings.insert(QLatin1String("lossless"), JP2Box->settings()[QLatin1String("lossless")].toBool());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2.cpp:115:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  115 |     bool lossless = settings()[QLatin1String("lossless")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2.cpp:116:69: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  116 |     image().setAttribute(QLatin1String("quality"), lossless ? 100 : settings()[QLatin1String("quality")].toInt());
      |                                                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheif.cpp:80:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   80 |         set.insert(QLatin1String("quality"),  settings()[QLatin1String("quality")].toInt());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheif.cpp:81:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   81 |         set.insert(QLatin1String("lossless"), settings()[QLatin1String("lossless")].toBool());
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheif.cpp:97:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |             settings.insert(QLatin1String("quality"),  HEIFBox->settings()[QLatin1String("quality")].toInt());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheif.cpp:98:56: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |             settings.insert(QLatin1String("lossless"), HEIFBox->settings()[QLatin1String("lossless")].toBool());
      |                                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheif.cpp:116:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  116 |     bool lossless = settings()[QLatin1String("lossless")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheif.cpp:117:67: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  117 |     image().setAttribute(QLatin1String("quality"), lossless ? 0 : settings()[QLatin1String("quality")].toInt());
      |                                                                   ^
6 warnings generated.
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/bordersettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/borderfilter.h:26:
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:86:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   86 |     prm.preserveAspectRatio   = settings()[QLatin1String("preserveAspectRatio")].toBool();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:87:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   87 |     prm.borderType            = settings()[QLatin1String("borderType")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:88:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   88 |     prm.borderWidth1          = settings()[QLatin1String("borderWidth1")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:89:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   89 |     prm.borderWidth2          = settings()[QLatin1String("borderWidth2")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:90:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   90 |     prm.borderWidth3          = settings()[QLatin1String("borderWidth3")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:91:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   91 |     prm.borderWidth4          = settings()[QLatin1String("borderWidth4")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:92:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   92 |     prm.borderPercent         = settings()[QLatin1String("borderPercent")].toDouble();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:93:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   93 |     prm.borderPath            = settings()[QLatin1String("borderPath")].toString();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:94:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   94 |     prm.solidColor            = settings()[QLatin1String("solidColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:95:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   95 |     prm.niepceBorderColor     = settings()[QLatin1String("niepceBorderColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:96:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   96 |     prm.niepceLineColor       = settings()[QLatin1String("niepceLineColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:97:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |     prm.bevelUpperLeftColor   = settings()[QLatin1String("bevelUpperLeftColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:98:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |     prm.bevelLowerRightColor  = settings()[QLatin1String("bevelLowerRightColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:99:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |     prm.decorativeFirstColor  = settings()[QLatin1String("decorativeFirstColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:100:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |     prm.decorativeSecondColor = settings()[QLatin1String("decorativeSecondColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:137:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  137 |     prm.preserveAspectRatio   = settings()[QLatin1String("preserveAspectRatio")].toBool();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:138:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  138 |     prm.borderType            = settings()[QLatin1String("borderType")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:139:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  139 |     prm.borderWidth1          = settings()[QLatin1String("borderWidth1")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:140:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  140 |     prm.borderWidth2          = settings()[QLatin1String("borderWidth2")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:141:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  141 |     prm.borderWidth3          = settings()[QLatin1String("borderWidth3")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:142:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  142 |     prm.borderWidth4          = settings()[QLatin1String("borderWidth4")].toInt();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:143:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  143 |     prm.borderPercent         = settings()[QLatin1String("borderPercent")].toDouble();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:144:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  144 |     prm.borderPath            = settings()[QLatin1String("borderPath")].toString();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:145:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  145 |     prm.solidColor            = settings()[QLatin1String("solidColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:146:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  146 |     prm.niepceBorderColor     = settings()[QLatin1String("niepceBorderColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:147:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  147 |     prm.niepceLineColor       = settings()[QLatin1String("niepceLineColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:148:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  148 |     prm.bevelUpperLeftColor   = settings()[QLatin1String("bevelUpperLeftColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:149:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  149 |     prm.bevelLowerRightColor  = settings()[QLatin1String("bevelLowerRightColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:150:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  150 |     prm.decorativeFirstColor  = settings()[QLatin1String("decorativeFirstColor")].value<QColor>();
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.cpp:151:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  151 |     prm.decorativeSecondColor = settings()[QLatin1String("decorativeSecondColor")].value<QColor>();
      |                                 ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:50:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfilter.h:22:
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:519:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  519 |     d->useImageRadioButton->setChecked(settings()[QLatin1String("Use image")].toBool());
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:520:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  520 |     d->useTextRadioButton->setChecked(!settings()[QLatin1String("Use image")].toBool());
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:521:46: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  521 |     d->imageFileUrlRequester->setFileDlgPath(settings()[QLatin1String("Watermark image")].toString());
      |                                              ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:523:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  523 |     QString txt       = settings()[QLatin1String("Text")].toString();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:530:64: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  530 |     d->extendedFontChooserWidget->setFont(qvariant_cast<QFont>(settings()[QLatin1String("Font")]));
      |                                                                ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:531:34: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  531 |     d->fontColorButton->setColor(settings()[QLatin1String("Color")].toString());
      |                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:532:30: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  532 |     d->textOpacity->setValue(settings()[QLatin1String("Text opacity")].toInt());
      |                              ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:533:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  533 |     d->useBackgroundCheckBox->setChecked(settings()[QLatin1String("Use background")].toBool());
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:534:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  534 |     d->backgroundColorButton->setColor(settings()[QLatin1String("Background color")].toString());
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:535:36: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  535 |     d->backgroundOpacity->setValue(settings()[QLatin1String("Background opacity")].toInt());
      |                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:536:51: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  536 |     d->placementPositionComboBox->setCurrentIndex(settings()[QLatin1String("PlacementType")].toInt());
      |                                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:537:44: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  537 |     d->denseRepetitionCheckBox->setChecked(settings()[QLatin1String("Dense Repetition")].toBool());
      |                                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:538:46: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  538 |     d->randomizeRotationCheckBox->setChecked(settings()[QLatin1String("Randomize Rotation")].toBool());
      |                                              ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:539:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  539 |     d->sparsityFactorSpinBox->setValue(settings()[QLatin1String("Sparsity Factor")].toDouble());
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:540:51: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  540 |     d->placementPositionComboBox->setCurrentIndex(settings()[QLatin1String("Placement")].toInt());
      |                                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:541:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  541 |     d->rotationComboBox->setCurrentIndex(settings()[QLatin1String("Rotation")].toInt());
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:542:39: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  542 |     d->waterMarkSizePercent->setValue(settings()[QLatin1String("Watermark size")].toInt());
      |                                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:543:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  543 |     d->xMarginInput->setValue(settings()[QLatin1String("X margin")].toInt());
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:544:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  544 |     d->yMarginInput->setValue(settings()[QLatin1String("Y margin")].toInt());
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:545:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  545 |     d->waterMarkOpacityPercent->setValue(settings()[QLatin1String("Opacity")].toInt());
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:607:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  607 |     QString fileName                             = settings()[QLatin1String("Watermark image")].toString();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:608:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  608 |     int placementPosition                        = settings()[QLatin1String("Placement")].toInt();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:609:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  609 |     int placementType                            = settings()[QLatin1String("PlacementType")].toInt();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:610:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  610 |     bool denseRepetition                         = settings()[QLatin1String("Dense Repetition")].toBool();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:611:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  611 |     bool randomizeRotation                       = settings()[QLatin1String("Randomize Rotation")].toBool();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:612:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  612 |     double userSparsityFactor                    = settings()[QLatin1String("Sparsity Factor")].toDouble();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:613:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  613 |     int size                                     = settings()[QLatin1String("Watermark size")].toInt();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:614:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  614 |     int xMargin                                  = settings()[QLatin1String("X margin")].toInt();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:615:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  615 |     int yMargin                                  = settings()[QLatin1String("Y margin")].toInt();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:616:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  616 |     bool useImage                                = settings()[QLatin1String("Use image")].toBool();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:617:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  617 |     QString text                                 = settings()[QLatin1String("Text")].toString();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:618:73: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  618 |     QFont font                                   = qvariant_cast<QFont>(settings()[QLatin1String("Font")]);
      |                                                                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:620:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  620 |     QColor fontColor                             = settings()[QLatin1String("Color")].toString();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:621:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  621 |     int textOpacity                              = settings()[QLatin1String("Text opacity")].toInt();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:622:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  622 |     bool useBackground                           = settings()[QLatin1String("Use background")].toBool();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:623:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  623 |     QColor backgroundColor                       = settings()[QLatin1String("Background color")].toString();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:624:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  624 |     int backgroundOpacity                        = settings()[QLatin1String("Background opacity")].toInt();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:625:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  625 |     Qt::AspectRatioMode watermarkAspectRatioMode = settings()[QLatin1String("Ignore Watermark Aspect Ratio")].toBool() ?
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:627:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  627 |     bool useAbsoluteSize                         = settings()[QLatin1String("Use Absolute Size")].toBool();
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:633:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  633 |     int rotationIndex = settings()[QLatin1String("Rotation")].toInt();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:634:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  634 |     double opacity                               = settings()[QLatin1String("Opacity")].toInt()/100.0;
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:635:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  635 |     bool addTransparency                         = settings()[QLatin1String("Add transparency")].toBool();
      |                                                    ^
43 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/texture.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/texturefilter.h:26:
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/texture.cpp:71:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   71 |     prm.blendGain   = settings()[QLatin1String("blendGain")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/texture.cpp:72:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   72 |     prm.textureType = settings()[QLatin1String("textureType")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/texture.cpp:96:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   96 |     prm.blendGain   = settings()[QLatin1String("blendGain")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/texture.cpp:97:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |     prm.textureType = settings()[QLatin1String("textureType")].toInt();
      |                       ^
5 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntemplate/assigntemplate.cpp:71:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   71 |     QString title = settings()[QLatin1String("TemplateTitle")].toString();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntemplate/assigntemplate.cpp:116:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  116 |     QString title = settings()[QLatin1String("TemplateTitle")].toString();
      |                     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:148:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  148 |     bool setPick     = settings()[QLatin1String("SetPick")].toBool();
      |                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:149:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  149 |     PickLabel pick   = (PickLabel)settings()[QLatin1String("PickLabel")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:150:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  150 |     bool setColor    = settings()[QLatin1String("SetColor")].toBool();
      |                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:151:36: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  151 |     ColorLabel color = (ColorLabel)settings()[QLatin1String("ColorLabel")].toInt();
      |                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:152:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  152 |     bool setRating   = settings()[QLatin1String("SetRating")].toBool();
      |                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:153:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  153 |     int rating       = settings()[QLatin1String("RatingValue")].toInt();
      |                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:199:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  199 |     bool setPick     = settings()[QLatin1String("SetPick")].toBool();
      |                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:200:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  200 |     PickLabel pick   = (PickLabel)settings()[QLatin1String("PickLabel")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:201:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  201 |     bool setColor    = settings()[QLatin1String("SetColor")].toBool();
      |                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:202:36: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  202 |     ColorLabel color = (ColorLabel)settings()[QLatin1String("ColorLabel")].toInt();
      |                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:203:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  203 |     bool setRating   = settings()[QLatin1String("SetRating")].toBool();
      |                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:204:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  204 |     int rating       = settings()[QLatin1String("RatingValue")].toInt();
      |                        ^
12 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:161:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  161 |     bool setTitles                = settings()[QLatin1String("SetTitles")].toBool();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:162:75: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  162 |     MetaEngine::AltLangMap titles = qvariant_cast<MetaEngine::AltLangMap>(settings()[QLatin1String("TitleValues")]);
      |                                                                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:163:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  163 |     bool setCaptions              = settings()[QLatin1String("SetCaptions")].toBool();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:164:64: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  164 |     CaptionsMap captions          = qvariant_cast<CaptionsMap>(settings()[QLatin1String("CaptionValues")]);
      |                                                                ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:165:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  165 |     bool cleanup                  = settings()[QLatin1String("CleanUp")].toBool();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:218:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  218 |     bool setTitles                = settings()[QLatin1String("SetTitles")].toBool();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:219:75: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  219 |     MetaEngine::AltLangMap titles = qvariant_cast<MetaEngine::AltLangMap>(settings()[QLatin1String("TitleValues")]);
      |                                                                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:220:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  220 |     bool setCaptions              = settings()[QLatin1String("SetCaptions")].toBool();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:221:64: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  221 |     CaptionsMap captions          = qvariant_cast<CaptionsMap>(settings()[QLatin1String("CaptionValues")]);
      |                                                                ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:222:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  222 |     bool cleanup                  = settings()[QLatin1String("CleanUp")].toBool();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/applymetadata/applymetadata.cpp:113:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  113 |     d->fileSelector->setFileDlgPath(settings()[QLatin1String("MetadataFile")].toString());
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/applymetadata/applymetadata.cpp:144:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  144 |     QFileInfo metaInfo(settings()[QLatin1String("MetadataFile")].toString());
      |                        ^
2 warnings generated.
10 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntags/assigntags.cpp:136:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  136 |     int model         = settings()[QLatin1String("AutoTagModel")].toInt();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntags/assigntags.cpp:139:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  139 |     QStringList langs = settings()[QLatin1String("TrAutoTagsLangs")].toStringList();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntags/assigntags.cpp:188:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  188 |     int model         = settings()[QLatin1String("AutoTagModel")].toInt();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntags/assigntags.cpp:189:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  189 |     QStringList langs = settings()[QLatin1String("TrAutoTagsLangs")].toStringList();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:143:45: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  143 |                                             settings()[QLatin1String("SettingsSelected")].toInt());
      |                                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:145:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  145 |     prm.detectBlur          = settings()[QLatin1String("CustomSettingsDetectBlur")].toBool();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:146:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  146 |     prm.detectNoise         = settings()[QLatin1String("CustomSettingsDetectNoise")].toBool();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:147:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  147 |     prm.detectCompression   = settings()[QLatin1String("CustomSettingsDetectCompression")].toBool();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:148:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  148 |     prm.detectExposure      = settings()[QLatin1String("CustomSettingsDetectExposure")].toBool();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:149:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  149 |     prm.detectAesthetic     = settings()[QLatin1String("CustomSettingsDetectAesthetic")].toBool();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:150:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  150 |     prm.lowQRejected        = settings()[QLatin1String("CustomSettingsLowQRejected")].toBool();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:151:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  151 |     prm.mediumQPending      = settings()[QLatin1String("CustomSettingsMediumQPending")].toBool();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:152:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  152 |     prm.highQAccepted       = settings()[QLatin1String("CustomSettingsHighQAccepted")].toBool();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:153:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  153 |     prm.rejectedThreshold   = settings()[QLatin1String("CustomSettingsRejectedThreshold")].toInt();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:154:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  154 |     prm.pendingThreshold    = settings()[QLatin1String("CustomSettingsPendingThreshold")].toInt();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:155:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  155 |     prm.acceptedThreshold   = settings()[QLatin1String("CustomSettingsAcceptedThreshold")].toInt();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:156:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  156 |     prm.blurWeight          = settings()[QLatin1String("CustomSettingsBlurWeight")].toInt();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:157:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  157 |     prm.noiseWeight         = settings()[QLatin1String("CustomSettingsNoiseWeight")].toInt();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:158:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  158 |     prm.compressionWeight   = settings()[QLatin1String("CustomSettingsCompressionWeight")].toInt();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:159:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  159 |     prm.exposureWeight      = settings()[QLatin1String("CustomSettingsExposureWeight")].toInt();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:218:51: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  218 |                                                   settings()[QLatin1String("SettingsSelected")].toInt();
      |                                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:227:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  227 |         prm.detectBlur          = settings()[QLatin1String("CustomSettingsDetectBlur")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:228:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  228 |         prm.detectNoise         = settings()[QLatin1String("CustomSettingsDetectNoise")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:229:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  229 |         prm.detectCompression   = settings()[QLatin1String("CustomSettingsDetectCompression")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:230:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  230 |         prm.detectExposure      = settings()[QLatin1String("CustomSettingsDetectExposure")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:231:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  231 |         prm.detectAesthetic     = settings()[QLatin1String("CustomSettingsDetectAesthetic")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:232:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  232 |         prm.lowQRejected        = settings()[QLatin1String("CustomSettingsLowQRejected")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:233:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  233 |         prm.mediumQPending      = settings()[QLatin1String("CustomSettingsMediumQPending")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:234:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  234 |         prm.highQAccepted       = settings()[QLatin1String("CustomSettingsHighQAccepted")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:235:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  235 |         prm.rejectedThreshold   = settings()[QLatin1String("CustomSettingsRejectedThreshold")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:236:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  236 |         prm.pendingThreshold    = settings()[QLatin1String("CustomSettingsPendingThreshold")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:237:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  237 |         prm.acceptedThreshold   = settings()[QLatin1String("CustomSettingsAcceptedThreshold")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:238:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  238 |         prm.blurWeight          = settings()[QLatin1String("CustomSettingsBlurWeight")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:239:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  239 |         prm.noiseWeight         = settings()[QLatin1String("CustomSettingsNoiseWeight")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:240:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  240 |         prm.compressionWeight   = settings()[QLatin1String("CustomSettingsCompressionWeight")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:241:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  241 |         prm.exposureWeight      = settings()[QLatin1String("CustomSettingsExposureWeight")].toInt();
      |                                   ^
4 warnings generated.
32 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:174:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  174 |     d->removeExif->setChecked(settings()[QLatin1String("RemoveExif")].toBool());
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:175:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  175 |     d->removeIptc->setChecked(settings()[QLatin1String("RemoveIptc")].toBool());
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:176:30: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  176 |     d->removeXmp->setChecked(settings()[QLatin1String("RemoveXmp")].toBool());
      |                              ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:178:20: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  178 |     int exifData = settings()[QLatin1String("ExifData")].toInt();
      |                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:181:20: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  181 |     int iptcData = settings()[QLatin1String("IptcData")].toInt();
      |                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:184:20: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  184 |     int xmpData  = settings()[QLatin1String("XmpData")].toInt();
      |                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:238:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  238 |     bool removeExif = settings()[QLatin1String("RemoveExif")].toBool();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:239:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  239 |     bool removeIptc = settings()[QLatin1String("RemoveIptc")].toBool();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:240:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  240 |     bool removeXmp  = settings()[QLatin1String("RemoveXmp")].toBool();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:242:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  242 |     int exifData    = settings()[QLatin1String("ExifData")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:243:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  243 |     int iptcData    = settings()[QLatin1String("IptcData")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:244:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  244 |     int xmpData     = settings()[QLatin1String("XmpData")].toInt();
      |                       ^
12 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:96:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   96 |     prm.customDate     = settings()[QLatin1String("Custom Date")].toDateTime();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:97:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |     prm.customTime     = settings()[QLatin1String("Custom Time")].toDateTime();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:99:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |     prm.adjustmentType = settings()[QLatin1String("Adjustment Type")].toInt();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:100:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |     prm.adjustmentDays = settings()[QLatin1String("Adjustment Days")].toInt();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:101:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  101 |     prm.adjustmentTime = settings()[QLatin1String("Adjustment Time")].toDateTime();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:103:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  103 |     prm.updIfAvailable = settings()[QLatin1String("Update Only If Available Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:104:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  104 |     prm.updFileModDate = settings()[QLatin1String("Update File Modification Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:105:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  105 |     prm.updEXIFModDate = settings()[QLatin1String("Update EXIF Modification Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:106:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  106 |     prm.updEXIFOriDate = settings()[QLatin1String("Update EXIF Original Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:107:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  107 |     prm.updEXIFDigDate = settings()[QLatin1String("Update EXIF Digitization Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:108:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  108 |     prm.updEXIFThmDate = settings()[QLatin1String("Update EXIF Thumbnail Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:109:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  109 |     prm.updIPTCDate    = settings()[QLatin1String("Update IPTC Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:110:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  110 |     prm.updXMPVideo    = settings()[QLatin1String("Update XMP Video Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:111:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  111 |     prm.updXMPDate     = settings()[QLatin1String("Update XMP Creation Time")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:113:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  113 |     prm.dateSource     = settings()[QLatin1String("Use Timestamp Type")].toInt();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:114:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  114 |     prm.metadataSource = settings()[QLatin1String("Meta Timestamp Type")].toInt();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:115:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  115 |     prm.fileDateSource = settings()[QLatin1String("File Timestamp Type")].toInt();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:172:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  172 |     prm.customDate                     = settings()[QLatin1String("Custom Date")].toDateTime();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:173:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  173 |     prm.customTime                     = settings()[QLatin1String("Custom Time")].toDateTime();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:175:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  175 |     prm.adjustmentType                 = settings()[QLatin1String("Adjustment Type")].toInt();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:176:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  176 |     prm.adjustmentDays                 = settings()[QLatin1String("Adjustment Days")].toInt();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:177:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  177 |     prm.adjustmentTime                 = settings()[QLatin1String("Adjustment Time")].toDateTime();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:179:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  179 |     prm.updIfAvailable                 = settings()[QLatin1String("Update Only If Available Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:180:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  180 |     prm.updFileModDate                 = settings()[QLatin1String("Update File Modification Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:181:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  181 |     prm.updEXIFModDate                 = settings()[QLatin1String("Update EXIF Modification Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:182:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  182 |     prm.updEXIFOriDate                 = settings()[QLatin1String("Update EXIF Original Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:183:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  183 |     prm.updEXIFDigDate                 = settings()[QLatin1String("Update EXIF Digitization Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:184:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  184 |     prm.updEXIFThmDate                 = settings()[QLatin1String("Update EXIF Thumbnail Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:185:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  185 |     prm.updIPTCDate                    = settings()[QLatin1String("Update IPTC Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:186:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  186 |     prm.updXMPVideo                    = settings()[QLatin1String("Update XMP Video Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:187:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  187 |     prm.updXMPDate                     = settings()[QLatin1String("Update XMP Creation Time")].toBool();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:189:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  189 |     prm.dateSource                     = settings()[QLatin1String("Use Timestamp Type")].toInt();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:190:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  190 |     prm.metadataSource                 = settings()[QLatin1String("Meta Timestamp Type")].toInt();
      |                                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:191:42: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  191 |     prm.fileDateSource                 = settings()[QLatin1String("File Timestamp Type")].toInt();
      |                                          ^
34 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/flip/flip.cpp:79:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   79 |     m_comboBox->setCurrentIndex(settings()[QLatin1String("Flip")].toInt());
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/flip/flip.cpp:91:36: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   91 |     DImg::FLIP flip = (DImg::FLIP)(settings()[QLatin1String("Flip")].toInt());
      |                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:158:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  158 |     d->titleCB->setChecked(settings()[QLatin1String("Title")].toBool());
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:159:30: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  159 |     d->captionCB->setChecked(settings()[QLatin1String("Caption")].toBool());
      |                              ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:160:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  160 |     d->copyrightsCB->setChecked(settings()[QLatin1String("Copyrights")].toBool());
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:161:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  161 |     d->usageTermsCB->setChecked(settings()[QLatin1String("UsageTerms")].toBool());
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:163:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  163 |     QStringList langs = settings()[QLatin1String("TrLangs")].toStringList();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:210:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  210 |     bool titleStage      = settings()[QLatin1String("Title")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:211:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  211 |     bool captionStage    = settings()[QLatin1String("Caption")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:212:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  212 |     bool copyrightsStage = settings()[QLatin1String("Copyrights")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:213:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  213 |     bool usageTermsStage = settings()[QLatin1String("UsageTerms")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:214:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  214 |     QStringList langs    = settings()[QLatin1String("TrLangs")].toStringList();
      |                            ^
2 warnings generated.
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/autocrop.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:182:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  182 |     d->xInput->setValue(settings()[QLatin1String("xInput")].toInt());
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:183:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  183 |     d->yInput->setValue(settings()[QLatin1String("yInput")].toInt());
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:184:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  184 |     d->widthInput->setValue(settings()[QLatin1String("widthInput")].toInt());
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:185:30: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  185 |     d->heightInput->setValue(settings()[QLatin1String("heightInput")].toInt());
      |                              ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:186:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  186 |     d->autoCrop->setChecked(settings()[QLatin1String("AutoCrop")].toBool());
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:206:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  206 |     int xInput      = settings()[QLatin1String("xInput")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:207:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  207 |     int yInput      = settings()[QLatin1String("yInput")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:208:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  208 |     int widthInput  = settings()[QLatin1String("widthInput")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:209:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  209 |     int heightInput = settings()[QLatin1String("heightInput")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:210:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  210 |     bool autoCrop   = settings()[QLatin1String("AutoCrop")].toBool();
      |                       ^
11 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:196:30: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  196 |     d->scaleDown->setChecked(settings()[QLatin1String("ScaleDown")].toBool());
      |                              ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:197:30: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  197 |     d->useCustom->setChecked(settings()[QLatin1String("UseCustom")].toBool());
      |                              ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:198:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  198 |     d->usePercent->setChecked(settings()[QLatin1String("UsePercent")].toBool());
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:199:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  199 |     d->customLength->setValue(settings()[QLatin1String("LengthCustom")].toInt());
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:200:36: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  200 |     d->presetCBox->setCurrentIndex(settings()[QLatin1String("LengthPreset")].toInt());
      |                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:245:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  245 |     bool scaleDown              = settings()[QLatin1String("ScaleDown")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:246:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  246 |     bool useCustom              = settings()[QLatin1String("UseCustom")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:247:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  247 |     bool usePercent             = settings()[QLatin1String("UsePercent")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:248:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  248 |     int length                  = settings()[QLatin1String("LengthCustom")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:249:58: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  249 |     Private::WidthPreset preset = (Private::WidthPreset)(settings()[QLatin1String("LengthPreset")].toInt());
      |                                                          ^
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/freerotationfilter.h:27:
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:130:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  130 |     d->useExif->setChecked(settings()[QLatin1String("useExif")].toBool());
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:131:34: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  131 |     d->comboBox->setCurrentIndex(settings()[QLatin1String("rotation")].toInt());
      |                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:133:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  133 |     prm.angle           = settings()[QLatin1String("angle")].toDouble();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:134:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  134 |     prm.antiAlias       = settings()[QLatin1String("antiAlias")].toBool();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:135:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  135 |     prm.autoCrop        = settings()[QLatin1String("autoCrop")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:136:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  136 |     prm.backgroundColor = settings()[QLatin1String("backgroundColor")].value<QColor>();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:162:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  162 |     bool useExif        = settings()[QLatin1String("useExif")].toBool();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:163:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  163 |     int rotation        = settings()[QLatin1String("rotation")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:164:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  164 |     prm.angle           = settings()[QLatin1String("angle")].toDouble();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:165:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  165 |     prm.antiAlias       = settings()[QLatin1String("antiAlias")].toBool();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:166:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  166 |     prm.autoCrop        = settings()[QLatin1String("autoCrop")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:167:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  167 |     prm.backgroundColor = settings()[QLatin1String("backgroundColor")].value<QColor>();
      |                           ^
13 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfxplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/blur/blur.cpp:84:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   84 |     m_radiusInput->setValue(settings()[QLatin1String("Radius")].toInt());
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/blur/blur.cpp:105:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  105 |     double radius = settings()[QLatin1String("Radius")].toInt();
      |                     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.h:22:
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:86:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   86 |     prm.grainSize               = settings()[QLatin1String("grainSize")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:87:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   87 |     prm.photoDistribution       = settings()[QLatin1String("photoDistribution")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:88:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   88 |     prm.addLuminanceNoise       = settings()[QLatin1String("addLuminanceNoise")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:89:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   89 |     prm.lumaIntensity           = settings()[QLatin1String("lumaIntensity")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:90:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   90 |     prm.lumaShadows             = settings()[QLatin1String("lumaShadows")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:91:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   91 |     prm.lumaMidtones            = settings()[QLatin1String("lumaMidtones")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:92:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   92 |     prm.lumaHighlights          = settings()[QLatin1String("lumaHighlights")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:93:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   93 |     prm.addChrominanceBlueNoise = settings()[QLatin1String("addChrominanceBlueNoise")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:94:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   94 |     prm.chromaBlueIntensity     = settings()[QLatin1String("chromaBlueIntensity")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:95:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   95 |     prm.chromaBlueShadows       = settings()[QLatin1String("chromaBlueShadows")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:96:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   96 |     prm.chromaBlueMidtones      = settings()[QLatin1String("chromaBlueMidtones")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:97:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |     prm.chromaBlueHighlights    = settings()[QLatin1String("chromaBlueHighlights")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:98:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |     prm.addChrominanceRedNoise  = settings()[QLatin1String("addChrominanceRedNoise")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:99:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |     prm.chromaRedIntensity      = settings()[QLatin1String("chromaRedIntensity")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:100:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |     prm.chromaRedShadows        = settings()[QLatin1String("chromaRedShadows")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:101:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  101 |     prm.chromaRedMidtones       = settings()[QLatin1String("chromaRedMidtones")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:102:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  102 |     prm.chromaRedHighlights     = settings()[QLatin1String("chromaRedHighlights")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:140:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  140 |     prm.grainSize               = settings()[QLatin1String("grainSize")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:141:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  141 |     prm.photoDistribution       = settings()[QLatin1String("photoDistribution")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:142:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  142 |     prm.addLuminanceNoise       = settings()[QLatin1String("addLuminanceNoise")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:143:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  143 |     prm.lumaIntensity           = settings()[QLatin1String("lumaIntensity")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:144:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  144 |     prm.lumaShadows             = settings()[QLatin1String("lumaShadows")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:145:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  145 |     prm.lumaMidtones            = settings()[QLatin1String("lumaMidtones")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:146:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  146 |     prm.lumaHighlights          = settings()[QLatin1String("lumaHighlights")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:147:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  147 |     prm.addChrominanceBlueNoise = settings()[QLatin1String("addChrominanceBlueNoise")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:148:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  148 |     prm.chromaBlueIntensity     = settings()[QLatin1String("chromaBlueIntensity")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:149:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  149 |     prm.chromaBlueShadows       = settings()[QLatin1String("chromaBlueShadows")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:150:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  150 |     prm.chromaBlueMidtones      = settings()[QLatin1String("chromaBlueMidtones")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:151:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  151 |     prm.chromaBlueHighlights    = settings()[QLatin1String("chromaBlueHighlights")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:152:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  152 |     prm.addChrominanceRedNoise  = settings()[QLatin1String("addChrominanceRedNoise")].toBool();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:153:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  153 |     prm.chromaRedIntensity      = settings()[QLatin1String("chromaRedIntensity")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:154:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  154 |     prm.chromaRedShadows        = settings()[QLatin1String("chromaRedShadows")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:155:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  155 |     prm.chromaRedMidtones       = settings()[QLatin1String("chromaRedMidtones")].toInt();
      |                                   ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.cpp:156:35: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  156 |     prm.chromaRedHighlights     = settings()[QLatin1String("chromaRedHighlights")].toInt();
      |                                   ^
3 warnings generated.
1 warning generated.
35 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:67:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   67 |     prm.colorFXType = settings()[QLatin1String("colorFXType")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:68:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   68 |     prm.level       = settings()[QLatin1String("level")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:69:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   69 |     prm.iterations  = settings()[QLatin1String("iterations")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:70:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   70 |     prm.intensity   = settings()[QLatin1String("intensity")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:71:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   71 |     prm.path        = settings()[QLatin1String("path")].toString();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:98:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |     prm.colorFXType = settings()[QLatin1String("colorFXType")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:99:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |     prm.level       = settings()[QLatin1String("level")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:100:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |     prm.iterations  = settings()[QLatin1String("iterations")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:101:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  101 |     prm.intensity   = settings()[QLatin1String("intensity")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:102:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  102 |     prm.path        = settings()[QLatin1String("path")].toString();
      |                       ^
11 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingfilter.h:20:
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:74:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   74 |     prm.addvignetting = settings()[QLatin1String("addvignetting")].toBool();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:75:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   75 |     prm.density       = settings()[QLatin1String("density")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:76:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   76 |     prm.power         = settings()[QLatin1String("power")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:77:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   77 |     prm.innerradius   = settings()[QLatin1String("innerradius")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:78:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   78 |     prm.outerradius   = settings()[QLatin1String("outerradius")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:79:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   79 |     prm.xshift        = settings()[QLatin1String("xshift")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:80:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   80 |     prm.yshift        = settings()[QLatin1String("yshift")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:108:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  108 |     prm.addvignetting = settings()[QLatin1String("addvignetting")].toBool();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:109:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  109 |     prm.density       = settings()[QLatin1String("density")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:110:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  110 |     prm.power         = settings()[QLatin1String("power")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:111:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  111 |     prm.innerradius   = settings()[QLatin1String("innerradius")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:112:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  112 |     prm.outerradius   = settings()[QLatin1String("outerradius")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:113:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  113 |     prm.xshift        = settings()[QLatin1String("xshift")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.cpp:114:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  114 |     prm.yshift        = settings()[QLatin1String("yshift")].toDouble();
      |                         ^
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lc/localcontrastfilter.h:27:
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:88:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   88 |     prm.stretchContrast = settings()[QLatin1String("stretchContrast")].toBool();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:89:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   89 |     prm.lowSaturation   = settings()[QLatin1String("lowSaturation")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:90:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   90 |     prm.highSaturation  = settings()[QLatin1String("highSaturation")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:91:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   91 |     prm.functionId      = settings()[QLatin1String("functionId")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:93:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   93 |     prm.stage[0].enabled = settings()[QLatin1String("stage1Enabled")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:94:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   94 |     prm.stage[0].power   = settings()[QLatin1String("stage1Power")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:95:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   95 |     prm.stage[0].blur    = settings()[QLatin1String("stage1Blur")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:97:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |     prm.stage[1].enabled = settings()[QLatin1String("stage2Enabled")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:98:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |     prm.stage[1].power   = settings()[QLatin1String("stage2Power")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:99:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |     prm.stage[1].blur    = settings()[QLatin1String("stage2Blur")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:101:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  101 |     prm.stage[2].enabled = settings()[QLatin1String("stage3Enabled")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:102:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  102 |     prm.stage[2].power   = settings()[QLatin1String("stage3Power")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:103:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  103 |     prm.stage[2].blur    = settings()[QLatin1String("stage3Blur")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:105:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  105 |     prm.stage[3].enabled = settings()[QLatin1String("stage4Enabled")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:106:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  106 |     prm.stage[3].power   = settings()[QLatin1String("stage4Power")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:107:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  107 |     prm.stage[3].blur    = settings()[QLatin1String("stage4Blur")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:150:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  150 |     prm.stretchContrast = settings()[QLatin1String("stretchContrast")].toBool();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:151:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  151 |     prm.lowSaturation   = settings()[QLatin1String("lowSaturation")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:152:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  152 |     prm.highSaturation  = settings()[QLatin1String("highSaturation")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:153:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  153 |     prm.functionId      = settings()[QLatin1String("functionId")].toInt();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:155:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  155 |     prm.stage[0].enabled = settings()[QLatin1String("stage1Enabled")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:156:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  156 |     prm.stage[0].power   = settings()[QLatin1String("stage1Power")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:157:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  157 |     prm.stage[0].blur    = settings()[QLatin1String("stage1Blur")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:159:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  159 |     prm.stage[1].enabled = settings()[QLatin1String("stage2Enabled")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:160:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  160 |     prm.stage[1].power   = settings()[QLatin1String("stage2Power")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:161:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  161 |     prm.stage[1].blur    = settings()[QLatin1String("stage2Blur")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:163:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  163 |     prm.stage[2].enabled = settings()[QLatin1String("stage3Enabled")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:164:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  164 |     prm.stage[2].power   = settings()[QLatin1String("stage3Power")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:165:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  165 |     prm.stage[2].blur    = settings()[QLatin1String("stage3Blur")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:167:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  167 |     prm.stage[3].enabled = settings()[QLatin1String("stage4Enabled")].toBool();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:168:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  168 |     prm.stage[3].power   = settings()[QLatin1String("stage4Power")].toDouble();
      |                            ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:169:28: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  169 |     prm.stage[3].blur    = settings()[QLatin1String("stage4Blur")].toDouble();
      |                            ^
33 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereductionplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:71:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   71 |     prm.blackFrameUrl = settings()[QLatin1String("BlackFrameUrl")].toUrl();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:72:55: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   72 |     prm.hotPixelsList = HotPixelProps::fromStringList(settings()[QLatin1String("HotPixelsList")].toStringList());
      |                                                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:73:65: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   73 |     prm.filterMethod  = (HotPixelContainer::InterpolationMethod)settings()[QLatin1String("FilterMethod")].toInt();
      |                                                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:98:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |     prm.blackFrameUrl = settings()[QLatin1String("BlackFrameUrl")].toUrl();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:99:55: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |     prm.hotPixelsList = HotPixelProps::fromStringList(settings()[QLatin1String("HotPixelsList")].toStringList());
      |                                                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:100:65: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |     prm.filterMethod  = (HotPixelContainer::InterpolationMethod)settings()[QLatin1String("FilterMethod")].toInt();
      |                                                                 ^
7 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/sharpenfilter.h:21:
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:103:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  103 |     prm.method        = settings()[QLatin1String("SharpenFilterType")].toInt();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:107:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  107 |     prm.ssRadius      = settings()[QLatin1String("SimpleSharpRadius")].toInt();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:111:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  111 |     prm.umRadius      = settings()[QLatin1String("UnsharpMaskRadius")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:112:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  112 |     prm.umAmount      = settings()[QLatin1String("UnsharpMaskAmount")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:113:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  113 |     prm.umThreshold   = settings()[QLatin1String("UnsharpMaskThreshold")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:114:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  114 |     prm.umLumaOnly    = settings()[QLatin1String("UnsharpMaskLuma")].toBool();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:120:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  120 |     prm.rfRadius      = settings()[QLatin1String("RefocusRadius")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:121:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  121 |     prm.rfCorrelation = settings()[QLatin1String("RefocusCorrelation")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:122:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  122 |     prm.rfNoise       = settings()[QLatin1String("RefocusNoise")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:123:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  123 |     prm.rfGauss       = settings()[QLatin1String("RefocusGauss")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:124:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  124 |     prm.rfMatrix      = settings()[QLatin1String("RefocusMatrixSize")].toInt();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:173:23: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  173 |     int filterType  = settings()[QLatin1String("SharpenFilterType")].toInt();
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:179:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  179 |             double radius = settings()[QLatin1String("SimpleSharpRadius")].toInt() / 10.0;
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:198:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  198 |             double r  = settings()[QLatin1String("UnsharpMaskRadius")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:199:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  199 |             double a  = settings()[QLatin1String("UnsharpMaskAmount")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:200:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  200 |             double th = settings()[QLatin1String("UnsharpMaskThreshold")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:201:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  201 |             bool    l = settings()[QLatin1String("UnsharpMaskLuma")].toBool();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:213:34: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  213 |             double radius      = settings()[QLatin1String("RefocusRadius")].toDouble();
      |                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:214:34: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  214 |             double correlation = settings()[QLatin1String("RefocusCorrelation")].toDouble();
      |                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:215:34: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  215 |             double noise       = settings()[QLatin1String("RefocusNoise")].toDouble();
      |                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:216:34: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  216 |             double gauss       = settings()[QLatin1String("RefocusGauss")].toDouble();
      |                                  ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:217:34: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  217 |             int matrixSize     = settings()[QLatin1String("RefocusMatrixSize")].toInt();
      |                                  ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:77:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   77 |     prm.thresholds[0] = settings()[QLatin1String("YThreshold")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:78:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   78 |     prm.thresholds[1] = settings()[QLatin1String("CrThreshold")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:79:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   79 |     prm.thresholds[2] = settings()[QLatin1String("CbThreshold")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:80:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   80 |     prm.softness[0]   = settings()[QLatin1String("YSoftness")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:81:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   81 |     prm.softness[1]   = settings()[QLatin1String("CrSoftness")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:82:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   82 |     prm.softness[2]   = settings()[QLatin1String("CbSoftness")].toDouble();
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:84:38: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   84 |     m_settingsView->setEstimateNoise(settings()[QLatin1String("EstimateNoise")].toBool());
      |                                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:112:9: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  112 |     if (settings()[QLatin1String("EstimateNoise")].toBool())
      |         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:120:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  120 |         prm.thresholds[0] = settings()[QLatin1String("YThreshold")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:121:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  121 |         prm.thresholds[1] = settings()[QLatin1String("CrThreshold")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:122:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  122 |         prm.thresholds[2] = settings()[QLatin1String("CbThreshold")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:123:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  123 |         prm.softness[0]   = settings()[QLatin1String("YSoftness")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:124:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  124 |         prm.softness[1]   = settings()[QLatin1String("CrSoftness")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:125:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  125 |         prm.softness[2]   = settings()[QLatin1String("CbSoftness")].toDouble();
      |                             ^
23 warnings generated.
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restoration.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restoration.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restoration.cpp:89:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   89 |     m_comboBox->setCurrentIndex(settings()[QLatin1String("RestorationMethod")].toInt());
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restoration.cpp:106:16: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  106 |     int type = settings()[QLatin1String("RestorationMethod")].toInt();
      |                ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrection.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionfilter.h:21:
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrection.cpp:67:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   67 |     prm.m_redToAvgRatio = settings()[QLatin1String("redtoavgratio")].toDouble();
      |                           ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrection.cpp:89:27: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   89 |     prm.m_redToAvgRatio = settings()[QLatin1String("redtoavgratio")].toDouble();
      |                           ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunsettings.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:133:39: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  133 |     d->cameraSelector->setUseMetadata(settings()[QLatin1String("UseMetadata")].toBool());
      |                                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:136:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  136 |     lfPrm.filterCCA       = settings()[QLatin1String("filterCCA")].toBool();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:137:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  137 |     lfPrm.filterVIG       = settings()[QLatin1String("filterVIG")].toBool();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:138:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  138 |     lfPrm.filterDST       = settings()[QLatin1String("filterDST")].toBool();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:139:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  139 |     lfPrm.filterGEO       = settings()[QLatin1String("filterGEO")].toBool();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:141:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  141 |     lfPrm.cropFactor      = settings()[QLatin1String("cropFactor")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:142:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  142 |     lfPrm.focalLength     = settings()[QLatin1String("focalLength")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:143:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  143 |     lfPrm.aperture        = settings()[QLatin1String("aperture")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:144:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  144 |     lfPrm.subjectDistance = settings()[QLatin1String("subjectDistance")].toDouble();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:146:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  146 |     lfPrm.cameraMake      = settings()[QLatin1String("cameraMake")].toString();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:147:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  147 |     lfPrm.cameraModel     = settings()[QLatin1String("cameraModel")].toString();
      |                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:148:29: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  148 |     lfPrm.lensModel       = settings()[QLatin1String("lensModel")].toString();
      |                             ^
3 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:199:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  199 |     prm.filterCCA = settings()[QLatin1String("filterCCA")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:200:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  200 |     prm.filterVIG = settings()[QLatin1String("filterVIG")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:201:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  201 |     prm.filterDST = settings()[QLatin1String("filterDST")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:202:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  202 |     prm.filterGEO = settings()[QLatin1String("filterGEO")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:203:21: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  203 |     bool useMeta  = settings()[QLatin1String("UseMetadata")].toBool();
      |                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:220:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  220 |         prm.cropFactor      = settings()[QLatin1String("cropFactor")].toDouble();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:221:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  221 |         prm.focalLength     = settings()[QLatin1String("focalLength")].toDouble();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:222:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  222 |         prm.aperture        = settings()[QLatin1String("aperture")].toDouble();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:223:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  223 |         prm.subjectDistance = settings()[QLatin1String("subjectDistance")].toDouble();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:225:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  225 |         prm.cameraMake      = settings()[QLatin1String("cameraMake")].toString();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:226:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  226 |         prm.cameraModel     = settings()[QLatin1String("cameraModel")].toString();
      |                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:227:31: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  227 |         prm.lensModel       = settings()[QLatin1String("lensModel")].toString();
      |                               ^
25 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvertplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiasettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/iccconvert/iccconvert.cpp:75:24: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   75 |     QString profPath = settings()[QLatin1String("ProfilePath")].toString();
      |                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/iccconvert/iccconvert.cpp:96:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   96 |     QString              profPath = settings()[QLatin1String("ProfilePath")].toString();
      |                                     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/autocorrection/autocorrection.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/autolevelsfilter.h:20:
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/autocorrection/autocorrection.cpp:81:33: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   81 |     m_comboBox->setCurrentIndex(settings()[QLatin1String("AutoCorrectionFilter")].toInt());
      |                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/autocorrection/autocorrection.cpp:98:16: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |     int type = settings()[QLatin1String("AutoCorrectionFilter")].toInt();
      |                ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiasettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:84:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   84 |     prm.filmType                            = settings()[QLatin1String("filmType")].toInt();
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:85:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   85 |     prm.filterType                          = settings()[QLatin1String("filterType")].toInt();
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:86:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   86 |     prm.toneType                            = settings()[QLatin1String("toneType")].toInt();
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:87:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   87 |     prm.bcgPrm.contrast                     = settings()[QLatin1String("contrast")].toDouble();
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:88:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   88 |     prm.strength                            = settings()[QLatin1String("strength")].toDouble();
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:89:71: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   89 |     prm.curvesPrm.curvesType                = (ImageCurves::CurveType)settings()[QLatin1String("curvesType")].toInt();
      |                                                                       ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:90:47: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   90 |     prm.curvesPrm.values[LuminosityChannel] = settings()[QLatin1String("curves")].value<QPolygon>();
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:120:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  120 |     prm.filmType                     = settings()[QLatin1String("filmType")].toInt();
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:121:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  121 |     prm.filterType                   = settings()[QLatin1String("filterType")].toInt();
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:122:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  122 |     prm.toneType                     = settings()[QLatin1String("toneType")].toInt();
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:123:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  123 |     prm.bcgPrm.contrast              = settings()[QLatin1String("contrast")].toDouble();
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:124:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  124 |     prm.strength                     = settings()[QLatin1String("strength")].toDouble();
      |                                        ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:126:52: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  126 |     CurvesContainer curves((ImageCurves::CurveType)settings()[QLatin1String("curvesType")].toInt(), true);
      |                                                    ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:128:40: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  128 |     curves.values[LuminosityChannel] = settings()[QLatin1String("curves")].value<QPolygon>();
      |                                        ^
3 warnings generated.
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalanceplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:76:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   76 |     prm.black          = settings()[QLatin1String("black")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:77:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   77 |     prm.temperature    = settings()[QLatin1String("temperature")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:78:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   78 |     prm.green          = settings()[QLatin1String("green")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:79:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   79 |     prm.dark           = settings()[QLatin1String("dark")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:80:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   80 |     prm.gamma          = settings()[QLatin1String("gamma")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:81:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   81 |     prm.saturation     = settings()[QLatin1String("saturation")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:82:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   82 |     prm.expositionMain = settings()[QLatin1String("expositionMain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:83:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   83 |     prm.expositionFine = settings()[QLatin1String("expositionFine")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:114:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  114 |     prm.black          = settings()[QLatin1String("black")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:115:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  115 |     prm.temperature    = settings()[QLatin1String("temperature")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:116:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  116 |     prm.green          = settings()[QLatin1String("green")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:117:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  117 |     prm.dark           = settings()[QLatin1String("dark")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:118:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  118 |     prm.gamma          = settings()[QLatin1String("gamma")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:119:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  119 |     prm.saturation     = settings()[QLatin1String("saturation")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:120:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  120 |     prm.expositionMain = settings()[QLatin1String("expositionMain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:121:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  121 |     prm.expositionFine = settings()[QLatin1String("expositionFine")].toDouble();
      |                          ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvessettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:126:61: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  126 |     prm.curvesType                = (ImageCurves::CurveType)settings()[QLatin1String("curvesType")].toInt();
      |                                                             ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:127:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  127 |     prm.sixteenBit                = settings()[QLatin1String("curvesDepth")].toBool();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:128:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  128 |     prm.values[LuminosityChannel] = settings()[QLatin1String("values[LuminosityChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:129:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  129 |     prm.values[RedChannel]        = settings()[QLatin1String("values[RedChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:130:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  130 |     prm.values[GreenChannel]      = settings()[QLatin1String("values[GreenChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:131:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  131 |     prm.values[BlueChannel]       = settings()[QLatin1String("values[BlueChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:132:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  132 |     prm.values[AlphaChannel]      = settings()[QLatin1String("values[AlphaChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:166:49: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  166 |     CurvesContainer prm((ImageCurves::CurveType)settings()[QLatin1String("curvesType")].toInt(),
      |                                                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:167:25: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  167 |                         settings()[QLatin1String("curvesDepth")].toBool());
      |                         ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:169:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  169 |     prm.values[LuminosityChannel] = settings()[QLatin1String("values[LuminosityChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:170:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  170 |     prm.values[RedChannel]        = settings()[QLatin1String("values[RedChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:171:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  171 |     prm.values[GreenChannel]      = settings()[QLatin1String("values[GreenChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:172:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  172 |     prm.values[BlueChannel]       = settings()[QLatin1String("values[BlueChannel]")].value<QPolygon>();
      |                                     ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.cpp:173:37: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  173 |     prm.values[AlphaChannel]      = settings()[QLatin1String("values[AlphaChannel]")].value<QPolygon>();
      |                                     ^
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.cpp:69:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   69 |     prm.brightness = settings()[QLatin1String("Brightness")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.cpp:70:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   70 |     prm.contrast   = settings()[QLatin1String("Contrast")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.cpp:71:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   71 |     prm.gamma      = settings()[QLatin1String("Gamma")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.cpp:95:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   95 |     prm.brightness = settings()[QLatin1String("Brightness")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.cpp:96:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   96 |     prm.contrast   = settings()[QLatin1String("Contrast")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.cpp:97:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |     prm.gamma      = settings()[QLatin1String("Gamma")].toDouble();
      |                      ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrectionplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:91:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   91 |     prm.bPreserveLum   = settings()[QLatin1String("bPreserveLum")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:92:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   92 |     prm.bMonochrome    = settings()[QLatin1String("bMonochrome")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:95:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   95 |     prm.redRedGain     = settings()[QLatin1String("redRedGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:96:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   96 |     prm.redGreenGain   = settings()[QLatin1String("redGreenGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:97:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   97 |     prm.redBlueGain    = settings()[QLatin1String("redBlueGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:98:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |     prm.greenRedGain   = settings()[QLatin1String("greenRedGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:99:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |     prm.greenGreenGain = settings()[QLatin1String("greenGreenGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:100:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |     prm.greenBlueGain  = settings()[QLatin1String("greenBlueGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:101:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  101 |     prm.blueRedGain    = settings()[QLatin1String("blueRedGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:102:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  102 |     prm.blueGreenGain  = settings()[QLatin1String("blueGreenGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:103:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  103 |     prm.blueBlueGain   = settings()[QLatin1String("blueBlueGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:106:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  106 |     prm.blackRedGain   = settings()[QLatin1String("blackRedGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:107:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  107 |     prm.blackGreenGain = settings()[QLatin1String("blackGreenGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:108:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  108 |     prm.blackBlueGain  = settings()[QLatin1String("blackBlueGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:149:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  149 |     prm.bPreserveLum   = settings()[QLatin1String("bPreserveLum")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:150:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  150 |     prm.bMonochrome    = settings()[QLatin1String("bMonochrome")].toBool();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:153:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  153 |     prm.redRedGain     = settings()[QLatin1String("redRedGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:154:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  154 |     prm.redGreenGain   = settings()[QLatin1String("redGreenGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:155:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  155 |     prm.redBlueGain    = settings()[QLatin1String("redBlueGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:156:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  156 |     prm.greenRedGain   = settings()[QLatin1String("greenRedGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:157:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  157 |     prm.greenGreenGain = settings()[QLatin1String("greenGreenGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:158:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  158 |     prm.greenBlueGain  = settings()[QLatin1String("greenBlueGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:159:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  159 |     prm.blueRedGain    = settings()[QLatin1String("blueRedGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:160:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  160 |     prm.blueGreenGain  = settings()[QLatin1String("blueGreenGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:161:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  161 |     prm.blueBlueGain   = settings()[QLatin1String("blueBlueGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:164:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  164 |     prm.blackRedGain   = settings()[QLatin1String("blackRedGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:165:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  165 |     prm.blackGreenGain = settings()[QLatin1String("blackGreenGain")].toDouble();
      |                          ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:166:26: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  166 |     prm.blackBlueGain  = settings()[QLatin1String("blackBlueGain")].toDouble();
      |                          ^
1 warning generated.
1 warning generated.
29 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrectionplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:70:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   70 |     prm.hue        = settings()[QLatin1String("Hue")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:71:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   71 |     prm.saturation = settings()[QLatin1String("Saturation")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:72:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   72 |     prm.lightness  = settings()[QLatin1String("Lightness")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:73:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   73 |     prm.vibrance   = settings()[QLatin1String("Vibrance")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:98:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   98 |     prm.hue        = settings()[QLatin1String("Hue")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:99:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   99 |     prm.saturation = settings()[QLatin1String("Saturation")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:100:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |     prm.lightness  = settings()[QLatin1String("Lightness")].toDouble();
      |                      ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:101:22: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  101 |     prm.vibrance   = settings()[QLatin1String("Vibrance")].toDouble();
      |                      ^
1 warning generated.
9 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/invert/invert.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/invertfilter.h:21:
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.cpp:74:17: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   74 |     prm.red   = settings()[QLatin1String("Red")].toDouble();
      |                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.cpp:75:17: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   75 |     prm.green = settings()[QLatin1String("Green")].toDouble();
      |                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.cpp:76:17: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
   76 |     prm.blue  = settings()[QLatin1String("Blue")].toDouble();
      |                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.cpp:100:17: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  100 |     prm.red   = settings()[QLatin1String("Red")].toDouble();
      |                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.cpp:101:17: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  101 |     prm.green = settings()[QLatin1String("Green")].toDouble();
      |                 ^
/home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.cpp:102:17: warning: Don't call QMap::operator[]() on temporary [-Wclazy-detaching-temporary]
  102 |     prm.blue  = settings()[QLatin1String("Blue")].toDouble();
      |                 ^
1 warning generated.
7 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:30:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/facesengine/recognition/recognize_cli.cpp:200:32: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
  200 |         if (!QFileInfo::exists(trainingImages.value(1).first()))
      |                                ^
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/facesengine/demo/demomainwindow.cpp:113:33: warning: Don't call QList::first() on temporary [-Wclazy-detaching-temporary]
  113 |     d->lastFileOpenPath       = QStandardPaths::standardLocations(QStandardPaths::PicturesLocation).first();
      |                                 ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/iojobs/iojobs_utest.cpp:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
		

function-args-by-ref

/home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_training.cpp:95:75: warning: Missing reference on non-trivial type (const QPair<QImage *, QString>) [-Wclazy-function-args-by-ref]
   95 | void FacialRecognitionWrapper::train(const Identity& identityToBeTrained, QPair<QImage*, QString> const image)
      |                                                                           ^
      |                                                                                                         &
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfxfilter.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfxfilter.h:25:
/home/gilles/Devel/8.x/core/libs/facesengine/recognition/opencv-dnn/opencvdnnfacerecognizer.cpp:118:40: warning: Missing reference on non-trivial type (QPair<QImage *, QString>) [-Wclazy-function-args-by-ref]
  118 | int OpenCVDNNFaceRecognizer::recognize(QPair<QImage*, QString> inputImage)
      |                                        ^
      |                                        const                   &
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/oilpaintfilter.cpp:29:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   29 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
		

non-pod-global-static

/home/gilles/Devel/8.x/core/libs/dragdrop/dragdropimplementations.cpp:289:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  289 | static const QString mimeTypeCutSelection(QLatin1String("application/x-kde-cutselection"));
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dimgbuiltinfilter.cpp:21:
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:63:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
   63 | static const MetaEngineRotation identity               ( 1,  0,  0,  1);
      | ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:64:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
   64 | static const MetaEngineRotation rotate90               ( 0,  1, -1,  0);
      | ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:65:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
   65 | static const MetaEngineRotation rotate180              (-1,  0,  0, -1);
      | ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:66:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
   66 | static const MetaEngineRotation rotate270              ( 0, -1,  1,  0);
      | ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:67:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
   67 | static const MetaEngineRotation flipHorizontal         (-1,  0,  0,  1);
      | ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:68:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
   68 | static const MetaEngineRotation flipVertical           ( 1,  0,  0, -1);
      | ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:69:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
   69 | static const MetaEngineRotation rotate90flipHorizontal ( 0,  1,  1,  0);
      | ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:70:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
   70 | static const MetaEngineRotation rotate90flipVertical   ( 0, -1, -1,  0);
      | ^
8 warnings generated.
/home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectoryunet.cpp:41:1: warning: non-POD static (map) [-Wclazy-non-pod-global-static]
   41 | const std::map<FaceScanSettings::FaceDetectionSize, int> faceenum2size
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/distortionfxfilter.cpp:22:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/distortionfxfilter.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.cpp:24:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   24 | static const QString s_configUseLargeThumbsEntry(QLatin1String("Use Large Thumbs"));
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/widgets/history/versionswidget.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:29:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   29 | static const QString KEY_FILE(QLatin1String("[file]"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:30:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   30 | static const QString KEY_EXT(QLatin1String("[ext]"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:31:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   31 | static const QString KEY_USER(QLatin1String("[user]"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:32:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   32 | static const QString KEY_GROUP(QLatin1String("[group]"));
      | ^
4 warnings generated.
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow_p.h:17:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:31:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   31 | static const QString KEY_DEFAULTCOMMENT(QLatin1String("DefaultComment"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:32:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   32 | static const QString KEY_DIMENSION(QLatin1String("Dimension"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:33:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   33 | static const QString KEY_FILESIZE(QLatin1String("FileSize"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:34:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   34 | static const QString KEY_FORMAT(QLatin1String("Format"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:35:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   35 | static const QString KEY_MEDIATYPE(QLatin1String("MediaType"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:36:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   36 | static const QString KEY_RATING(QLatin1String("Rating"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:37:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   37 | static const QString KEY_HEIGHT(QLatin1String("Height"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:38:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   38 | static const QString KEY_WIDTH(QLatin1String("Width"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:39:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   39 | static const QString KEY_ORIENTATION(QLatin1String("Orientation"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:40:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   40 | static const QString KEY_COLORDEPTH(QLatin1String("ColorDepth"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:41:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   41 | static const QString KEY_COLORMODEL(QLatin1String("ColorModel"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:42:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   42 | static const QString KEY_DEFAULTAUTHOR(QLatin1String("DefaultAuthor"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:43:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   43 | static const QString KEY_AUTHORS(QLatin1String("Authors"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:44:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   44 | static const QString KEY_TITLE(QLatin1String("Title"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:45:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   45 | static const QString KEY_TAGSLIST(QLatin1String("TagsList"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:46:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   46 | static const QString KEY_TAGSPATHLIST(QLatin1String("TagsPathList"));
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointgroup_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointgroup_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointgroup.h:41:
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:29:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   29 | static const QString KEY_MAKE(QLatin1String("CameraMake"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:30:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   30 | static const QString KEY_MODEL(QLatin1String("CameraModel"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:31:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   31 | static const QString KEY_LENS(QLatin1String("CameraLens"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:32:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   32 | static const QString KEY_APERTURE(QLatin1String("Aperture"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:33:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   33 | static const QString KEY_FOCALLENGTH(QLatin1String("FocalLength"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:34:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   34 | static const QString KEY_FOCALLENGTH35(QLatin1String("FocalLength35"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:35:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   35 | static const QString KEY_EXPOSURETIME(QLatin1String("ExposureTime"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:36:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   36 | static const QString KEY_EXPOSUREPROGRAM(QLatin1String("ExposureProgram"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:37:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   37 | static const QString KEY_EXPOSUREMODE(QLatin1String("ExposureMode"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:38:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   38 | static const QString KEY_SENSITIVITY(QLatin1String("Sensitivity"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:39:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   39 | static const QString KEY_FLASHMODE(QLatin1String("FlashMode"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:40:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   40 | static const QString KEY_WHITEBALANCE(QLatin1String("WhiteBalance"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:41:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   41 | static const QString KEY_WHITEBALANCECOLORTEMPERATURE(QLatin1String("WhiteBalanceColorTemp"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:42:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   42 | static const QString KEY_METERINGMODE(QLatin1String("MeteringMode"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:43:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   43 | static const QString KEY_SUBJECTDISTANCE(QLatin1String("SubjectDistance"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:44:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   44 | static const QString KEY_SUBJECTDISTANCECATEGORY(QLatin1String("SubjectDistanceCategory"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:46:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   46 | static const QString KEY_ASPECTRATIO(QLatin1String("AspectRatio"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:47:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   47 | static const QString KEY_AUDIOBITRATE(QLatin1String("AudioBitRate"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:48:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   48 | static const QString KEY_AUDIOCHANNELTYPE(QLatin1String("AudioChannelType"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:49:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   49 | static const QString KEY_AUDIOCodec(QLatin1String("AudioCodec"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:50:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   50 | static const QString KEY_DURATION(QLatin1String("Duration"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:51:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   51 | static const QString KEY_FRAMERATE(QLatin1String("FrameRate"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:52:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   52 | static const QString KEY_VIDEOCODEC(QLatin1String("VideoCodec"));
      | ^
23 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointitem.cpp:26:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidgetstates.h:21:
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:30:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   30 | static const QString KEY_LATITUDE(QLatin1String("Latitude"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:31:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   31 | static const QString KEY_LONGITUDE(QLatin1String("Longitude"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:32:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   32 | static const QString KEY_LATTITUDENUMBER(QLatin1String("LatitudeNumber"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:33:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   33 | static const QString KEY_LONGITUDENUMBER(QLatin1String("LongitudeNumber"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:34:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   34 | static const QString KEY_LATITUDEFORMATTED(QLatin1String("LatitudeFormatted"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:35:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   35 | static const QString KEY_LONGITUDEFORMATTED(QLatin1String("LongitudeFormatted"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:36:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   36 | static const QString KEY_ALTITUDE(QLatin1String("Altitude"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:37:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   37 | static const QString KEY_ALTITUDEFORMATTED(QLatin1String("AltitudeFormatted"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:38:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   38 | static const QString KEY_ORIENTATION(QLatin1String("Orientation"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:39:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   39 | static const QString KEY_ROLL(QLatin1String("Roll"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:40:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   40 | static const QString KEY_TILT(QLatin1String("Tilt"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:41:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   41 | static const QString KEY_ACCURACY(QLatin1String("Accuracy"));
      | ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:42:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   42 | static const QString KEY_DESCRIPTION(QLatin1String("Description"));
      | ^
13 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/itemviewimportdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/itemviewimportdelegate_p.h:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/itemviewimportdelegate.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/itemviewimportdelegate.cpp:35:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/items/facegroup.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/items/facegroup_p.h:44:
/home/gilles/Devel/8.x/core/utilities/import/views/cameranamehelper.cpp:35:1: warning: non-POD static (QRegularExpression) [-Wclazy-non-pod-global-static]
   35 | static QRegularExpression REGEXP_CAMERA_NAME(
      | ^
/home/gilles/Devel/8.x/core/utilities/import/views/cameranamehelper.cpp:35:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
/home/gilles/Devel/8.x/core/utilities/import/views/cameranamehelper.cpp:39:1: warning: non-POD static (QRegularExpression) [-Wclazy-non-pod-global-static]
   39 | static QRegularExpression REGEXP_MODES(
      | ^
/home/gilles/Devel/8.x/core/utilities/import/views/cameranamehelper.cpp:39:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
4 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.cpp:32:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/gallerytheme.cpp:60:1: warning: non-POD static (QList) [-Wclazy-non-pod-global-static]
   60 | static GalleryTheme::List sList;
      | ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurplugin.cpp:27:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurimageslist.h:24:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:81:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   81 | static const QString API_TOKEN              = QLatin1String("api_token");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:82:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   82 | static const QString TOTAL_RESULTS          = QLatin1String("total_results");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:83:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   83 | static const QString PAGE                   = QLatin1String("page");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:84:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   84 | static const QString PER_PAGE               = QLatin1String("per_page");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:85:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   85 | static const QString LOCALE                 = QLatin1String("locale");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:86:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   86 | static const QString RESULTS                = QLatin1String("results");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:87:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   87 | static const QString NAME                   = QLatin1String("name");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:88:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   88 | static const QString TAXON                  = QLatin1String("taxon");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:89:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   89 | static const QString TAXON_ID               = QLatin1String("taxon_id");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:90:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   90 | static const QString ID                     = QLatin1String("id");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:91:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   91 | static const QString PARENT_ID              = QLatin1String("parent_id");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:92:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   92 | static const QString RANK                   = QLatin1String("rank");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:93:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   93 | static const QString RANK_LEVEL             = QLatin1String("rank_level");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:94:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   94 | static const QString PREFERRED_COMMON_NAME  = QLatin1String("preferred_common_name");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:95:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   95 | static const QString ENGLISH_COMMON_NAME    = QLatin1String("english_common_name");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:96:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   96 | static const QString MATCHED_TERM           = QLatin1String("matched_term");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:97:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   97 | static const QString DEFAULT_PHOTO          = QLatin1String("default_photo");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:98:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   98 | static const QString SQUARE_URL             = QLatin1String("square_url");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:99:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   99 | static const QString ANCESTORS              = QLatin1String("taxon_photos");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:100:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  100 | static const QString OBSCURED               = QLatin1String("obscured");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:101:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  101 | static const QString GEOJSON                = QLatin1String("geojson");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:102:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  102 | static const QString COORDINATES            = QLatin1String("coordinates");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:103:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  103 | static const QString LOGIN                  = QLatin1String("login");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:104:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  104 | static const QString ICON                   = QLatin1String("icon");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:105:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  105 | static const QString OBSERVATION            = QLatin1String("observation");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:106:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  106 | static const QString OBSERVATIONS           = QLatin1String("observations");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:107:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  107 | static const QString OBSERVED_ON            = QLatin1String("observed_on");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:108:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  108 | static const QString OBSERVED_ON_STRING     = QLatin1String("observed_on_string");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:109:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  109 | static const QString OBSERVATION_PHOTOS     = QLatin1String("observation_photos");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:110:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
  110 | static const QString PHOTO                  = QLatin1String("photo");
      | ^
32 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatwidget.cpp:18:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatwidget_p.h:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatwidget.h:27:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatwindow.cpp:74:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   74 | static const QString xmpNameSpaceURI    = QLatin1String("https://inaturalist.org/ns/1.0/");
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatwindow.cpp:75:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   75 | static const QString xmpNameSpacePrefix = QLatin1String("iNaturalist");
      | ^
4 warnings generated.
/home/gilles/Devel/8.x/core/tests/geolocation/geoiface/itemmarkertiler_utest.cpp:78:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   78 | const GeoCoordinates coord_1_2     = GeoCoordinates::fromGeoUrl(QLatin1String("geo:1,2"));
      | ^
/home/gilles/Devel/8.x/core/tests/geolocation/geoiface/itemmarkertiler_utest.cpp:79:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   79 | const GeoCoordinates coord_50_60   = GeoCoordinates::fromGeoUrl(QLatin1String("geo:50,60"));
      | ^
/home/gilles/Devel/8.x/core/tests/geolocation/geoiface/itemmarkertiler_utest.cpp:80:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   80 | const GeoCoordinates coord_m50_m60 = GeoCoordinates::fromGeoUrl(QLatin1String("geo:-50,-60"));
      | ^
In file included from /home/gilles/Devel/8.x/core/tests/geolocation/geoiface/tracks_utest.cpp:27:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/geolocation/geoiface/loadtrack_cli.cpp:31:5: warning: non-POD static (QTextStream) [-Wclazy-non-pod-global-static]
   31 |     QTextStream qout(stdout);
      |     ^
/home/gilles/Devel/8.x/core/tests/geolocation/geoiface/loadtrack_cli.cpp:32:5: warning: non-POD static (QTextStream) [-Wclazy-non-pod-global-static]
   32 |     QTextStream qerr(stderr);
      |     ^
2 warnings generated.
1 warning generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/filters/nrestimate_cli.cpp:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrestimate.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:43:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   43 | const QString fileName  = QLatin1String("advancedrename_testimage.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:44:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   44 | const QString fileName2 = QLatin1String("advancedrename_testimage2.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:45:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   45 | const QString fileName3 = QLatin1String("001a.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:46:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   46 | const QString fileName4 = QLatin1String("test.png");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:47:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   47 | const QString fileName5 = QLatin1String("myfile.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:48:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   48 | const QString fileName6 = QLatin1String("my_file.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:49:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   49 | const QString fileName7 = QLatin1String("holiday_spain_2011_img001.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:50:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   50 | const QString fileName8 = QLatin1String("my images.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:51:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   51 | const QString fileName9 = QLatin1String("holiday_spain_2011_001img.jpg");
      | ^
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:48:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   48 | const QString fileName  = QLatin1String("advancedrename_testimage.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:49:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   49 | const QString fileName2 = QLatin1String("advancedrename_testimage2.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:50:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   50 | const QString fileName3 = QLatin1String("001a.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:51:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   51 | const QString fileName4 = QLatin1String("test.png");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:52:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   52 | const QString fileName5 = QLatin1String("myfile.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:53:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   53 | const QString fileName6 = QLatin1String("my_file.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:54:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   54 | const QString fileName7 = QLatin1String("holiday_spain_2011_img001.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:55:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   55 | const QString fileName8 = QLatin1String("my images.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:56:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   56 | const QString fileName9 = QLatin1String("holiday_spain_2011_001img.jpg");
      | ^
/home/gilles/Devel/8.x/core/tests/iojobs/iojobs_utest.cpp:35:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   35 | const QString testFileName   = QLatin1String("test.png");
      | ^
/home/gilles/Devel/8.x/core/tests/iojobs/iojobs_utest.cpp:38:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   38 | const QString srcFolderName  = QLatin1String("src");
      | ^
/home/gilles/Devel/8.x/core/tests/iojobs/iojobs_utest.cpp:39:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   39 | const QString dstFolderPath  = QLatin1String("dst");
      | ^
/home/gilles/Devel/8.x/core/tests/iojobs/iojobs_utest.cpp:40:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   40 | const QString testFolderName = QLatin1String("test");
      | ^
5 warnings generated.
		

overloaded-signal

/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.cpp:16:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/server/databaseserver.cpp:197:26: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  197 |     mysqlShutDownProcess.start(d->mysqlAdminPath, mysqlShutDownArgs);
      |                          ^~~~~
      |                          startCommand
/home/gilles/Devel/8.x/core/libs/database/server/databaseserver.cpp:532:21: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  532 |         initProcess.start(d->mysqlInitPath, mysqlInitCmdArgs);
      |                     ^~~~~
      |                     startCommand
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dpixelsaliasfilter.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dpixelsaliasfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/borderfilter.cpp:523:37: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  523 |     QRegularExpressionMatch match = regexp.match(s);
      |                                     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/bordersettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/bordersettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/borderfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.cpp:33:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_p.cpp:23:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   23 | #include <QtConcurrent>
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/film/filmfilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/film/filmfilter_p.h:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/film/filmfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/dbinfoiface.cpp:55:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfilter.cpp:21:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   21 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/syncjob.cpp:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredbwatch.cpp:24:13: warning: Module QtDBus should not be included directly [-Wclazy-no-module-include]
   24 | #   include <QtDBus>
      |             ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/distortionfxfilter.cpp:33:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   33 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/imgqsort/imagequalityparser.cpp:30:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   30 | #include <QtConcurrent>              // krazy:exclude=includes
      |          ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/charcoalfilter.cpp:27:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   27 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/imgqsort/imagequalityparser.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/imgqsort/imagequalityparser_p.h:37:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/charcoalfilter.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/charcoalfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/embossfilter.cpp:30:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   30 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/database/coredb/coredbdownloadhistory.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/coredb/coredbdownloadhistory.h:26:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/embossfilter.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/embossfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/database/tags/tagscache.cpp:461:37: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  461 |             if ((it->name).contains(QRegularExpression(QLatin1String("(_Digikam_root_tag_/|/_Digikam_root_tag_|_Digikam_root_tag_)"))))
      |                                     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/tags/facetags.cpp:70:36: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   70 |         faceParentTagPath.contains(QRegularExpression(QLatin1String("(_Digikam_root_tag_/|"
      |                                    ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_p.h:63:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/invertfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/invertfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.cpp:15:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_freedesktop.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_p.h:63:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_database.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_p.h:63:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjob.cpp:26:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
4 warnings generated.
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_engine.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_p.h:63:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/autolevelsfilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/autolevelsfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.h:19:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.h:43:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/autoexpofilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/autoexpofilter.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.h:19:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.h:43:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailtask.cpp:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.cpp:15:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/stretchfilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/stretchfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/widgets/mainview/dzoombar.cpp:41:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/widgets/history/versionswidget.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/widgets/history/versionswidget.cpp:40:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/history/versionswidget.cpp:41:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
7 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/widgets/mainview/thememanager_p.cpp:495:29: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
  495 |         IntensityLighten  = 3,
      |                             ^
/home/gilles/Devel/8.x/core/libs/widgets/mainview/thememanager_p.cpp:501:29: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
  501 |         ColorTint         = 3,
      |                             ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadingcache.cpp:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/graphicsview/clickdragreleaseitem.cpp:28:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgcontainer.cpp:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dfileoperations.cpp:181:37: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  181 |     QRegularExpressionMatch match = version.match(completeBaseName);
      |                                     ^
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dfileoperations.cpp:227:37: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  227 |     QRegularExpressionMatch match = version.match(completeFileName);
      |                                     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
3 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/graphicsview/regionframeitem.cpp:38:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiasettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiasettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/tonalityfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/tonalityfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/infraredfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/infraredfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dservicemenu_linux.cpp:217:18: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  217 |         process->start(term, termOpts);
      |                  ^~~~~
      |                  startCommand
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dservicemenu_linux.cpp:228:18: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  228 |         process->start(exec, cmdArgs);
      |                  ^~~~~
      |                  startCommand
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dservicemenu_linux.cpp:418:24: warning: Use QMultiMap for maps storing multiple values with the same key. [-Wclazy-qt6-deprecated-api-fixes]
  418 |     return servicesMap.values();
      |                        ^
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dservicemenu_linux.cpp:446:26: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  446 |     return (string.split(split, Qt::SkipEmptyParts));
      |                          ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixersettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixersettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hspreviewwidget.cpp:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.cpp:16:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/blackframelistview.cpp:32:
/home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/blackframelistviewitem.h:48:23: warning: Unexpected non power-of-2 enumerator value: 150 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         THUMB_WIDTH = 150
      |                       ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/blackframelistviewitem.cpp:16:
/home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/blackframelistviewitem.h:48:23: warning: Unexpected non power-of-2 enumerator value: 150 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         THUMB_WIDTH = 150
      |                       ^
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
  132 |     void triggered(const IccProfile& profile);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.cpp:90:10: warning: Missing reference in range-for with non trivial type (Digikam::IccProfile) [-Wclazy-range-loop-reference]
   90 |     for (IccProfile profile : std::as_const(profiles))
      |          ^
      |          const      &
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelprops.cpp:91:37: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   91 |     QRegularExpressionMatch match = exp.match(str);
      |                                     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionstreeview.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionstreeview.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionstreeview.cpp:30:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/geolocation/itempropertiesgpstab.cpp:56:
In file included from /home/gilles/Devel/8.x/core/libs/properties/geolocation/itemgpsmodelhelper.h:27:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelfixer.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelfixer.h:29:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionsoverlays.cpp:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionsoverlays.cpp:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionsoverlays.cpp:27:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
1 warning generated.
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/geolocation/itemgpsmodelhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/properties/geolocation/itemgpsmodelhelper.h:27:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.cpp:37:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
9 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionsdelegate.cpp:32:
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionsdelegate.cpp:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelsettings.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelfixer.h:29:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelsettings.cpp:42:
/home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/blackframelistviewitem.h:48:23: warning: Unexpected non power-of-2 enumerator value: 150 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         THUMB_WIDTH = 150
      |                       ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_p.h:53:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelcontainer.cpp:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/threads/processlauncher.cpp:138:17: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  138 |     d->process->start(d->prog, d->args);
      |                 ^~~~~
      |                 startCommand
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_palbum.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_p.h:53:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/versionmanager/versionnamingscheme.cpp:59:37: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   59 |     QRegularExpressionMatch match = versionIntermediate.match(completeBaseName);
      |                                     ^
/home/gilles/Devel/8.x/core/libs/versionmanager/versionnamingscheme.cpp:79:44: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   79 |     QRegularExpressionMatch versionMatch = version.match(completeBaseName);
      |                                            ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationwrapper.cpp:41:
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:314:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
  314 |     void clicked();
      |     ^
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:319:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
  319 |     void clicked(const QPoint& pos);
      |     ^
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationwrapper.cpp:195:14: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  195 |         proc.start(QLatin1String("notify-send"),
      |              ^~~~~
      |              startCommand
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/import/importitempropertiestab.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/properties/import/importitempropertiestab.h:26:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.cpp:17:
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:314:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
  314 |     void clicked();
      |     ^
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:319:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
  319 |     void clicked(const QPoint& pos);
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_salbum.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_p.h:53:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/icc/iccprofilesettings.cpp:37:
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
  132 |     void triggered(const IccProfile& profile);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/icc/icctransformfilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/icc/icctransformfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/models/categorizeditemmodel.cpp:71:17: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   71 |     text.remove(QRegularExpression(QString::fromUtf8("[ \u00A0]?(\\.\\.\\.|…)$")));
      |                 ^
1 warning generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
9 warnings generated.
6 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/item/query/itemquerybuilder.cpp:462:35: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  462 |         if (readerString.contains(QRegularExpression(QLatin1String("^\\d+:\\d+$"))))
      |                                   ^
/home/gilles/Devel/8.x/core/libs/database/item/query/itemquerybuilder.cpp:471:40: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  471 |         else if (readerString.contains(QRegularExpression(QLatin1String("^\\d+(.\\d+)?$"))))
      |                                        ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/lc/localcontrastfilter.cpp:24:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   24 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbumfiltermodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbumfiltermodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbumfiltermodel.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/onlineversion/onlineversiondwnl.cpp:25:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   25 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lc/localcontrastfilter.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lc/localcontrastfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
2 warnings generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/widgets/metadata/exiv2/metadatawidget.cpp:55:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrestimate.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrestimate.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:47:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:51:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/sharpenfilter.cpp:29:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   29 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_preview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:47:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_preview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:51:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/sharpenfilter.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/sharpenfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_iconprovider.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:47:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_iconprovider.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:51:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/unsharpmaskfilter.cpp:27:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   27 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/unsharpmaskfilter.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/unsharpmaskfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_tooltip.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:47:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_tooltip.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:51:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
2 warnings generated.
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/levels/levelsfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/levels/levelsfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/fileactionmanager/metadatahub.cpp:598:34: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  598 |             if (keyword.contains(QRegularExpression(QLatin1String("(_Digikam_root_tag_/|/_Digikam_root_tag_|_Digikam_root_tag_)"))))
      |                                  ^
/home/gilles/Devel/8.x/core/libs/fileactionmanager/metadatahub.cpp:600:43: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  600 |                 keyword = keyword.replace(QRegularExpression(QLatin1String("(_Digikam_root_tag_/|/_Digikam_root_tag_|_Digikam_root_tag_)")),
      |                                           ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.cpp:18:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:111:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
  111 |     void settingsChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:119:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
  119 |     void settingsChanged(QWidget* widget);
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraphmodel.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraphmodel.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraphmodel.cpp:30:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.cpp:16:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvessettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvessettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr_p.cpp:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel_p.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
1 warning generated.
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbsettings.cpp:92:29: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   92 |             tempDesc.remove(QRegularExpression(QLatin1String("\\(.*\\)")));
      |                             ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel_p.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel_p.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/freerotationfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/freerotationfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodelthreads.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodelthreads.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_albums.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:754:57: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  754 |                      m_textFilterSettings.text.contains(expRatio) &&
      |                                                         ^
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:755:57: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  755 |                      m_textFilterSettings.text.contains(QRegularExpression(QLatin1String(":\\d+")))
      |                                                         ^
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:782:57: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  782 |             else if (m_textFilterSettings.text.contains(expFloat))
      |                                                         ^
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:808:36: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  808 |                      text.contains(QRegularExpression(QLatin1String("^>\\d{1,15}$"))) &&
      |                                    ^
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:815:36: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  815 |                      text.contains(QRegularExpression(QLatin1String("^<\\d{1,15}$"))) &&
      |                                    ^
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:822:36: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  822 |                      text.contains(QRegularExpression(QLatin1String("^\\d+$"))) &&
      |                                    ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_database.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/shearfilter.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/shearfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_iconview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/autocrop.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/autocrop.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.cpp:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
6 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_p.h:19:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_miscs.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
3 warnings generated.
4 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.cpp:15:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_tooltips.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_item.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_p.h:19:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_item.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
4 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationsettings.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.cpp:16:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_view.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_p.h:19:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingfilter.cpp:22:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_view.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
3 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wscomboboxdelegate.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wscomboboxdelegate.h:32:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
1 warning generated.
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumthumbnailloader.cpp:43:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumthumbnailloader.cpp:44:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/album/engine/albumwatch.cpp:82:17: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
   82 |             dir = QDir(path);
      |             ~~~~^~~~~~~~~~~~
      |             dir.setPath(QDir(path))
/home/gilles/Devel/8.x/core/libs/album/engine/albumwatch.cpp:86:17: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
   86 |             dir = info.dir();
      |             ~~~~^~~~~~~~~~~~
      |             dir.setPath(info.dir())
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/tags/autoassignment/model/dnnbasedetectormodel.cpp:75:10: warning: Missing reference in range-for with non trivial type (QHash<QString, QList<QRect>>) [-Wclazy-range-loop-reference]
   75 |     for (auto detectedBoxes : std::as_const(results))
      |          ^
      |          const  &
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/widgets/files/dbinaryiface.cpp:94:26: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   94 |     float floatVersion = verRegExp.match(version()).captured(0).toFloat();
      |                          ^
/home/gilles/Devel/8.x/core/libs/widgets/files/dbinaryiface.cpp:111:26: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  111 |     float floatVersion = verRegExp.match(version()).captured(0).toFloat();
      |                          ^
/home/gilles/Devel/8.x/core/libs/widgets/files/dbinaryiface.cpp:163:17: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  163 |     m_version = verRegExp.match(version).captured(0);
      |                 ^
/home/gilles/Devel/8.x/core/libs/widgets/files/dbinaryiface.cpp:312:17: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  312 |         process.start(possiblePath, m_binaryArguments);
      |                 ^~~~~
      |                 startCommand
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.cpp:18:
/home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:44:5: warning: signal tagEdited is overloaded [-Wclazy-overloaded-signal]
   44 |     void tagEdited(const QModelIndex& index, int rating);
      |     ^
/home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:45:5: warning: signal tagEdited is overloaded [-Wclazy-overloaded-signal]
   45 |     void tagEdited(const QModelIndex& index, const QString&);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.cpp:24:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
7 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionsettings.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionsettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/album/widgets/albumpropsedit.cpp:406:26: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  406 |     bool enable      = (!emptyTitle.match(newtitle).hasMatch() && !newtitle.isEmpty());
      |                          ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectioncontainer.cpp:19:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectors.cpp:43:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/contentawarefilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/contentawarefilter.h:28:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/tags/widgets/tageditdlg.cpp:348:21: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  348 |     bool enable = (!emptyTitle.match(newtitle).hasMatch() && !newtitle.isEmpty());
      |                     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunsettings.cpp:13:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunsettings.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.cpp:20:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   20 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.cpp:13:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/build.clazy/core/libs/video/core_videotoolscommon_obj_autogen/mocs_compilation.cpp:2:
In file included from /home/gilles/Devel/8.x/build.clazy/core/libs/video/core_videotoolscommon_obj_autogen/7P4I4GMEXJ/moc_vidslidetask.cpp:9:
/home/gilles/Devel/8.x/build.clazy/core/libs/video/core_videotoolscommon_obj_autogen/7P4I4GMEXJ/../../../../../../core/libs/video/manager/vidslidetask.h:42:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   42 |     void signalDone(bool);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuncameraselector.cpp:13:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuncameraselector.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:13:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.h:66:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:182:13: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  182 |     lensDir = QDir(lensPath + QLatin1String("/version_2"), QLatin1String("*.xml"));
      |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     lensDir.setPath(QDir(lensPath + QLatin1String("/version_2"), QLatin1String("*.xml")))
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:188:17: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  188 |         lensDir = QDir(lensPath + QLatin1String("/version_1"), QLatin1String("*.xml"));
      |         ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         lensDir.setPath(QDir(lensPath + QLatin1String("/version_1"), QLatin1String("*.xml")))
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:194:20: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  194 |            lensDir = QDir(lensPath, QLatin1String("*.xml"));
      |            ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |            lensDir.setPath(QDir(lensPath, QLatin1String("*.xml")))
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:466:36: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  466 |                 lensCutted.replace(QRegularExpression(QLatin1String("\\.[0-9]")), QLatin1String("")); //krazy:exclude=doublequote_chars
      |                                    ^
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/refocusfilter.cpp:25:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   25 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/refocusfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/refocusfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/video/manager/vidslidetask.h:42:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   42 |     void signalDone(bool);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/video/manager/vidslidetask.h:42:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   42 |     void signalDone(bool);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/labelstreeview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumlabelssearchhandler.cpp:50:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_album.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_album.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_album.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_palbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_palbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_palbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_talbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_talbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_talbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_dalbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_dalbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_dalbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_falbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_falbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_falbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_salbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_salbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenameprocessdialog.cpp:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_database.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_database.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_database.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.cpp:37:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_collection.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_collection.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_collection.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
3 warnings generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:109:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:110:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:113:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:117:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:117:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:128:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttableview.cpp:29:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:95:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:109:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:110:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:113:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:117:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:117:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:128:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
17 warnings generated.
/home/gilles/Devel/8.x/core/utilities/advancedrename/common/parser.cpp:104:32: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  104 |     return (!str.isEmpty() && !invalidString.match(str).hasMatch());
      |                                ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/bqminfoiface.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/bqminfoiface.cpp:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
2 warnings generated.
16 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:95:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:109:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:110:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:113:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:117:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:117:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:128:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:46:
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
  132 |     void triggered(const IccProfile& profile);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:80:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:84:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
17 warnings generated.
/home/gilles/Devel/8.x/core/utilities/advancedrename/common/ruledialog.cpp:121:19: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  121 |     _title.remove(QRegularExpression(QLatin1String("\\.{3,}")))
      |                   ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/dialogs/softproofdialog.cpp:37:
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
  132 |     void triggered(const IccProfile& profile);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:95:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:109:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:110:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:113:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:117:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:117:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:128:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:80:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:84:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
17 warnings generated.
/home/gilles/Devel/8.x/core/utilities/advancedrename/common/tooltipcreator.cpp:148:20: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  148 |     result.replace(optionsRegExp, QString::fromUtf8("<i><font color=\"%1\">\\1</font></i>")
      |                    ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.cpp:27:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/cameracontroller.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/cameracontroller.h:28:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
/home/gilles/Devel/8.x/core/utilities/import/backend/cameracontroller.cpp:137:45: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  137 |             QRegularExpressionMatch match = x.match(xport);
      |                                             ^
/home/gilles/Devel/8.x/core/utilities/import/backend/cameracontroller.cpp:894:25: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  894 |                 process.start(QLatin1String("/bin/bash"), QStringList() << QLatin1String("-c") << s);
      |                         ^~~~~
      |                         startCommand
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editortool.cpp:33:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/assignedlist.cpp:57:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:80:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:84:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
17 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/gpcamera.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/gpcamera.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuelist.cpp:65:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuelist.cpp:66:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:80:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:84:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/umscamera.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/umscamera.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
17 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorstackview.cpp:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuepool.cpp:15:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:21:
/home/gilles/Devel/8.x/core/libs/database/models/itemlistmodel.h:44:5: warning: signal imageInfosRemoved is overloaded (with /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:42:1) [-Wclazy-overloaded-signal]
   44 |     void imageInfosRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:80:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:84:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/dialogs/capturedlg.cpp:32:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/cameracontroller.h:28:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/dialogs/cameramessagebox.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/dialogs/cameramessagebox.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow_p.h:133:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow_p.h:134:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow_p.h:141:
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:314:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
  314 |     void clicked();
      |     ^
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:319:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
  319 |     void clicked(const QPoint& pos);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
  132 |     void triggered(const IccProfile& profile);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_p.h:66:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_p.h:67:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_sketch.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_p.h:67:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/widgets/previewlist.cpp:31:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_similar.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_p.h:66:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_similar.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_p.h:67:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow_p.h:72:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/utils/iteminfojob.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/misc/setupmisc.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/misc/setupmisc_p.h:58:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importfiltercombobox.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importfiltercombobox.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importfilter.h:28:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesalbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesalbum.h:29:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchview.cpp:39:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.h:25:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.cpp:57:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.cpp:57:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.cpp:57:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesalbumitem.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesalbumitem.h:27:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup_p.h:39:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.cpp:15:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.cpp:16:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.cpp:32:
/home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/databasetask.h:63:5: warning: signal signalFinished is overloaded [-Wclazy-overloaded-signal]
   63 |     void signalFinished();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/databasetask.h:64:5: warning: signal signalFinished is overloaded [-Wclazy-overloaded-signal]
   64 |     void signalFinished(bool done, bool errorFree);
      |     ^
22 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/database/faceutils.cpp:36:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup_p.h:39:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/album/setupalbumview.cpp:42:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
1 warning generated.
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:19:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/database/faceitemretriever.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/database/faceitemretriever.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup_label.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup_p.h:39:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointgroup.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointgroup_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointgroup.h:41:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/album/setupcategory.cpp:42:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfieldgroup.cpp:26:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/camitemsortsettings.cpp:23:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
16 warnings generated.
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/items/faceitem.cpp:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidgetstates.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
2 warnings generated.
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_album.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg_p.h:45:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpssearchview.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpssearchview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpssearchview.cpp:49:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.h:37:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpssearchview.cpp:49:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.h:42:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importcategorydrawer.cpp:28:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importcategorydrawer.cpp:28:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importcategorydrawer.cpp:28:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importcategorydrawer.cpp:28:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importcategorydrawer.cpp:28:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
6 warnings generated.
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/items/facegroup_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/items/facegroup_p.h:44:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_colordepth.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/itemviewimportdelegate.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:19:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate_p.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate_p.h:27:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg_settings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg_p.h:45:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepreviewloader.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepreviewloader.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.h:37:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.h:42:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.h:42:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.cpp:17:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.h:62:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   62 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.h:63:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   63 |     void signalSetUIEnabled(const bool enabledState, QObject* const cancelObject, const QString& cancelSlot);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.cpp:52:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
7 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_keyword.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importtooltipfiller.cpp:33:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importoverlays.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importoverlays.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/itemviewimportdelegate.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importoverlays.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importoverlays.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importoverlays.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importoverlays.cpp:24:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metaremover/metadataremover.cpp:34:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_pageorientation.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.cpp:16:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:79:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:80:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   80 |     void signalSetUIEnabled(const bool enabledState,
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.cpp:47:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_rangeint.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/parallelpipes.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/parallelpipes.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/utilities/setup/metadata/advancedmetadatatab.cpp:371:10: warning: Missing reference in range-for with non trivial type (Digikam::NamespaceEntry) [-Wclazy-range-loop-reference]
  371 |     for (NamespaceEntry e : container)
      |          ^
      |          const          &
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_checkbox.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/scanstatefilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/scanstatefilter.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/duplicates/duplicatesfinder.cpp:36:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   75 |     void finished();
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.cpp:15:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.cpp:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
16 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/databasetask.cpp:15:
/home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/databasetask.h:63:5: warning: signal signalFinished is overloaded [-Wclazy-overloaded-signal]
   63 |     void signalFinished();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/databasetask.h:64:5: warning: signal signalFinished is overloaded [-Wclazy-overloaded-signal]
   64 |     void signalFinished(bool done, bool errorFree);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_combobox.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
15 warnings generated.
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/lookup/lookupaltitudegeonames.cpp:228:82: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  228 |     const QStringList altitudes                = QString::fromLatin1(data).split(QRegularExpression(QLatin1String("\\s+")));
      |                                                                                  ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/dbcleaner.cpp:35:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_labels.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importpreviewview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importpreviewview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importpreviewview.cpp:34:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview_p.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_rating.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidgetstates.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidgetstates.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemcontainer.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/thumbs/thumbstask.cpp:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:38:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:38:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemdelegate.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlist.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/bench/detectionbenchmarker.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/bench/detectionbenchmarker.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_choice.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:38:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:38:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/bench/recognitionbenchmarker.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/bench/recognitionbenchmarker.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/fingerprints/fingerprintsgenerator.cpp:37:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_createfield.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/importfilterdlg.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/importfilterdlg.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importfilter.h:28:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemsortproxymodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemsortproxymodel.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemsortproxymodel.cpp:369:10: warning: Missing reference in range-for with non trivial type (QPointer<const QAbstractProxyModel>) [-Wclazy-range-loop-reference]
  369 |     for (auto p : std::as_const(m_proxyChainUp))
      |          ^
      |          const  &
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemsortproxymodel.cpp:374:10: warning: Missing reference in range-for with non trivial type (QPointer<const QAbstractProxyModel>) [-Wclazy-range-loop-reference]
  374 |     for (auto p : std::as_const(m_proxyChainDown))
      |          ^
      |          const  &
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/workers/detectionworker.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/workers/detectionworker.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
3 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:121:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:38:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:121:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:38:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:128:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_monthday.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/setupcamera.cpp:54:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/gpcamera.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/workers/recognitionworker.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/workers/recognitionworker.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlist.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlist.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
18 warnings generated.
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/imgqsort/imagequalitysorter.cpp:37:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/dngconvertsettings.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/workers/databasewriter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/workers/databasewriter.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/cameraselection.cpp:46:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/gpcamera.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlistcontextmenu.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlistcontextmenu.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlist.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlistcontextmenu.cpp:16:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlistcontextmenu.h:77:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlistcontextmenu.h:78:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalSetUIEnabled(const bool enabledState, QObject* const cancelObject, const QString& cancelSlot);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_rangedouble.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
3 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/cameralist.cpp:40:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/gpcamera.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/workers/trainerworker.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/workers/trainerworker.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_text.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/autotags/autotagsassignment.cpp:34:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/cameratype.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/cameratype.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/cameratype.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/cameratype.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
15 warnings generated.
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.cpp:16:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.cpp:50:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgabstracthistory_utest.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgabstracthistory_utest.cpp:40:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/mediawiki/fakeserver/fakeserver.cpp:67:80: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   67 |         QStringList token = QString::fromUtf8(m_clientSocket->readAll()).split(QRegularExpression(QStringLiteral("[ \r\n][ \r\n]*")));
      |                                                                                ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/choicesearchutilities.cpp:24:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/build.clazy/core/tests/imgqsort/moc_imgqsorttest.cpp:9:
In file included from /home/gilles/Devel/8.x/build.clazy/core/tests/imgqsort/../../../../core/tests/imgqsort/imgqsorttest.h:33:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
17 warnings generated.
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/core/gpsundocommand.cpp:20:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/core/gpsgeoifacemodelhelper.cpp:37:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/gpsbookmarkowner.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/gpsbookmarkowner.cpp:35:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/bookmarksmenu.h:68:5: warning: signal hovered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
   68 |     void hovered(const QString& text);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/gpsbookmarkmodelhelper.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/bookmarksmenu.cpp:15:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/bookmarksmenu.h:68:5: warning: signal hovered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
   68 |     void hovered(const QString& text);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/app/date/ddatetable.h:145:5: warning: signal dateChanged is overloaded [-Wclazy-overloaded-signal]
  145 |     void dateChanged(const QDate& date);
      |     ^
/home/gilles/Devel/8.x/core/app/date/ddatetable.h:153:5: warning: signal dateChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void dateChanged(const QDate& cur, const QDate& old);
      |     ^
/home/gilles/Devel/8.x/core/app/date/ddatetable.h:145:5: warning: signal dateChanged is overloaded [-Wclazy-overloaded-signal]
  145 |     void dateChanged(const QDate& date);
      |     ^
/home/gilles/Devel/8.x/core/app/date/ddatetable.h:153:5: warning: signal dateChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void dateChanged(const QDate& cur, const QDate& old);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/date/ddatepicker.cpp:38:
In file included from /home/gilles/Devel/8.x/core/app/date/ddatetable_p.h:20:
/home/gilles/Devel/8.x/core/app/date/ddatetable.h:145:5: warning: signal dateChanged is overloaded [-Wclazy-overloaded-signal]
  145 |     void dateChanged(const QDate& date);
      |     ^
/home/gilles/Devel/8.x/core/app/date/ddatetable.h:153:5: warning: signal dateChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void dateChanged(const QDate& cur, const QDate& old);
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
4 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.cpp:30:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.cpp:30:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.cpp:30:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/albumdragdrop.cpp:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/albumdragdrop.cpp:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/albumdragdrop.cpp:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/albumdragdrop.cpp:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/albumdragdrop.cpp:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
15 warnings generated.
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:37:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:42:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
21 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/tagdragdrop.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/tagdragdrop.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/tagdragdrop.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
13 warnings generated.
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/digikamitemdelegate.cpp:24:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/digikamitemdelegate.cpp:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.cpp:18:
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.cpp:41:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.cpp:41:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.cpp:43:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.cpp:46:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemfacedelegate.cpp:18:
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemfacedelegate.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/digikamitemdelegate.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemfacedelegate.cpp:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbumfiltermodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:54:
/home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:44:5: warning: signal tagEdited is overloaded [-Wclazy-overloaded-signal]
   44 |     void tagEdited(const QModelIndex& index, int rating);
      |     ^
/home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:45:5: warning: signal tagEdited is overloaded [-Wclazy-overloaded-signal]
   45 |     void tagEdited(const QModelIndex& index, const QString&);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:58:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
13 warnings generated.
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:16:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:39:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.cpp:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbumfiltermodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
15 warnings generated.
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnaildelegate.cpp:18:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnaildelegate.h:24:
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnaildelegate.cpp:25:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/assignnameoverlay.cpp:18:
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/assignnameoverlay.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnaildelegate.cpp:25:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnaildelegate.cpp:27:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnaildelegate.cpp:29:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/assignnameoverlay.cpp:37:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/assignnameoverlay.cpp:38:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/assignnameoverlay.cpp:38:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/assignnameoverlay.cpp:41:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
   81 |     void visibleChanged(bool v);
      |     ^
15 warnings generated.
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/facerejectionoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/facerejectionoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/facerejectionoverlay.cpp:24:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/facerejectionoverlay.cpp:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/groupindicatoroverlay.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/groupindicatoroverlay.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/groupindicatoroverlay.cpp:27:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/groupindicatoroverlay.cpp:28:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/groupindicatoroverlay.cpp:28:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemfullscreenoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemfullscreenoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemfullscreenoverlay.cpp:24:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemfullscreenoverlay.cpp:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemratingoverlay.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemratingoverlay.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemratingoverlay.cpp:22:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemratingoverlay.cpp:23:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemratingoverlay.cpp:23:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemrotationoverlay.cpp:23:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemrotationoverlay.cpp:23:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemrotationoverlay.cpp:23:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemrotationoverlay.cpp:25:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewdelegate.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.cpp:24:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.cpp:25:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.cpp:25:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemselectionoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemselectionoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemselectionoverlay.cpp:24:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
13 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/tooltipfiller.cpp:44:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemviewutilities.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemviewutilities.cpp:46:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_services.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_services.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_tags.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_tags.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_albums.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_albums.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_groups.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_groups.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_tools.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_tools.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_actions.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_actions.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemcategorydrawer.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemcategorydrawer.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemcategorydrawer.cpp:33:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemcategorydrawer.cpp:33:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_model.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
6 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:31:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camerathumbsctrl.h:27:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:31:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_configuration_dialog.cpp:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
17 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_thumbnail.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_thumbnail.cpp:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_thumbnail.cpp:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_columnfactory.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_selection_model_syncer.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_albums.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_albums.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_albums.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_albums.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_albums.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_groups.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_groups.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_groups.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_albums.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_groups.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_groups.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_albums.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_groups.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_groups.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
17 warnings generated.
17 warnings generated.
/home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:125:29: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
  125 |                            [this, tagID]()
      |                             ^~~~~
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_sidebars.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_sidebars.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_sidebars.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_sidebars.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_sidebars.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_sidebars.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_sidebars.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
18 warnings generated.
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_views.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_views.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_views.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_views.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_views.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_views.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_views.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_zoom.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_zoom.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_zoom.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_zoom.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_zoom.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_zoom.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_zoom.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:21:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   76 |     void signalAdvance(const ItemInfo&, const QImage&, int);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalAdvance(const ItemInfo&, const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalAdvance(const QImage&);
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
   83 |     void signalAdvance();
      |     ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
37 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/trashview.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/trashview.cpp:41:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:34:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:34:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:34:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  153 |     void currentChanged(const ItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:53:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
16 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/datefolderviewsidebarwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/datefolderviewsidebarwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbumfiltermodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/preview/itempreviewview.cpp:79:
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointgroup.h:41:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  132 |     void propertiesAssigned(bool visible);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
  138 |     void propertiesAssigned(QObject* item, bool visible);
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:44:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:50:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:50:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  144 |     void currentChanged(const CamItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/gpssearchsidebarwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/gpssearchsidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
17 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/exif/exifeditwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/exif/exifeditwidget.h:20:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultbackend.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultbackend.h:26:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:79:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:80:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   80 |     void signalSetUIEnabled(const bool enabledState,
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/timeadjust/timeadjustlist.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/timeadjust/timeadjustlist.h:27:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingmanager.cpp:22:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.h:68:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   68 |     void finished(const DigikamGenericExpoBlendingPlugin::ExpoBlendingActionData& ad);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultbackend.h:26:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:79:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:80:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   80 |     void signalSetUIEnabled(const bool enabledState,
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodel.cpp:29:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
3 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp:46:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   46 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/timeadjust/timeadjusttask.cpp:33:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/timeadjust/timeadjustlist.h:27:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.h:24:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultbackend.h:26:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:79:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:80:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   80 |     void signalSetUIEnabled(const bool enabledState,
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp:17:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.h:68:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   68 |     void finished(const DigikamGenericExpoBlendingPlugin::ExpoBlendingActionData& ad);
      |     ^
3 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp:677:26: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  677 |         d->alignProcess->start();
      |                          ^~~~~
      |                          startCommand
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:79:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:80:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   80 |     void signalSetUIEnabled(const bool enabledState,
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultwidget.cpp:45:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/dialog/gpsitemdetails.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/dialog/gpsitemdetails.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/dialog/geolocationedit.cpp:62:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/dialog/geolocationedit.cpp:66:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlistcontextmenu.h:77:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   77 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemlistcontextmenu.h:78:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   78 |     void signalSetUIEnabled(const bool enabledState, QObject* const cancelObject, const QString& cancelSlot);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/dialog/geolocationedit.cpp:67:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.h:62:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   62 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.h:63:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   63 |     void signalSetUIEnabled(const bool enabledState, QObject* const cancelObject, const QString& cancelSlot);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/dialog/geolocationedit.cpp:70:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:79:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   79 |     void signalSetUIEnabled(const bool enabledState);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:80:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
   80 |     void signalSetUIEnabled(const bool enabledState,
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/iptc/iptceditwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/iptc/iptceditwidget.h:20:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/wizard/expoblendingitemspage.cpp:35:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.h:68:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   68 |     void finished(const DigikamGenericExpoBlendingPlugin::ExpoBlendingActionData& ad);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.h:68:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   68 |     void finished(const DigikamGenericExpoBlendingPlugin::ExpoBlendingActionData& ad);
      |     ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/kmlwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/kmlwidget.h:31:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/kmlexport.cpp:65:47: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
   65 |     webFileName         = webFileName.replace(QRegularExpression(QLatin1String("[^-0-9a-z]+")), QLatin1String("_"));
      |                                               ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/kmlexport.cpp:596:31: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  596 |     m_tempDestDir             = QDir(QDir::temp().filePath(QString::fromLatin1("digiKam-kmlexport-%1").arg(qApp->applicationPid())));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     m_tempDestDir.setPath(QDir(QDir::temp().filePath(QString::fromLatin1("digiKam-kmlexport-%1").arg(qApp->applicationPid()))))
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/kmlexport.cpp:599:31: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  599 |     m_imageDir                = QDir(m_tempDestDir.filePath(m_imageDirBasename));
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     m_imageDir.setPath(QDir(m_tempDestDir.filePath(m_imageDirBasename)))
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/sendbymail/wizard/mailimagespage.cpp:30:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/blendingdlg/bracketstack.cpp:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
2 warnings generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/blendingdlg/expoblendingdlg.cpp:58:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.h:68:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   68 |     void finished(const DigikamGenericExpoBlendingPlugin::ExpoBlendingActionData& ad);
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintthread.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintthread.h:20:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprinttask.h:60:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   60 |     void signalDone(bool);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegstreamdlg_settings.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegstreamdlg_p.h:44:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/jalbum/wizard/jalbumselectionpage.cpp:27:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpcontent.cpp:33:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/altlangstringedit.h:51:5: warning: signal signalModified is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/metadata/utils/altlangstredit.h:33:1) [-Wclazy-overloaded-signal]
   51 |     void signalModified();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprinttask.cpp:15:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprinttask.h:60:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   60 |     void signalDone(bool);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprinttask.cpp:33:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintintropage.cpp:36:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegstreamdlg_server.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegstreamdlg_p.h:44:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintalbumspage.cpp:23:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegstreamdlg_views.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegstreamdlg_p.h:44:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintphotopage.cpp:338:41: warning: Use QMultiMap for maps storing multiple values with the same key. [-Wclazy-qt6-deprecated-api-fixes]
  338 |     if (AdvPrintSettings::outputNames().values().contains(text))
      |                                         ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpstatus.cpp:32:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/altlangstringedit.h:51:5: warning: signal signalModified is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/metadata/utils/altlangstredit.h:33:1) [-Wclazy-overloaded-signal]
   51 |     void signalModified();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/textconverterdialog.cpp:43:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/textconverterlist.h:20:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcroppage.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcroppage.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/videoslideshow/vidslideimagespage.cpp:30:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpproperties.cpp:36:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/altlangstringedit.h:51:5: warning: signal signalModified is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/metadata/utils/altlangstredit.h:33:1) [-Wclazy-overloaded-signal]
   51 |     void signalModified();
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/textconverterlist.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/textconverterlist.h:20:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/altlangstringedit.cpp:17:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/altlangstringedit.h:51:5: warning: signal signalModified is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/metadata/utils/altlangstredit.h:33:1) [-Wclazy-overloaded-signal]
   51 |     void signalModified();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintfinalpage.cpp:39:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintthread.h:20:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprinttask.h:60:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   60 |     void signalDone(bool);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintfinalpage.cpp:40:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/textconvertersettings.cpp:37:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/textconverterlist.h:20:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/videoslideshow/vidslidefinalpage.cpp:42:
In file included from /home/gilles/Devel/8.x/core/libs/video/manager/vidslidethread.h:20:
/home/gilles/Devel/8.x/core/libs/video/manager/vidslidetask.h:42:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   42 |     void signalDone(bool);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/dngconverter/dngconverterlist.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/dngconverter/dngconverterlist.h:23:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/wizard/invisiblebuttongroup.cpp:25:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:111:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
  111 |     void settingsChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:119:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
  119 |     void settingsChanged(QWidget* widget);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/metadataeditdialog.cpp:43:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/exif/exifeditwidget.h:20:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/metadataeditdialog.cpp:46:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.cpp:47:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintthread.h:20:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprinttask.h:60:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   60 |     void signalDone(bool);
      |     ^
4 warnings generated.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/printcreatorplugin.cpp:27:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/dialogs/presentationdlg.cpp:42:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.cpp:16:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:59:23: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   59 |         RESTRICTED  = 3,
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:70:22: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   70 |         OTHER      = 3,
      |                      ^
2 warnings generated.
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/box/boxwidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/box/boxwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/dialogs/presentation_mainpage.cpp:43:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
1 warning generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrnewalbumdlg.cpp:28:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickritem.h:25:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrnewalbumdlg.cpp:28:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickritem.h:25:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:59:23: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   59 |         RESTRICTED  = 3,
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:70:22: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   70 |         OTHER      = 3,
      |                      ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/dropbox/dbwidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/dropbox/dbwidget.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/box/boxwindow.cpp:35:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
4 warnings generated.
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/wizard/htmlwizard.cpp:35:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:111:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
  111 |     void settingsChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:119:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
  119 |     void settingsChanged(QWidget* widget);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/dropbox/dbwindow.cpp:35:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrwidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrwidget_p.h:19:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrwidget.h:28:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrwidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrwidget_p.h:19:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrwidget.h:28:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:59:23: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   59 |         RESTRICTED  = 3,
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:70:22: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   70 |         OTHER      = 3,
      |                      ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.h:31:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickritem.h:25:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.h:31:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickritem.h:25:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:59:23: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   59 |         RESTRICTED  = 3,
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:70:22: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   70 |         OTHER      = 3,
      |                      ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrwindow.cpp:43:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.h:31:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickritem.h:25:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:59:23: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   59 |         RESTRICTED  = 3,
      |                       ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:70:22: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   70 |         OTHER      = 3,
      |                      ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurwindow.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurimageslist.h:24:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatplugin.cpp:27:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatwindow.h:35:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.h:33:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gswidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gswidget.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gswindow.cpp:43:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gswindow.cpp:50:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gsreplacedlg.h:28:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackwindow.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackwindow.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackwindow.cpp:369:30: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  369 |         tagsList = str.split(QRegularExpression(QLatin1String("\\W+")), Qt::SkipEmptyParts);
      |                              ^
3 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatsuggest.cpp:28:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.h:33:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/gallerygenerator.cpp:656:29: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  656 |     return fileName.replace(QRegularExpression(QLatin1String("[^-0-9a-z]+")), QLatin1String("_"));
      |                             ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackwidget_p.h:18:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.h:33:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatwindow.cpp:18:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inatwindow.h:35:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.h:33:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_queryimageinfo.cpp:16:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_queryimageinfo.h:145:5: warning: signal result is overloaded (with /opt/qt6/include/KF6/KCoreAddons/kjob.h:73:1) [-Wclazy-overloaded-signal]
  145 |     void result(const QList<Imageinfo>& imageinfos);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/pinterest/pwidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/pinterest/pwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_querysiteinfogeneral.h:77:5: warning: signal result is overloaded (with /opt/qt6/include/KF6/KCoreAddons/kjob.h:73:1) [-Wclazy-overloaded-signal]
   77 |     void result(const Generalinfo& generalinfo);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftexportwidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftexportwidget.h:28:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/twitter/twitterwidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/twitter/twitterwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/pinterest/pwindow.cpp:35:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftimportwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftimportwidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftimportwindow.cpp:33:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftimportwidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/twitter/twitterwindow.cpp:35:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
3 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/smugmug/smugwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/smugmug/smugwidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/smugmug/smugwindow.cpp:42:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_queryinfo.cpp:150:25: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  150 |         content.replace(regex, QStringLiteral("&"));
      |                         ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/file/print/printoptionspage.cpp:38:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:111:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
  111 |     void settingsChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:119:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
  119 |     void settingsChanged(QWidget* widget);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/adjustlevels/adjustlevelstool.cpp:54:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/levels/levelsfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/autocorrection/autocorrectiontool.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/autolevelsfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/bcg/bcgtool.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_parse.cpp:17:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_parse.h:78:5: warning: signal result is overloaded (with /opt/qt6/include/KF6/KCoreAddons/kjob.h:73:1) [-Wclazy-overloaded-signal]
   78 |     void result(const QString& text);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/bwsepia/bwsepiatool.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/channelmixer/channelmixertool.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/colorbalance/cbtool.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/invert/inverttoolplugin.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/invertfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/profileconversion/profileconversiontoolplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/profileconversion/profileconversiontoolplugin.h:20:
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
  132 |     void triggered(const IccProfile& profile);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/film/filmtool.cpp:54:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/film/filmfilter_p.h:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/film/filmfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/hsl/hsltool.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/whitebalance/whitebalancetool.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/profileconversion/profileconversiontool.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/icc/icctransformfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/decorate/border/bordertool.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/borderfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/hotpixels/hotpixelstool.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelfixer.h:29:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/antivignetting/antivignettingtool.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/decorate/texture/texturetool.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/texturefilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/blur/blurtool.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/redeye/redeyetool.cpp:45:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/restoration/restorationtool.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/sharpen/sharpentool.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/sharpenfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/localcontrast/localcontrasttool.cpp:42:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lc/localcontrastfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/lensdistortion/lensdistortiontool.cpp:44:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensdistortionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/noisereduction/noisereductiontool.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrestimate.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/distortionfx/distortionfxtool.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/distortionfxfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/lensautofix/lensautofixtool.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/blurfx/blurfxtool.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfxfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/charcoal/charcoaltool.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/charcoalfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/colorfx/colorfxtool.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/emboss/embosstool.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/embossfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/transform/autocrop/autocroptoolplugin.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/autocrop.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/oilpaint/oilpainttool.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/oilpaintfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/filmgrain/filmgraintool.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/raindrop/raindroptool.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/raindropfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/transform/freerotation/freerotationtool.cpp:45:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/freerotationfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/transform/perspective/perspectivewidget.cpp:42:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dpixelsaliasfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/transform/shear/sheartool.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/shearfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/transform/contentawareresize/contentawareresizetool.cpp:47:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/contentawarefilter.h:28:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/dimg/raw/dimgrawplugin.cpp:29:
In file included from /home/gilles/Devel/8.x/core/dplugins/dimg/raw/dimgrawloader.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/raw/rawprocessingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/dimg/raw/dimgrawloader.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/dimg/raw/dimgrawloader.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/raw/rawprocessingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetupmisc.cpp:49:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/dimg/equalizefilter_cli.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/equalizefilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/dimg/colorbalancefilter_cli.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodragdrophandler.cpp:30:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodragdrophandler.cpp:30:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodragdrophandler.cpp:30:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodragdrophandler.cpp:30:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
5 warnings generated.
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocoordinatesoverlay.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocoordinatesoverlay.h:26:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotoitemviewdelegate.h:19:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocoordinatesoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocoordinatesoverlay.cpp:26:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocoordinatesoverlay.cpp:26:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotoitemviewdelegate.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotoitemviewdelegate_p.h:17:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotoitemviewdelegate.h:19:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgfilteraction_utest.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/filteractionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgfilteractionkeys_utest.cpp:29:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgfilteraction_utest.cpp:32:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate_p.h:18:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate.h:24:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotoitemviewdelegate.h:19:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate_p.h:18:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgfreerotation_utest.cpp:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/freerotationfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate_p.h:36:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotodelegate_p.h:36:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
1 warning generated.
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgloader_utest.cpp:30:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
14 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.cpp:15:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
14 warnings generated.
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/fileio/loadsavethread_utest.cpp:29:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/fileio/loadpgfdata_utest.cpp:27:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/fileio/qtpgf_utest.cpp:27:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/fileio/pgfscaled_utest.cpp:27:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/filters/autocrop_cli.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/autocrop.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/filters/lensfuniface_cli.cpp:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.h:66:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/folderview/showfotofolderviewmodel.cpp:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/folderview/showfotofolderviewbar.cpp:40:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/folderview/showfotofolderviewbookmarks.cpp:38:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewitem.cpp:33:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.cpp:39:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.cpp:39:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.cpp:39:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewsidebar.cpp:39:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewsidebar.cpp:40:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewsidebar.cpp:40:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewtooltip.cpp:22:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewsidebar.cpp:40:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewsidebar.cpp:40:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
16 warnings generated.
2 warnings generated.
16 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavorites.cpp:44:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavorites.cpp:46:
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitemdlg.h:28:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavorites.cpp:47:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoritelist.h:62:5: warning: signal signalAddFavorite is overloaded [-Wclazy-overloaded-signal]
   62 |     void signalAddFavorite();
      |     ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoritelist.h:63:5: warning: signal signalAddFavorite is overloaded [-Wclazy-overloaded-signal]
   63 |     void signalAddFavorite(const QList<QUrl>&, const QUrl& current);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoritelist.h:62:5: warning: signal signalAddFavorite is overloaded [-Wclazy-overloaded-signal]
   62 |     void signalAddFavorite();
      |     ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoritelist.h:63:5: warning: signal signalAddFavorite is overloaded [-Wclazy-overloaded-signal]
   63 |     void signalAddFavorite(const QList<QUrl>&, const QUrl& current);
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitemdlg.cpp:55:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoritelist.h:62:5: warning: signal signalAddFavorite is overloaded [-Wclazy-overloaded-signal]
   62 |     void signalAddFavorite();
      |     ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoritelist.h:63:5: warning: signal signalAddFavorite is overloaded [-Wclazy-overloaded-signal]
   63 |     void signalAddFavorite(const QList<QUrl>&, const QUrl& current);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitemdlg.cpp:57:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/createxmpsidecar_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/createxmpsidecar_utest.h:20:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/createxmpsidecar_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/createxmpsidecar_utest.h:20:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto.cpp:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto.cpp:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto.cpp:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto.cpp:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_open.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_open.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto.cpp:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:85:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_open.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto.cpp:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:98:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_open.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_open.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:85:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_open.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:98:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/erasemetadatatag_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/erasemetadatatag_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_iofiles.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_iofiles.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_iofiles.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_iofiles.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:85:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_iofiles.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:98:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/metareaderthread_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/metareaderthread_utest.h:26:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/metareaderthread_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/metareaderthread_utest.h:26:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:85:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:98:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/patchpreview_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/patchpreview_utest.h:20:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/patchpreview_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/patchpreview_utest.h:20:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:85:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:85:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:98:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:98:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
2 warnings generated.
17 warnings generated.
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printiteminfo_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printiteminfo_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printiteminfo_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printiteminfo_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
  109 |     void selectionChanged();
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  123 |     void clicked(const QMouseEvent* e, const QModelIndex& index);
      |     ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
  124 |     void entered(const QMouseEvent* e, const QModelIndex& index);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
  139 |     void currentChanged(const ShowfotoItemInfo& info);
      |     ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:139:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:85:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
  139 |     void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
      |     ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:98:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
/home/gilles/Devel/8.x/core/tests/multithreading/rawtopngconverterthread.h:45:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   45 |     void finished(const QUrl& url);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/widgets/ditemslist_gui.cpp:16:
/home/gilles/Devel/8.x/core/tests/widgets/ditemslist_gui.h:43:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   43 |     void finished(const QUrl& url);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/widgets/ditemslist_gui.cpp:31:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/multithreading/rawtopngconverterthread.cpp:16:
/home/gilles/Devel/8.x/core/tests/multithreading/rawtopngconverterthread.h:45:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
   45 |     void finished(const QUrl& url);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/video/framesencoder_cli.cpp:22:
In file included from /home/gilles/Devel/8.x/core/libs/video/manager/vidslidethread.h:20:
/home/gilles/Devel/8.x/core/libs/video/manager/vidslidetask.h:42:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
   42 |     void signalDone(bool);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/dngwriter/raw2dng_utest.cpp:32:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/geolocation/editor/correlator_utest.cpp:28:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_parse.h:78:5: warning: signal result is overloaded (with /opt/qt6/include/KF6/KCoreAddons/kjob.h:73:1) [-Wclazy-overloaded-signal]
   78 |     void result(const QString& text);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/mediawiki/queryrevision_utest.cpp:39:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/mediawiki/querysiteinfogeneral_utest.cpp:31:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_querysiteinfogeneral.h:77:5: warning: signal result is overloaded (with /opt/qt6/include/KF6/KCoreAddons/kjob.h:73:1) [-Wclazy-overloaded-signal]
   77 |     void result(const Generalinfo& generalinfo);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/mediawiki/upload_utest.cpp:32:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
/home/gilles/Devel/8.x/core/tests/ocrtextconverter/ocrTesseract_cli.cpp:122:17: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  122 |     ocrProcess->start();
      |                 ^~~~~
      |                 startCommand
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/timestampupdate/timestampupdate_utest.cpp:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwindow.cpp:51:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  295 |     void signalXMLCustomElements(QXmlStreamWriter&);        // clazy:exclude=signal-with-return-value
      |     ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
  296 |     void signalXMLCustomElements(QXmlStreamReader&);        // clazy:exclude=signal-with-return-value
      |     ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
31 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrainplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignettingplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/blur/blur.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restorationplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restoration.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrectionplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelfixer.h:29:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjustplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvessettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/iccconvert/iccconvert.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/icc/icctransformfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalance.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
7 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixerplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixersettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalanceplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixersettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
  166 |     void finished(bool success);
      |     ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:37:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:478:13: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  478 |     QVERIFY(countRegEx.match(QLatin1String("test (10)")).hasMatch());
      |             ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:479:13: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  479 |     QVERIFY(countRegEx.match(QLatin1String("te st (10)")).hasMatch());
      |             ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:480:13: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  480 |     QVERIFY(countRegEx.match(QLatin1String("te st (0)")).hasMatch());
      |             ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:481:14: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  481 |     QVERIFY(!countRegEx.match(QLatin1String("te st ()")).hasMatch());
      |              ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:482:14: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  482 |     QVERIFY(!countRegEx.match(QLatin1String("te st")).hasMatch());
      |              ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:483:14: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  483 |     QVERIFY(!countRegEx.match(QLatin1String("te st (10) bla")).hasMatch());
      |              ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:489:14: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  489 |     QVERIFY(!countRegEx.match(rootTitle).hasMatch());
      |              ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:495:18: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  495 |         QVERIFY2(countRegEx.match(collectionTitle).hasMatch(), QString::fromUtf8("%1 matching error").arg(collectionTitle).toLatin1().constData());
      |                  ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:501:22: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  501 |             QVERIFY2(countRegEx.match(albumTitle).hasMatch(), QString::fromUtf8("%1 matching error").arg(albumTitle).toLatin1().constData());
      |                      ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:513:14: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  513 |     QVERIFY(!countRegEx.match(rootTitle).hasMatch());
      |              ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:519:19: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  519 |         QVERIFY2(!countRegEx.match(collectionTitle).hasMatch(), QString::fromUtf8("%1 matching error").arg(collectionTitle).toLatin1().constData());
      |                   ^
/home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:525:23: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  525 |             QVERIFY2(!countRegEx.match(albumTitle).hasMatch(), QString::fromUtf8("%1 matching error").arg(albumTitle).toLatin1().constData());
      |                       ^
In file included from /home/gilles/Devel/8.x/core/tests/database/databasesqliteinit_utest.cpp:39:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/database/databasesqliteinit_utest.cpp:55:17: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
   55 |     m_tempDir   = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
14 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/database/databaseswitch_utest.cpp:41:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/database/databaseswitch_utest.cpp:63:17: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
   63 |     m_db1Dir    = WSToolUtils::makeTemporaryDir(m_db1Path.toLatin1().data());
      |     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     m_db1Dir.setPath(WSToolUtils::makeTemporaryDir(m_db1Path.toLatin1().data()))
/home/gilles/Devel/8.x/core/tests/database/databaseswitch_utest.cpp:68:17: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
   68 |     m_db2Dir    = WSToolUtils::makeTemporaryDir(m_db2Path.toLatin1().data());
      |     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     m_db2Dir.setPath(WSToolUtils::makeTemporaryDir(m_db2Path.toLatin1().data()))
In file included from /home/gilles/Devel/8.x/core/tests/database/databasemysqlinit_utest.cpp:40:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/database/databasemysqlinit_utest.cpp:61:17: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
   61 |     m_tempDir   = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |     ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |     m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
3 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/database/databasetags_utest.cpp:33:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/database/databasetags_utest.cpp:35:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/database/haariface_utest.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesalbumitem.h:27:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
  238 |     void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/database/haariface_utest.cpp:36:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
2 warnings generated.
		

signal-with-return-value

/home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuepool.h:50:5: warning: signalTestCanDecode() shouldn't receive parameters by ref. For a clean design signals shouldn't assume a single slot are connected to them. [-Wclazy-signal-with-return-value]
   50 |     void signalTestCanDecode(const QDragMoveEvent*, bool&);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.cpp:41:
/home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuepool.h:50:5: warning: signalTestCanDecode() shouldn't receive parameters by ref. For a clean design signals shouldn't assume a single slot are connected to them. [-Wclazy-signal-with-return-value]
   50 |     void signalTestCanDecode(const QDragMoveEvent*, bool&);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importsettings.cpp:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
1 warning generated.
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuepool.h:50:5: warning: signalTestCanDecode() shouldn't receive parameters by ref. For a clean design signals shouldn't assume a single slot are connected to them. [-Wclazy-signal-with-return-value]
   50 |     void signalTestCanDecode(const QDragMoveEvent*, bool&);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow_p.h:87:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importfilter.h:28:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
		

unused-non-trivial-variable

/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.cpp:187:13: warning: unused QDateTime [-Wclazy-unused-non-trivial-variable]
  187 |             QDateTime now = QDateTime::currentDateTime();
      |             ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedanalyser.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedanalyser.h:22:
/home/gilles/Devel/8.x/core/libs/database/server/databaseserver.cpp:679:13: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  679 |             QString firstLine;
      |             ^
/home/gilles/Devel/8.x/core/libs/database/server/databaseserver.cpp:776:20: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  776 |     upgradeProcess.start(d->mysqlUpgradePath, upgradeCmdArgs);
      |                    ^~~~~
      |                    startCommand
4 warnings generated.
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_exif.cpp:1504:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 1504 |         QString            ifDItemName;
      |         ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dimgfiltermanager.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/raw/rawprocessingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_p.cpp:191:9: warning: unused QDateTime [-Wclazy-unused-non-trivial-variable]
  191 |         QDateTime date                   = it.value();
      |         ^
/home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_p.cpp:199:10: warning: unused QDateTime [-Wclazy-unused-non-trivial-variable]
  199 |          QDateTime formerDate = metadataAboutToAdjustHints.take(hint.id());
      |          ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/filteractionfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/filteractionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_iptc.cpp:174:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  174 |         QString     ifDItemName;
      |         ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_iptc.cpp:423:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  423 |         QString charSet                    = QLatin1String(iptcData.detectCharset());
      |         ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_iptc.cpp:640:9: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  640 |         QStringList oldkeys = oldKeywords;
      |         ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_iptc.cpp:717:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  717 |                 QString tagValue = d->extractIptcTagString(iptcData, *it);
      |                 ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_iptc.cpp:848:9: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  848 |         QStringList oldkeys           = oldSubCategories;
      |         ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/raw/rawprocessingfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/raw/rawprocessingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/database/collection/collectionmanager_location.cpp:528:5: warning: unused QList<SolidVolumeInfo> [-Wclazy-unused-non-trivial-variable]
  528 |     QList<SolidVolumeInfo> volumes = d->listVolumes();
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/engine/dbenginebackend.cpp:1317:46: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
 1317 |         while ((pos = preparedString.indexOf(identifierRegExp, pos)) != -1)
      |                                              ^
/home/gilles/Devel/8.x/core/libs/database/engine/dbenginebackend.cpp:1319:48: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
 1319 |             QRegularExpressionMatch regMatch = identifierRegExp.match(preparedString);
      |                                                ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_xmp.cpp:206:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  206 |         QString     ifDItemName;
      |         ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/borderfilter.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/borderfilter.h:26:
/home/gilles/Devel/8.x/core/libs/database/thumbsdb/thumbsdb.cpp:373:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  373 |                 QString operation   = (*it).toString();
      |                 ^
/home/gilles/Devel/8.x/core/libs/database/thumbsdb/thumbsdb.cpp:375:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  375 |                 QString messageType = (*it).toString();
      |                 ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredb.cpp:243:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  243 |     QString iconAlbumUrl, iconName;
      |     ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredb.cpp:243:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
/home/gilles/Devel/8.x/core/libs/database/coredb/coredb.cpp:1397:5: warning: unused QList<int> [-Wclazy-unused-non-trivial-variable]
 1397 |     QList<int> ids;
      |     ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredb.cpp:4729:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 4729 |                 QString operation   = (*it).toString();
      |                 ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredb.cpp:4731:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 4731 |                 QString messageType = (*it).toString();
      |                 ^
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredbsearchxml.cpp:929:40: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  929 |             keywordList << group.split(QRegularExpression(QLatin1String("\\s+")), Qt::SkipEmptyParts);
      |                                        ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/texturefilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/texturefilter.h:26:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredbschemaupdater.cpp:686:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  686 |         QString errorMsg = i18n("The database update action cannot be found. Please ensure that "
      |         ^
1 warning generated.
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfxfilter.cpp:31:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   31 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
/home/gilles/Devel/8.x/core/libs/database/utils/ifaces/itemgps.cpp:96:9: warning: unused QMap<QString, QVariant> [-Wclazy-unused-non-trivial-variable]
   96 |         QMap<QString, QVariant> attributes;
      |         ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.cpp:26:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   26 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.h:22:
/home/gilles/Devel/8.x/core/libs/database/tags/tagscache.cpp:893:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  893 |     QStringList values;
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailcreator_freedesktop.cpp:82:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
   82 |     QString uri       = thumbnailUri(path);
      |     ^
1 warning generated.
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/raindropfilter.cpp:31:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   31 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/raindropfilter.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/raindropfilter.h:22:
/home/gilles/Devel/8.x/core/libs/metadataengine/exiftool/exiftoolparser_command.cpp:176:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  176 |     QString suffix = fileInfo.suffix().toUpper();
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/equalizefilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/equalizefilter.h:20:
/home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb.cpp:100:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  100 |                 QString operation   = (*it).toString();
      |                 ^
/home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb.cpp:102:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  102 |                 QString messageType = (*it).toString();
      |                 ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadingdescription.cpp:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
/home/gilles/Devel/8.x/core/libs/widgets/mainview/thememanager.cpp:187:37: warning: Use QMultiMap for maps storing multiple values with the same key. [-Wclazy-qt6-deprecated-api-fixes]
  187 |         const auto amap = actionMap.values();
      |                                     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dfileoperations.cpp:292:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  292 |     QString path = fileUrls.first().toLocalFile();
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/blackframelistviewitem.cpp:159:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  159 |     QString value;
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/blackframelistviewitem.cpp:168:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  168 |     QString tip    = cnt.tipHeader;
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.cpp:15:
/home/gilles/Devel/8.x/core/libs/template/templatemanager.cpp:522:5: warning: unused QList<Template> [-Wclazy-unused-non-trivial-variable]
  522 |     QList<Template> oldTemplates = d->pList;
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.cpp:26:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   26 | #include <QtConcurrent>    // krazy:exclude=includes
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/template/templateselector.cpp:32:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraph.cpp:736:5: warning: unused QList<HistoryGraph::Vertex> [-Wclazy-unused-non-trivial-variable]
  736 |     QList<HistoryGraph::Vertex> toRemove;   // clazy:exclude=missing-typeinfo
      |     ^
/home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraph.cpp:863:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  863 |     QString s = QLatin1String("Ids: ");
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview_p.h:33:
/home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraphmodel.cpp:506:9: warning: unused QList<HistoryGraph::Vertex> [-Wclazy-unused-non-trivial-variable]
  506 |         QList<HistoryGraph::Vertex> vertices;       // clazy:exclude=missing-typeinfo
      |         ^
7 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview_p.h:33:
/home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydb.cpp:521:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  521 |                 QString operation   = (*it).toString();
      |                 ^
/home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydb.cpp:523:17: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  523 |                 QString messageType = (*it).toString();
      |                 ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.cpp:35:
/home/gilles/Devel/8.x/core/libs/widgets/metadata/exiftool/exiftoollistview.cpp:256:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  256 |     QString groupItemName;
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbcontainer.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/widgets/colors/dcolorvalueselector.cpp:127:5: warning: unused QBrush [-Wclazy-unused-non-trivial-variable]
  127 |     QBrush brush;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/freerotationsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/freerotationsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/freerotationfilter.h:27:
/home/gilles/Devel/8.x/core/libs/rawengine/drawdecoder.cpp:114:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  114 |     QString rawFilesExt = rawFiles();
      |     ^
3 warnings generated.
/home/gilles/Devel/8.x/core/libs/rawengine/drawdecoder.cpp:232:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  232 |     QString rawFilesExt = rawFiles();
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_mime.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/libs/album/engine/albummodificationhelper.cpp:370:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  370 |     QStringList oldAlbumCategories(ApplicationSettings::instance()->getAlbumCategoryNames());
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensdistortionfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensdistortionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/tags/manager/tagsmanager.cpp:249:5: warning: unused Digikam::AlbumList [-Wclazy-unused-non-trivial-variable]
  249 |     AlbumList tList = TagEditDlg::createTAlbum(parent, title, icon, ks, errMap);
      |     ^
2 warnings generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/video/player/qtmm/mediaplayerview.cpp:721:21: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
  721 |             image = std::move(image.transformed(transform));
      |                     ^
/home/gilles/Devel/8.x/core/libs/video/player/qtmm/mediaplayerview.cpp:721:21: note: remove std::move call here
  721 |             image = std::move(image.transformed(transform));
      |                     ^~~~~~~~~~                            ~
In file included from /home/gilles/Devel/8.x/core/libs/video/manager/vidslidetask.cpp:15:
/home/gilles/Devel/8.x/core/libs/transitionmngr/transitionmngr_p_abstract.cpp:160:5: warning: unused QPainterPath [-Wclazy-unused-non-trivial-variable]
  160 |     QPainterPath painterPath;
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/widgets/text/localizeselector.cpp:138:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  138 |     QStringList allRFC3066  = DOnlineTranslator::supportedRFC3066(LocalizeSettings::instance()->settings().translatorEngine);
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dngwriter/dngwriter_p.cpp:213:5: warning: unused QFileInfo [-Wclazy-unused-non-trivial-variable]
  213 |     QFileInfo rawdataInfo(rawdataFilePath);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_salbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/utilities/advancedrename/common/highlighter.cpp:158:13: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  158 |             QString fullmatched = match.captured(0);
      |             ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:95:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/utilities/queuemanager/manager/workflowmanager.cpp:164:5: warning: unused QList<Workflow> [-Wclazy-unused-non-trivial-variable]
  164 |     QList<Workflow> oldQueues = d->qList;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/core/editorcore.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/core/editorcore_p.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/utilities/import/backend/gpcamera.cpp:1393:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
 1393 |     QStringList folderList;
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.cpp:16:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuelist.cpp:62:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow.cpp:2619:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 2619 |     QString colorsCategory    = i18nc("@title Image Colors",          "Colors");
      |     ^
/home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow.cpp:2630:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 2630 |     QString enhanceCategory   = i18nc("@title Image Enhance",         "Enhance");
      |     ^
1 warning generated.
9 warnings generated.
/home/gilles/Devel/8.x/core/utilities/import/widgets/freespacewidget.cpp:302:9: warning: unused QFontMetrics [-Wclazy-unused-non-trivial-variable]
  302 |         QFontMetrics fontMt = p.fontMetrics();
      |         ^
/home/gilles/Devel/8.x/core/utilities/import/widgets/freespacewidget.cpp:316:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  316 |         QString value;
      |         ^
/home/gilles/Devel/8.x/core/utilities/imageeditor/widgets/imageguidewidget.cpp:267:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  267 |     QString text;
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setupicc.cpp:53:
/home/gilles/Devel/8.x/core/utilities/setup/setuplighttable.cpp:127:5: warning: unused QColor [-Wclazy-unused-non-trivial-variable]
  127 |     QColor Black(Qt::black);
      |     ^
/home/gilles/Devel/8.x/core/utilities/setup/setuplighttable.cpp:128:5: warning: unused QColor [-Wclazy-unused-non-trivial-variable]
  128 |     QColor White(Qt::white);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_sketch.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_p.h:66:
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/metadataoption.cpp:102:5: warning: unused QPixmap [-Wclazy-unused-non-trivial-variable]
  102 |     QPixmap icon = QIcon::fromTheme(iconName).pixmap(QApplication::style()->pixelMetric(QStyle::PM_SmallIconSize));
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesview.cpp:46:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesalbum.h:29:
/home/gilles/Devel/8.x/core/utilities/facemanagement/dialogs/recognitionmodelchange.cpp:67:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
   67 |     QString changeTypeString;
      |     ^
1 warning generated.
1 warning generated.
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.cpp:388:5: warning: unused QList<QList<TagData>> [-Wclazy-unused-non-trivial-variable]
  388 |     QList<QList<TagData> > returnedSpacers = d->tagModel->getSpacers();
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.cpp:466:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  466 |     QString address;
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.cpp:822:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  822 |     QString whatShouldRemove = QLatin1String("Spacers");
      |     ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:35:
/home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:204:5: warning: unused Digikam::CamItemInfoList [-Wclazy-unused-non-trivial-variable]
  204 |     CamItemInfoList camItemInfoList = selectedCamItemInfos();
      |     ^
/home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:217:5: warning: unused Digikam::CamItemInfoList [-Wclazy-unused-non-trivial-variable]
  217 |     CamItemInfoList camItemInfoList = selectedCamItemInfos();
      |     ^
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_rangedate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/setup/collections/setupcollectionview.cpp:183:9: warning: unused QIcon [-Wclazy-unused-non-trivial-variable]
  183 |         QIcon pix      = index.data(SetupCollectionModel::AppendDecorationRole).value<QIcon>();
      |         ^
/home/gilles/Devel/8.x/core/utilities/setup/collections/setupcollectionview.cpp:196:9: warning: unused QIcon [-Wclazy-unused-non-trivial-variable]
  196 |         QIcon pix      = index.data(SetupCollectionModel::UpdateDecorationRole).value<QIcon>();
      |         ^
/home/gilles/Devel/8.x/core/utilities/setup/collections/setupcollectionview.cpp:209:9: warning: unused QIcon [-Wclazy-unused-non-trivial-variable]
  209 |         QIcon pix      = index.data(SetupCollectionModel::DeleteDecorationRole).value<QIcon>();
      |         ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/thumbs/thumbsgenerator.cpp:41:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemcontainer.cpp:1067:21: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 1067 |                     QString tag;
      |                     ^
2 warnings generated.
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/thumbs/thumbstask.cpp:25:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_choice.cpp:119:5: warning: unused QList<int> [-Wclazy-unused-non-trivial-variable]
  119 |     QList<int> values;
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:21:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importview.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/tests/modeltest/modeltest.cpp:175:5: warning: unused QMap<int, QVariant> [-Wclazy-unused-non-trivial-variable]
  175 |     QMap<int, QVariant> roles;
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/camera/cameratype.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:53:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
   53 |     QStringList drivers = camera->supportedDrivers();
      |     ^
/home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:565:13: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  565 |             QString label = s_labelForSolidCamera(device);
      |             ^
19 warnings generated.
In file included from /home/gilles/Devel/8.x/build.clazy/core/tests/metadataengine/moc_abstractunittest.cpp:9:
In file included from /home/gilles/Devel/8.x/build.clazy/core/tests/metadataengine/../../../../core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/build.clazy/core/tests/metadataengine/moc_abstractunittest.cpp:9:
/home/gilles/Devel/8.x/build.clazy/core/tests/metadataengine/../../../../core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.h:49:28: warning: Unexpected non power-of-2 enumerator value: 3 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         DownloadStarted  = 3,                ///< Download is under progress
      |                            ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/app/date/ddatetable.cpp:206:5: warning: unused QPen [-Wclazy-unused-non-trivial-variable]
  206 |     QPen pen;
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/date/ddatetable_p.cpp:18:
In file included from /home/gilles/Devel/8.x/core/app/date/ddatetable_p.h:20:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:1179:5: warning: unused QPixmap [-Wclazy-unused-non-trivial-variable]
 1179 |     const QPixmap styledPixmap = clusterPixmap;
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:1477:9: warning: unused QVariant [-Wclazy-unused-non-trivial-variable]
 1477 |         const QVariant successClear = d->htmlWidget->runScript(QString::fromLatin1("kgeomapClearTracks();"), false);
      |         ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:1578:9: warning: unused QVariant [-Wclazy-unused-non-trivial-variable]
 1578 |         const QVariant successClear = d->htmlWidget->runScript(QString::fromLatin1("kgeomapClearTracks();"), false);
      |         ^
In file included from /home/gilles/Devel/8.x/core/app/date/monthwidget.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.cpp:259:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  259 |     const QString path            = info.filePath();
      |     ^
7 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultbackend.cpp:155:13: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  155 |             const QString boundingBoxString = resultElement.attribute(QLatin1String("boundingbox"));
      |             ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/timeadjust/timeadjustdialog.cpp:61:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/timeadjust/timeadjustlist.h:27:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp:703:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  703 |         QString temp;
      |         ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp:920:23: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  920 |     d->enfuseProcess->start();
      |                       ^~~~~
      |                       startCommand
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp:997:5: warning: unused QVariant [-Wclazy-unused-non-trivial-variable]
  997 |     QVariant rationals;
      |     ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultwidget.h:28:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultbackend.h:26:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/wizard/expoblendingitemspage.cpp:143:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  143 |     QString text;
      |     ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/wizard/expoblendingpreprocesspage.cpp:42:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/wizard/expoblendingpreprocesspage.cpp:191:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  191 |     QString text;
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/calendar/wizard/calmonthwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/calendar/wizard/calmonthwidget.h:30:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/blendingdlg/enfusestack.cpp:292:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  292 |         QString ext               = DSaveSettingsWidget::extensionForFormat(enfusePrms.outputFormat);
      |         ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/iptc/iptcstatus.cpp:182:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  182 |     QStringList list;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintphoto.cpp:32:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/blendingdlg/expoblendingdlg.cpp:516:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  516 |     QString text;
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegstreamdlg.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegstreamdlg_p.h:44:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/iptc/iptcenvelope.cpp:437:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  437 |     QStringList list;
      |     ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpeditwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpeditwidget.h:20:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmporigin.cpp:372:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  372 |     QStringList code, list;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmporigin.cpp:372:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintphotopage.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintphotopage.h:29:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintphotopage.cpp:563:5: warning: unused QList<QUrl> [-Wclazy-unused-non-trivial-variable]
  563 |     QList<QUrl> urls;
      |     ^
4 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/tesseractbinary.cpp:66:13: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
   66 |     process.start(path(), QStringList() << QLatin1String("--list-langs"));
      |             ^~~~~
      |             startCommand
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcaptionpage.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcaptionpage.h:27:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpproperties.cpp:317:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  317 |     QString     dateStr, timeStr;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpproperties.cpp:317:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpproperties.cpp:318:5: warning: unused Digikam::MetaEngine::AltLangMap [-Wclazy-unused-non-trivial-variable]
  318 |     DMetadata::AltLangMap map;
      |     ^
2 warnings generated.
4 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegserver_p.cpp:38:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   38 | #include <QtConcurrent>              // krazy:exclude=includes
      |          ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/panoparser/ptotype/ptotype.cpp:294:14: warning: Missing reference in range-for with non trivial type (Digikam::PTOType::Optimization) [-Wclazy-range-loop-reference]
  294 |         for (Optimization optim : std::as_const(image.optimizationParameters))
      |              ^
      |              const        &
/home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/panoparser/ptotype/ptotype.cpp:464:14: warning: Missing reference in range-for with non trivial type (Digikam::PTOType::Mask) [-Wclazy-range-loop-reference]
  464 |         for (Mask mask : std::as_const(image.masks))
      |              ^
      |              const  &
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintoutputpage.cpp:35:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/ocrtesseractengine.cpp:123:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  123 |     QString mess;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/ocrtesseractengine.cpp:175:20: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
  175 |     d->ocrProcess->start();
      |                    ^~~~~
      |                    startCommand
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcropframe.cpp:36:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/dngconverter/dngconverterdialog.cpp:525:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  525 |     QString text;
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/wizard/htmlselectionpage.cpp:27:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/widgets/presentationwidget.cpp:1351:5: warning: unused QPainterPath [-Wclazy-unused-non-trivial-variable]
 1351 |     QPainterPath painterPath;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filecopy/fcexportwidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filecopy/fcexportwidget.h:28:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/box/boxtalker.cpp:497:9: warning: unused QJsonDocument [-Wclazy-unused-non-trivial-variable]
  497 |         QJsonDocument doc2 = QJsonDocument::fromJson(data, &err);
      |         ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filecopy/fcexportwindow.cpp:34:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filecopy/fcexportwidget.h:28:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1132:5: warning: unused QDomNode [-Wclazy-unused-non-trivial-variable]
 1132 |     QDomNode node       = docElem.firstChild();
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1148:5: warning: unused QDomNode [-Wclazy-unused-non-trivial-variable]
 1148 |     QDomNode node       = docElem.firstChild();
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1156:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 1156 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1174:13: warning: unused QDomNode [-Wclazy-unused-non-trivial-variable]
 1174 |             QDomNode details = e.firstChild();
      |             ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1217:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 1217 |     QString      line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1234:13: warning: unused QDomNode [-Wclazy-unused-non-trivial-variable]
 1234 |             QDomNode details = e.firstChild();
      |             ^
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurimageslist.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurimageslist.h:24:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurimageslist.cpp:205:5: warning: unused QList<int> [-Wclazy-unused-non-trivial-variable]
  205 |     QList<int> itemsIndex;
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gsreplacedlg.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gsreplacedlg.h:28:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackmpform.cpp:57:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
   57 |     QString content_length = QString::number(value.length());
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrwindow.cpp:43:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.h:31:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickritem.h:25:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.h:26:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshacktalker.cpp:470:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  470 |     QString mime        = mimeType(path);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshacktalker.cpp:560:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  560 |     QString errMsg = QLatin1String("");
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/onedrive/odtalker.cpp:547:9: warning: unused QJsonDocument [-Wclazy-unused-non-trivial-variable]
  547 |         QJsonDocument doc2 = QJsonDocument::fromJson(data, &err);
      |         ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/onedrive/odwidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/onedrive/odwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/pinterest/ptalker.cpp:556:9: warning: unused QJsonDocument [-Wclazy-unused-non-trivial-variable]
  556 |         QJsonDocument doc2 = QJsonDocument::fromJson(data, &err);
      |         ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_querysiteinfogeneral.cpp:17:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:451:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  451 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:509:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  509 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:531:49: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  531 |                 QRegularExpressionMatch match = verrx.match(v);
      |                                                 ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:559:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  559 |     QString str        = QString::fromUtf8(data);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:561:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  561 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:649:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  649 |     QString str        = QString::fromUtf8(data);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:651:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  651 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:675:45: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  675 |             QRegularExpressionMatch match = md5rx.match(QString::fromUtf8(data.mid(ts.characterOffset())));
      |                                             ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:748:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  748 |     QString str        = QString::fromUtf8(data);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:750:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  750 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:833:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  833 |     QString str        = QString::fromUtf8(data);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:835:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  835 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:919:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  919 |     QString str        = QString::fromUtf8(data);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:921:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  921 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:1005:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 1005 |     QString str        = QString::fromUtf8(data);
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:1007:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 1007 |     QString line;
      |     ^
16 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/smugmug/smugtalker.cpp:596:5: warning: unused QByteArray [-Wclazy-unused-non-trivial-variable]
  596 |     QByteArray imgData = imgFile.readAll();
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/smugmug/smugtalker.cpp:613:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  613 |     QString customHdr;
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftexportwindow.cpp:36:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/twitter/twitterwindow.cpp:364:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  364 |         QString temp = d->currentAlbumName + newAlbum.title;
      |         ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigowindow.cpp:56:
/home/gilles/Devel/8.x/core/dplugins/editor/transform/perspective/perspectivetool.cpp:195:5: warning: unused QColor [-Wclazy-unused-non-trivial-variable]
  195 |     QColor defaultGuideColor(Qt::red);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/transform/resize/resizetool.cpp:61:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewitem.cpp:73:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
   73 |     QString localeFileSize = QLocale().toString(info.size);
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.cpp:15:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:52:22: warning: Unexpected non power-of-2 enumerator value: 48 [-Wclazy-unexpected-flag-enumerator-value]
   52 |         SizeMedium = 48,
      |                      ^
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.h:54:22: warning: Unexpected non power-of-2 enumerator value: 96 [-Wclazy-unexpected-flag-enumerator-value]
   54 |         SizeHuge   = 96
      |                      ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewlist.cpp:39:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitemdlg.cpp:566:13: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  566 |             QString localeFileSize   = QLocale().toString(iteminf.size);
      |             ^
/home/gilles/Devel/8.x/core/showfoto/main/showfoto_open.cpp:141:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  141 |     QStringList mimeTypes = supportedImageMimeTypes(QIODevice::ReadOnly, filter);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/erasemetadatatag_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/erasemetadatatag_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
17 warnings generated.
2 warnings generated.
18 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/loadfromba_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/loadfromba_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/loadfromba_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/loadfromba_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_iofiles.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/showfoto/main/main.cpp:233:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  233 |     QString colorTheme        = group.readEntry(QLatin1String("Theme"), QString::fromLatin1("Standard"));
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printmetadata_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printmetadata_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printmetadata_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printmetadata_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printtagslist_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printtagslist_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printtagslist_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printtagslist_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setiptcpreview_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setiptcpreview_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setiptcpreview_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setiptcpreview_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setxmpface_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setxmpface_utest.h:20:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setxmpface_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setxmpface_utest.h:20:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolmulticore_cli.cpp:25:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
   25 | #include <QtConcurrent>   // krazy:exclude=includes
      |          ^
/home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftooloutput_cli.cpp:82:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
   82 |         QString tagType         = it.value()[1].toString();
      |         ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/usexmpsidecar_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/usexmpsidecar_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/usexmpsidecar_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/usexmpsidecar_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolmulticore_cli.cpp:87:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
   87 |         QString tagType         = it.value()[1].toString();
      |         ^
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftooltagsdb_cli.cpp:37:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
   37 |     QStringList lst;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolapplychanges_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolapplychanges_utest.h:24:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/../abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolapplychanges_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolapplychanges_utest.h:24:
/home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/../abstractunittest.h:105:19: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  105 |         m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
      |         ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |         m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/dimg/dimghistorygraph_utest.cpp:132:5: warning: unused QDir [-Wclazy-unused-non-trivial-variable]
  132 |     QDir imageDir(imagePath());
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/mediawiki/parse_utest.cpp:30:
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgtagmodel_utest.cpp:110:5: warning: unused QPersistentModelIndex [-Wclazy-unused-non-trivial-variable]
  110 |     const QPersistentModelIndex treeItem1Index = treeModel->itemToIndex(treeItem1);
      |     ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgtagmodel_utest.cpp:115:5: warning: unused QPersistentModelIndex [-Wclazy-unused-non-trivial-variable]
  115 |     const QPersistentModelIndex treeItem2Index = treeModel->itemToIndex(treeItem2);
      |     ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgtagmodel_utest.cpp:238:5: warning: unused QPersistentModelIndex [-Wclazy-unused-non-trivial-variable]
  238 |     QPersistentModelIndex treeItem1Index = treeModel->itemToIndex(treeItem1);
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mediaserver/dmediaserverdlg.cpp:39:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/mediaserver/dmediaserverdlg.cpp:147:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  147 |     QString txt;
      |     ^
3 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/tasks/commandtask.cpp:68:14: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
   68 |     process->start();
      |              ^~~~~
      |              startCommand
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwidget.cpp:20:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwidget.h:31:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwindow.cpp:276:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  276 |         QString url;
      |         ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/wizard/panooptimizepage.cpp:278:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  278 |     QString text;
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/wizard/panopreprocesspage.cpp:255:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  255 |     QString text;
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/wizard/panopreviewpage.cpp:324:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  324 |     QString      text;
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:1157:5: warning: unused QDateTime [-Wclazy-unused-non-trivial-variable]
 1157 |     QDateTime curdate = QDateTime::currentDateTime();
      |     ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:1213:5: warning: unused QDateTime [-Wclazy-unused-non-trivial-variable]
 1213 |     QDateTime curdate = QDateTime::currentDateTime();
      |     ^
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:35:
/home/gilles/Devel/8.x/core/tests/facesengine/recognition/recognize_cli.cpp:155:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  155 |         const QString trainingContext = QString::fromLatin1("test application");
      |         ^
/home/gilles/Devel/8.x/core/tests/facesengine/recognition/face_rec_cli.cpp:268:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  268 |         QString testsetFolder    = parser.value(QLatin1String("ts"));
      |         ^
/home/gilles/Devel/8.x/core/tests/facesengine/recognition/face_rec_cli.cpp:269:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  269 |         QString trainingsetFoler = parser.value(QLatin1String("ds"));
      |         ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/alignment/funnelreal.cpp:40:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
1 warning generated.