digiKam Clazy Checks - 12/10/2024 05:40:22


    3551 Original Log 43 [-Wclazy-base-class-event] 4 [-Wclazy-container-anti-pattern] 133 [-Wclazy-non-pod-global-static] 1721 [-Wclazy-overloaded-signal] 17 [-Wclazy-qstring-ref] 84 [-Wclazy-qt6-deprecated-api-fixes] 723 [-Wclazy-rule-of-three] 3 [-Wclazy-signal-with-return-value] 679 [-Wclazy-unexpected-flag-enumerator-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/database/collection/collectionscanner.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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.
/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.
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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());
      |          ^
3 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.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/widgets/dbstatdlg.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_scan.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
/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/database/utils/widgets/dbsettingswidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/widgets/dbsettingswidget_p.h:55:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_utils.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/widgets/dbmigrationdlg.cpp:42:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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.
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionmanager.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionmanager_p.h:61:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/engine/dbenginebackend.cpp:16:
/home/gilles/Devel/8.x/core/libs/database/engine/dbenginebackend_p.h:37:1: warning: Digikam::DbEngineThreadData has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   37 | class Q_DECL_HIDDEN DbEngineThreadData
      | ^
/home/gilles/Devel/8.x/core/libs/database/engine/dbenginebackend.cpp:1318:46: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
 1318 |         while ((pos = preparedString.indexOf(identifierRegExp, pos)) != -1)
      |                                              ^
/home/gilles/Devel/8.x/core/libs/database/engine/dbenginebackend.cpp:1320:48: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
 1320 |             QRegularExpressionMatch regMatch = identifierRegExp.match(preparedString);
      |                                                ^
3 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.
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionmanager_p.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionmanager_p.h:61:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionmanager_location.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionmanager_p.h:61:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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();
      |     ^
2 warnings 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.
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionmanager_album.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionmanager_p.h:61:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
1 warning generated.
5 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/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.
/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.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/dbinfoiface.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectwidget.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/dbinfoiface.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumparser.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
3 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]
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);
      |     ^
/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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/thumbsdb/thumbsdbaccess.cpp:16:
/home/gilles/Devel/8.x/core/libs/database/thumbsdb/thumbsdbaccess.h:32:1: warning: Digikam::ThumbsDbAccess has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   32 | class DIGIKAM_EXPORT ThumbsDbAccess
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/syncjob.cpp:24:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
/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);
      |                                        ^
5 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/dio.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/diofinders.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/facedetector.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/facedetector.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_p.h:19:
/home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:65:5: warning: Digikam::ScanController::FileMetadataWrite has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   65 |     class FileMetadataWrite
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/coredb/coredbtransaction.cpp:15:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredbtransaction.h:31:1: warning: Digikam::CoreDbTransaction has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   31 | class DIGIKAM_DATABASE_EXPORT CoreDbTransaction
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/opencvdnnfacedetector.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/opencvdnnfacedetector.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/iojobs/iojob.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_start.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
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.
/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/database/coredb/coredbschemaupdater.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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 "
      |         ^
In file included from /home/gilles/Devel/8.x/core/libs/iojobs/iojobdata.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorssd.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorssd.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
2 warnings 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/facesengine/recognition/facialrecognition_wrapper_p.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_progress.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
2 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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectoryolo.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectoryolo.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_stop.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/coredb/coredbthumbinfoprovider.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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
      |          ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_setup.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectoryunet.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectoryunet.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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
      | ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/itemgps.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/itemgps.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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;
      |         ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_training.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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>
      |             ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_recognize.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.cpp:15:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
/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
      |          ^
1 warning generated.
/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
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_identity.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/coredb/coredbaccess.cpp:16:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredbaccess.h:45:1: warning: Digikam::CoreDbAccess has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class DIGIKAM_DATABASE_EXPORT CoreDbAccess
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredbaccess.h:145:1: warning: Digikam::CoreDbAccessUnlock has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
  145 | class CoreDbAccessUnlock
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/coredb/coredbaccess.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfodata.h:31:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
1 warning generated.
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/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);
      |     ^
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/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/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/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,
      |                       ^
/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;
      |     ^
4 warnings generated.
2 warnings 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);
      |     ^
/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;
      |                         ^
1 warning generated.
2 warnings 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.
/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/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,
      |                       ^
4 warnings generated.
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/database/tags/facetagseditor.cpp:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
2 warnings generated.
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);
      |     ^
5 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.
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,
      |                       ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobinfo.h:24:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/opencv-dnn/opencvdnnfacerecognizer.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/opencv-dnn/opencvdnnfacerecognizer_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/opencv-dnn/opencvdnnfacerecognizer.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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.
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,
      |                       ^
1 warning generated.
4 warnings 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
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjob.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjob.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobinfo.h:24:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
2 warnings 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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.cpp:17:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.h:66:1: warning: Digikam::ThumbnailLoadThreadStaticPriv has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   66 | class Q_DECL_HIDDEN ThumbnailLoadThreadStaticPriv
      | ^
6 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/dbjobinfo.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobinfo.h:24:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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/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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.cpp:17:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.h:66:1: warning: Digikam::ThumbnailLoadThreadStaticPriv has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   66 | class Q_DECL_HIDDEN ThumbnailLoadThreadStaticPriv
      | ^
6 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/database/dbjobs/dbjobsmanager.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobinfo.h:24:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
2 warnings generated.
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/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.
2 warnings 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/database/dbjobs/duplicatesprogressobserver.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/duplicatesprogressobserver.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
/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"));
      | ^
/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;
      |     ^
5 warnings generated.
1 warning 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/item/containers/iteminfo.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedbaccess.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedbaccess.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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/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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning 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_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/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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_containers.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedboperationgroup.cpp:23:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedbaccess.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadingcache.cpp:15:
/home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadingcache.h:125:5: warning: Digikam::LoadingCache::CacheLock has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
  125 |     class DIGIKAM_EXPORT CacheLock
      |     ^
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,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/history/versionswidget.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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);
      |     ^
8 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedbschemaupdater.cpp:27:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedbaccess.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_geolocation.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_groups.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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();
      |                 ^
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);
      |     ^
3 warnings generated.
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();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_history.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb_identity.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
/home/gilles/Devel/8.x/core/libs/metadataengine/focuspoint/focuspoints_extractor_nikon.cpp:111:44: warning: Use midRef() instead [-Wclazy-qstring-ref]
  111 |                 float xPosition = (np.mid(1).toInt() - 1)    * xOffset + xShift;
      |                                            ^
      |                                          Ref
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/engine/filereadwritelock.cpp:18:
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/filereadwritelock.h:31:1: warning: Digikam::FileReadWriteLockKey has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   31 | class DIGIKAM_EXPORT FileReadWriteLockKey
      | ^
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/filereadwritelock.h:53:1: warning: Digikam::FileReadLocker has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   53 | class DIGIKAM_EXPORT FileReadLocker
      | ^
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/filereadwritelock.h:67:1: warning: Digikam::FileWriteLocker has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   67 | class DIGIKAM_EXPORT FileWriteLocker
      | ^
1 warning generated.
3 warnings generated.
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/database/item/containers/iteminfo_labels.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb_dnn.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_properties.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb_dnn_spatial.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_similarity.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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.
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/facesengine/facedb/facescansettings.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/item/containers/iteminfo_tags.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/graphicsview/graphicsdimgitem.cpp:17:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/dimgitems_p.h:46:1: warning: Digikam::CachedPixmaps has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   46 | class CachedPixmaps
      | ^
1 warning 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.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_thumbnail.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfodata.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfodata.h:31:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/itempropertiesversionstab.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionstreeview.cpp:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraphmodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraph.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
7 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/database/item/containers/iteminfocache.cpp:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionsoverlays.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
7 warnings 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/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);
      |     ^
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.
1 warning 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:33:
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraphmodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraph.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/itemcopyright.cpp:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/item/containers/itemcopyright.cpp:32:1: warning: Digikam::ItemCopyrightCache has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   32 | class Q_DECL_HIDDEN ItemCopyrightCache
      | ^
6 warnings generated.
2 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/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.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/itemtagpair.cpp:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/itempropertiessidebardb.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/properties/itempropertiessidebardb.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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.
1 warning 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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/itemextendedproperties.cpp:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/versionmanager/versionmanager.cpp:433:33: warning: Use midRef() instead [-Wclazy-qstring-ref]
  433 |     if (fileName.mid(suffixBegin).compare(format, Qt::CaseInsensitive))
      |                                 ^
      |                     Ref
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/database/item/lister/itemlister.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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      &
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();
      |     ^
2 warnings 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);
      |     ^
2 warnings generated.
1 warning 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
      |                            ^
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.
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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
2 warnings 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.
/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/properties/captions/itemdescedittab.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/item/lister/itemlister_talbum.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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();
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings 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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
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);
      |     ^
2 warnings generated.
9 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
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_tagsview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_descview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_tagsview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_descview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/disjointmetadata.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/disjointmetadata_p.h:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_infoview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_infoview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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
      |                       ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlisterreceiver.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlisterreceiver.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjob.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobinfo.h:24:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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/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);
      |     ^
1 warning generated.
/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/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.
/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/captions/disjointmetadata_p.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/disjointmetadata_p.h:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/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);
      |     ^
1 warning 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.
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.
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/tagsedit.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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
      |                       ^
1 warning generated.
2 warnings 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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/database/item/query/itemqueryposthooks.cpp:16:
/home/gilles/Devel/8.x/core/libs/database/item/query/itemqueryposthooks.h:51:1: warning: Digikam::ItemQueryPostHooks has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   51 | class DIGIKAM_DATABASE_EXPORT ItemQueryPostHooks
      | ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/icc/iccprofile.cpp:17:
/home/gilles/Devel/8.x/core/libs/dimg/filters/icc/iccprofile.h:181:1: warning: Digikam::LcmsLock has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
  181 | class DIGIKAM_EXPORT LcmsLock
      | ^
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/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/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,
      |                       ^
9 warnings generated.
/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.
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);
      |     ^
1 warning generated.
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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.h:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
7 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.h:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
1 warning generated.
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_database.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.h:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
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.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_file.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.h:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_photo.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.h:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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_)")),
      |                                           ^
1 warning generated.
3 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/database/item/scanner/itemscanner_video.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.h:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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
      |          ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_history.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.h:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_baloo.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.h:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/models/albummodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/models/albummodel_p.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/models/albummodel_date.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/models/albummodel_p.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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
      |          ^
/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.
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraph.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraph.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/models/albummodel_search.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/models/albummodel_p.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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: ");
      |     ^
1 warning generated.
3 warnings 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);
      |     ^
/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.
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/models/albummodel_tag.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/models/albummodel_p.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraphmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraphmodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraph.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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
      |         ^
8 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.
In file included from /home/gilles/Devel/8.x/core/libs/models/albumfiltermodel.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/models/albumfiltermodel_p.h:31:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/similaritydb/similaritydb.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydb.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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();
      |                 ^
3 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/dialogs/deletedialog.cpp:48:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/models/albumfiltermodel_search.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/models/albumfiltermodel_p.h:31:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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.
In file included from /home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydbschemaupdater.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydb.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
2 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/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,
      |                       ^
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.
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/models/albumfiltermodel_tagproperties.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/models/albumfiltermodel_p.h:31:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
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/models/albumfiltermodel_checkable.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/models/albumfiltermodel_p.h:31:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydbaccess.cpp:18:
/home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydbaccess.h:34:1: warning: Digikam::SimilarityDbAccess has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   34 | class DIGIKAM_DATABASE_EXPORT SimilarityDbAccess
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydbaccess.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydb.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings 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,
      |                       ^
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,
      |                       ^
5 warnings generated.
5 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.
In file included from /home/gilles/Devel/8.x/core/libs/models/albumfiltermodel_tagsmanager.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/models/albumfiltermodel_p.h:31:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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);
      |     ^
2 warnings generated.
1 warning 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/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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/metadatahub.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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_)")),
      |                                           ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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+$"))) &&
      |                                    ^
7 warnings generated.
/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.
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/metadatahubmngr.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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.
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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
7 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.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmodels.cpp:16:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmodels_p.h:43:1: warning: Digikam::PageItem has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   43 | class Q_DECL_HIDDEN PageItem
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemsortsettings.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr_p.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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/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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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);
      |     ^
7 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr_p.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 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/database/models/itemmodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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);
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/iteminfotasksplitter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/iteminfotasksplitter.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionimageinfolist.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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/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/fileactionmanager/databaseworkeriface.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/databaseworkeriface.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileworkeriface.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileworkeriface.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/fileactionmanager/fileactionimageinfolist.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionimageinfolist.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface_p.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/settings/applicationsettings.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
5 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.
/home/gilles/Devel/8.x/core/libs/rawengine/drawdecoder.cpp:114:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  114 |     QString rawFilesExt = rawFiles();
      |     ^
/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_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
5 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/settings/applicationsettings_albums.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
5 warnings 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.
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:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
5 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:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
5 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/settings/applicationsettings_mime.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
5 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/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/settings/applicationsettings_miscs.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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;
      |         ^
3 warnings generated.
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,
      |                       ^
5 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.
1 warning generated.
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/album/engine/album.cpp:28:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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
      |     ^
3 warnings generated.
1 warning 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:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
3 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,
      |                       ^
5 warnings generated.
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);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumhistory.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumhistory.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/addtagscombobox.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
/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;
      |         ^
3 warnings 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/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/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);
      |     ^
1 warning generated.
3 warnings generated.
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);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensdistortionpixelaccess.cpp:16:
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensdistortionpixelaccess.h:45:1: warning: Digikam::LensDistortionPixelAccess has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class DIGIKAM_EXPORT LensDistortionPixelAccess
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/addtagslineedit.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albummodificationhelper.cpp:36:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albummodificationhelper.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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
      |     ^
/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());
      |     ^
2 warnings generated.
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumthumbnailloader.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
1 warning 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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionfilter.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/facedetector.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumwatch.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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())
3 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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
8 warnings generated.
1 warning 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.
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumparser.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumparser.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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.
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/albumpropsedit.cpp:47:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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());
      |                          ^
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.
/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.
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);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectors.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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);
      |     ^
2 warnings 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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectcombobox.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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
      |          ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/tags/engine/tagmodificationhelper.cpp:35:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/engine/tagmodificationhelper.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/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);
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectdialog.cpp:43:
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectwidget.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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;
      |                 ^
5 warnings 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
      |                                    ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:571:60: warning: Use midRef() instead [-Wclazy-qstring-ref]
  571 |     d->settings.focalLength = temp.mid(0, temp.length() - 3).toDouble();
      |                                                            ^
      |                                       Ref
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:585:38: warning: Use midRef() instead [-Wclazy-qstring-ref]
  585 |     d->settings.aperture = temp.mid(1).toDouble();
      |                                      ^
      |                                    Ref
7 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectwidget.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/engine/tagsactionmngr.cpp:62:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning 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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselecttabs.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselecttabs.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.cpp:23:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview_p.h:46:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/manager/tagsmanager.cpp:52:
In file included from /home/gilles/Devel/8.x/core/libs/tags/manager/tagmngrtreeview.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview_p.h:46:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/manager/tagsmanager.cpp:61:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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.
3 warnings generated.
2 warnings 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/treeview/abstractcheckablealbumtreeview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.cpp:27:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview_p.h:46:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/tags/manager/taglist.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.cpp:23:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview_p.h:46:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/labelstreeview.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/labelstreeview.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/tags/manager/tagmngrtreeview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/tags/manager/tagmngrtreeview.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumlabelssearchhandler.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumlabelssearchhandler.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
/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.
3 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/album/treeview/tagtreeview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.cpp:23:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview_p.h:46:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 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.
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.cpp:23:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview_p.h:46:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings 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/player/qtmm/mediaplayerview.cpp:55:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/datetreeview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/datetreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/datetreeview.cpp:23:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview_p.h:46:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/album/treeview/albumselectiontreeview.cpp:312:20: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
  312 |             this, [this, albums]()
      |                    ^~~~~
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumselectiontreeview.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumselectiontreeview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumselectiontreeview.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
3 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/manager/albummanager.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:75:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
5 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:75:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:75:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
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();
      |     ^
5 warnings generated.
5 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:75:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/dimg_scale.cpp:52:1: warning: Digikam::DImgScale::DImgScaleInfo has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   52 | class Q_DECL_HIDDEN DImgScaleInfo
      | ^
1 warning 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:75:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
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:75:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
5 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();
      |     ^
5 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:75:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenamedialog.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenamedialog.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenameinput.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenameinput.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parser.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:75:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenamemanager.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenamewidget.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/actionthread.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/actionthread.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:75:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenameprocessdialog.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenameprocessdialog.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenamedialog.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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);
      |     ^
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/utilities/queuemanager/manager/actiontask.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/actiontask.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtoolutils.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
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:75:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenamewidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenamewidget.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
5 warnings 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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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);
      |     ^
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);
      |     ^
2 warnings 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);
      |     ^
18 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtoolutils.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtoolutils.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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/lighttablepreview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablepreview.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/highlighter.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parser.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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);
      |             ^
2 warnings generated.
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtoolsfactory.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtoolsfactory.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
18 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttableview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttableview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
18 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/workflowmanager.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/workflowmanager.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtoolutils.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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;
      |     ^
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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings 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/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/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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parser.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parser.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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());
      |                                ^
17 warnings generated.
2 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/dplugins/bqminfoiface.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/bqminfoiface.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/iteminfoset.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
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/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/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings 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);
      |     ^
18 warnings 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:17:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
18 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/ruledialog.cpp:32:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
4 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,}")))
      |                   ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginconfviewbqm.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:17:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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);
      |     ^
18 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/workflowdlg.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/workflowdlg.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/workflowmanager.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtoolutils.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/tooltipcreator.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/tooltipcreator.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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>")
      |                    ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/assignedlist.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/assignedlist.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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:17:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings 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);
      |     ^
18 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuelist.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuelist.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/tooltipdialog.cpp:31:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/tooltipcreator.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
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/advancedrename/parser/importrenameparser.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/importrenameparser.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parser.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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);
      |     ^
/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");
      |     ^
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,
      |                       ^
1 warning generated.
9 warnings generated.
7 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:17:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuepool.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuepool.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/iteminfoset.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/advancedrename/parser/modifiers/casemodifier.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/casemodifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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);
      |     ^
2 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
      |                            ^
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);
      |     ^
/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
18 warnings generated.
3 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:17:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/defaultvaluemodifier.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/defaultvaluemodifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
18 warnings generated.
1 warning generated.
/home/gilles/Devel/8.x/core/utilities/imageeditor/widgets/imageguidewidget.cpp:267:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  267 |     QString text;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuetooltip.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuetooltip.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuesettingsview.cpp:38:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenamewidget.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuesettingsview.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectwidget.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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,
      |                       ^
1 warning generated.
2 warnings generated.
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/rangemodifier.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/rangemodifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/firstrun/openfilepage.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/removedoublesmodifier.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/removedoublesmodifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
/home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.cpp:60:54: warning: Use midRef() instead [-Wclazy-qstring-ref]
   60 |                                 .arg(m_port.mid( 6, 3).toInt())
      |                                                      ^
      |                                                Ref
/home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.cpp:61:54: warning: Use midRef() instead [-Wclazy-qstring-ref]
   61 |                                 .arg(m_port.mid(10, 3).toInt())
      |                                                      ^
      |                                                Ref
/home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.cpp:62:54: warning: Use midRef() instead [-Wclazy-qstring-ref]
   62 |                                 .arg(m_port.mid(14, 3).toInt())
      |                                                      ^
      |                                                Ref
/home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.cpp:63:54: warning: Use midRef() instead [-Wclazy-qstring-ref]
   63 |                                 .arg(m_port.mid(18, 3).toInt());
      |                                                      ^
      |                                                Ref
1 warning generated.
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/toolsettingsview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/toolsettingsview.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/replacemodifier.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/replacemodifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:76:1: warning: Digikam::GPStatus has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   76 | class Q_DECL_HIDDEN GPStatus
      | ^
/home/gilles/Devel/8.x/core/utilities/import/backend/gpcamera.cpp:1393:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
 1393 |     QStringList folderList;
      |     ^
3 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/toolslistview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/toolslistview.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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/advancedrename/parser/modifiers/trimmedmodifier.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/trimmedmodifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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.
1 warning 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/queuemanager/views/toolsview.cpp:29:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/workflowmanager.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtoolutils.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/uniquemodifier.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/uniquemodifier.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/umscamera.cpp:59:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setupicc.cpp:51:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings 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
      |                            ^
1 warning generated.
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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/cameranameoption.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/cameranameoption.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/workflowlist.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/workflowlist.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/dateoption.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/dateoption.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setuptooltip.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/directorynameoption.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/directorynameoption.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/freespacewidget.cpp:44:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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;
      |         ^
7 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/filepropertiesoption.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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]"));
      | ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/renamecustomizer.cpp:42:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/utils/iteminfojob.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/utils/iteminfojob.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
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:54:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:59:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings 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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/metadataoption.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/metadataoption.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
7 warnings 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));
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/utils/iteminfoalbumsjob.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/utils/iteminfoalbumsjob.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancedata.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancedata.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/sequencenumberoption.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/sequencenumberoption.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:54:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:59:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
1 warning generated.
7 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/maintenance/manager/maintenancethread.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setupdatabase.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
23 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/databaseoption.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/databaseoption.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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.
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:54:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:59:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
7 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/database/faceutils.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/database/faceutils.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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
      |                            ^
2 warnings generated.
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/setup/misc/setupmisc.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/misc/setupmisc_p.h:54:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/maintenance/manager/maintenancemngr.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesview.cpp:42:
In file included from /home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydb.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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
      |                            ^
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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesview.cpp:45:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/dbkeyscollection.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/dbkeyscollection.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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.
1 warning generated.
2 warnings generated.
3 warnings 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);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/dialogs/recognitionmodelchange.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/dialogs/recognitionmodelchange.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/dbkeyselector.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/dbkeyselector.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/databaseoption.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
/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.
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/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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesalbum.cpp:31:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesalbumitem.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
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]
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.cpp:63:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
16 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancesettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancesettings.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/editor/setupversioning.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/dbkeyscollection.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
1 warning generated.
/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);
      |     ^
/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"));
      | ^
2 warnings generated.
17 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);
      |     ^
1 warning 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:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/dbkeyscollection.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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"));
      | ^
24 warnings generated.
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:17:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancesettings.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/album/setupalbumview.cpp:43:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
5 warnings generated.
2 warnings generated.
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:27:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget_p.h:41:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:27:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget_p.h:45:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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);
      |     ^
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,
      |                       ^
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
6 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/dbkeyscollection.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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"));
      | ^
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/album/setupcategory.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
5 warnings generated.
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
      |                            ^
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
      |                            ^
1 warning 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:
/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/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:36:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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:17:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancesettings.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:27:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget_p.h:41:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:27:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget_p.h:45:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
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);
      |     ^
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);
      |     ^
4 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);
      |     ^
2 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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/album/setupmime.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_p.h:51:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning 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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metaremover/metadataremovetask.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metaremover/metadataremovetask.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metaremover/metadataremover.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:36:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
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);
      |     ^
3 warnings generated.
1 warning 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);
      |     ^
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/searchwindow/searchfields_colordepth.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_p.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_p.h:51:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/itemviewimportdelegate.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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]
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importcategorydrawer.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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
      |                            ^
1 warning generated.
16 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);
      |     ^
6 warnings 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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metaremover/metadataremover.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metaremover/metadataremover.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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]
2 warnings generated.
21 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/setup/metadata/setupmetadata_behavior.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_p.h:51:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/searchwindow/searchfields_keyword.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/searchwindow/searchfields_keyword.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
15 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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynctask.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynctask.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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);
      |     ^
2 warnings generated.
1 warning generated.
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
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
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_sidecars.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_p.h:51:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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]
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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
21 warnings generated.
2 warnings 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);
      |     ^
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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
3 warnings 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/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/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]
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_display.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_p.h:51:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
15 warnings generated.
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);
      |     ^
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/maintenance/tools/dbcleaner/databasetask.cpp:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/duplicates/duplicatesfinder.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/duplicates/duplicatesfinder.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
3 warnings generated.
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();
      |     ^
2 warnings 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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings 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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgtagmodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgtagmodel.h:26:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/treebranch.h:30:1: warning: Digikam::TreeBranch has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   30 | class TreeBranch
      | ^
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_rotation.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_p.h:51:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_baloo.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_p.h:51:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/dbcleaner.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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]
/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.
21 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/facescanwidget.cpp:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/facescanwidget_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/facescanwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/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);
      |     ^
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          &
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.cpp:52:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgtagmodel.h:26:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/treebranch.h:30:1: warning: Digikam::TreeBranch has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   30 | class TreeBranch
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.cpp:53:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/simpletreemodel.h:35:5: warning: Digikam::SimpleTreeModel::Item has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   35 |     class Item
      |     ^
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");
      |     ^
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
8 warnings 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);
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpssearchview.cpp:45:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbscan/newitemsfinder.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
1 warning generated.
8 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/simpletreemodel.cpp:16:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/simpletreemodel.h:35:5: warning: Digikam::SimpleTreeModel::Item has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   35 |     class Item
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget_p.h:41:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget_p.h:45:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
2 warnings generated.
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);
      |     ^
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);
      |     ^
16 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/thumbs/thumbsgenerator.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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]
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
21 warnings generated.
3 warnings generated.
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/tracks/trackreader.cpp:90:63: warning: Use midRef() instead [-Wclazy-qstring-ref]
   90 |         const int hourOffset         = timeZoneString.mid(1, 2).toInt(&okayHour);
      |                                                               ^
      |                                                          Ref
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/tracks/trackreader.cpp:91:63: warning: Use midRef() instead [-Wclazy-qstring-ref]
   91 |         const int minuteOffset       = timeZoneString.mid(4, 2).toInt(&okayMinute);
      |                                                               ^
      |                                                          Ref
2 warnings 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:33:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/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();
      |     ^
8 warnings 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/facemanagement/widgets/assignnamewidget_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget_p.h:41:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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]
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget_p.h:45:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/thumbs/thumbstask.cpp:27:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancedata.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
16 warnings generated.
6 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);
      |     ^
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
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/setup/collections/setupcollections.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
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
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importpreviewview.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/facesmanagement/facesdetector.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/facesmanagement/facesdetector.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/facesmanagement/facesdetector.cpp:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 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/searchwindow/searchfields_rating.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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+")));
      |                                                                                  ^
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.
3 warnings generated.
2 warnings 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]
In file included from /home/gilles/Devel/8.x/core/utilities/setup/collections/setupcollectionview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/fingerprints/fingerprintsgenerator.cpp:37:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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]
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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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();
      |     ^
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);
      |     ^
/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>();
      |         ^
21 warnings generated.
18 warnings generated.
2 warnings generated.
4 warnings 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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/fingerprints/fingerprintstask.cpp:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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]
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
/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;
      |     ^
15 warnings generated.
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);
      |     ^
4 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/imgqsort/imagequalitysorter.cpp:37:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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]
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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
21 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]
2 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: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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
18 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/searchwindow/searchfields_createfield.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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;
      |                     ^
3 warnings generated.
2 warnings 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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/imgqsort/imagequalitytask.cpp:25:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancedata.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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:22:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/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);
      |     ^
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);
      |     ^
1 warning generated.
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);
      |     ^
18 warnings generated.
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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
      |                            ^
3 warnings generated.
1 warning generated.
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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/autotags/autotagsassignment.cpp:34:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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]
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);
      |     ^
1 warning generated.
21 warnings generated.
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);
      |     ^
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
3 warnings 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: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:100:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/setup/camera/setupcamera.cpp:49:
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectwidget.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/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/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  &
19 warnings generated.
3 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/autotags/autotagsassignmenttask.cpp:22:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancedata.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/searchwindow/searchfields_text.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
3 warnings generated.
1 warning 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:83:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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
      |                            ^
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.
1 warning 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: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/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/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);
      |     ^
/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.
18 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);
      |     ^
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
      |                            ^
1 warning generated.
3 warnings 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);
      |     ^
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);
      |     ^
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.
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:83:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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_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/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/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/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/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]
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);
      |     ^
15 warnings generated.
/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);
      |             ^
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.
20 warnings 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/core/utilities/searchwindow/searchfolderview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfolderview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/editablesearchtreeview.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
1 warning 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/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:83:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/utilities/searchwindow/searchtabheader.cpp:47:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfolderview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/editablesearchtreeview.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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);
      |     ^
1 warning generated.
18 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchmodificationhelper.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydb.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:83:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:83:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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/utilities/searchwindow/editablesearchtreeview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/editablesearchtreeview.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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);
      |     ^
1 warning generated.
18 warnings generated.
18 warnings 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:83:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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]
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/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);
      |     ^
18 warnings generated.
1 warning 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);
      |     ^
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);
      |     ^
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:83:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
2 warnings generated.
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);
      |     ^
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);
      |     ^
1 warning generated.
18 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;
      |     ^
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;
      |     ^
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);
      |     ^
3 warnings generated.
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.
In file included from /home/gilles/Devel/8.x/core/app/date/datefolderview.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/date/datefolderview.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/datetreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/date/monthwidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/date/monthwidget.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings 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);
      |     ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backend-geonames-rg.cpp:40:1: warning: Digikam::GeonamesInternalJobs has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   40 | class Q_DECL_HIDDEN GeonamesInternalJobs
      | ^
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]
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.cpp:37:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
16 warnings generated.
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backend-geonamesUS-rg.cpp:39:1: warning: Digikam::GeonamesUSInternalJobs has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   39 | class Q_DECL_HIDDEN GeonamesUSInternalJobs
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/albumdragdrop.cpp:35:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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
      |                            ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backend-osm-rg.cpp:34:1: warning: Digikam::OsmInternalJobs has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   34 | class Q_DECL_HIDDEN OsmInternalJobs
      | ^
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]
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/albumdragdrop.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
17 warnings generated.
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:997:94: warning: Use midRef() instead [-Wclazy-qstring-ref]
  997 |     const int myZoom           = myZoomString.mid(QString::fromLatin1("googlemaps:").length()).toInt();
      |                                                                                              ^
      |                                                  Ref
/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);
      |         ^
5 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:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/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:21:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/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]
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/tagdragdrop.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/app/filters/filtersidebarwidget.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
22 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/filters/filtersidebarwidget.cpp:47:
In file included from /home/gilles/Devel/8.x/core/app/filters/tagfilterview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
15 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/filters/tagfilterview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/filters/tagfilterview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
15 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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
16 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:24:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
6 warnings generated.
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backendmarble.cpp:1156:90: warning: Use midRef() instead [-Wclazy-qstring-ref]
 1156 |     const int myZoom           = myZoomString.mid(QString::fromLatin1("marble:").length()).toInt();
      |                                                                                          ^
      |                                                  Ref
1 warning 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/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:21:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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_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:21:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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_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: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.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);
      |     ^
14 warnings generated.
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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
18 warnings generated.
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:16:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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);
      |     ^
15 warnings generated.
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);
      |     ^
16 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:24:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:34:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
16 warnings generated.
16 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/facerejectionoverlay.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/facerejectionoverlay.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
15 warnings generated.
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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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]
15 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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
15 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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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]
15 warnings generated.
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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
15 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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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]
15 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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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]
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/tooltipfiller.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemviewutilities.cpp:18:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemviewutilities.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/contextmenuhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:70:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:77:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/app/items/utils/itemviewutilities.cpp:558:55: warning: Use midRef() instead [-Wclazy-qstring-ref]
  556 |         value  = filename.mid(prefix.size(),
      |                              
      |                              Ref
  557 |                               std::distance(firstDigit,
  558 |                                             lastDigit)).toULongLong(&containsValue);
      |                                                       ^
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);
      |     ^
4 warnings generated.
4 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:70:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:77:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
4 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:70:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:77:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
4 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:70:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:77:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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_groups.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:70:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:77:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
4 warnings generated.
4 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:70:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:77:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/groupingviewimplementation.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/groupingviewimplementation.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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:70:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:77:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
4 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);
      |     ^
4 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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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]
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemcategorydrawer.cpp:38:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfolderview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/editablesearchtreeview.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
16 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
7 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_model.cpp:16:
/home/gilles/Devel/8.x/core/app/views/tableview/tableview_model.h:61:5: warning: Digikam::TableViewModel::Item has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   61 |     class Item
      |     ^
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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
3 warnings 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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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();
      |     ^
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_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);
      |     ^
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);
      |     ^
8 warnings generated.
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]
1 warning generated.
18 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_audiovideo.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_geo.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_file.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_digikam.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_item.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_photo.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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_columnfactory.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings generated.
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,
      |                       ^
2 warnings generated.
7 warnings generated.
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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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: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.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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_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: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_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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_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.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_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: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_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_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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_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.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: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:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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);
      |     ^
19 warnings generated.
19 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,
      |                       ^
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: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: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);
      |     ^
19 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: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: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_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_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
      |                            ^
19 warnings generated.
19 warnings generated.
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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:138:29: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
  138 |                            [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:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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
      |                            ^
19 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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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_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_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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: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);
      |     ^
20 warnings generated.
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
      |                            ^
19 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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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
      |                            ^
19 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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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_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_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_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_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_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);
      |     ^
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_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_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: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]
19 warnings generated.
39 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:18:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/preview/itempreviewcanvas.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/preview/itempreviewcanvas.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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
      |                            ^
1 warning generated.
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/preview/itempreviewview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/preview/itempreviewview.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/albumfolderviewsidebarwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/albumfolderviewsidebarwidget.h:24:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/albumfolderviewsidebarwidget.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumselectiontreeview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
3 warnings generated.
2 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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/sidebar/datefolderviewsidebarwidget.cpp:36:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/timelinesidebarwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/timelinesidebarwidget.h:24:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/timelinesidebarwidget.cpp:45:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/searchsidebarwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/searchsidebarwidget.h:25:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/searchsidebarwidget.cpp:36:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/fuzzysearchsidebarwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/fuzzysearchsidebarwidget.h:25:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/labelssidebarwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/labelssidebarwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/peoplesidebarwidget.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/peoplesidebarwidget.h:25:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/peoplesidebarwidget.cpp:43:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/tagviewsidebarwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/tagviewsidebarwidget.h:24:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/tagviewsidebarwidget.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/utils/dmodelfactory.cpp:24:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/utils/componentsinfodlg.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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]
18 warnings generated.
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:25:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/gpssearchsidebarwidget.cpp:37:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
3 warnings 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/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,
      |     ^
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);
      |     ^
2 warnings generated.
3 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/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/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
      |     ^
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);
      |     ^
2 warnings generated.
1 warning generated.
3 warnings generated.
1 warning 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/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/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);
      |     ^
/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/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,
      |     ^
/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;
      |             ^
8 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/geodataparser.cpp:17:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/geodataparser_time.h:64:63: warning: Use midRef() instead [-Wclazy-qstring-ref]
   64 |         const int hourOffset         = timeZoneString.mid(1, 2).toInt(&okayHour);
      |                                                               ^
      |                                                          Ref
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/geodataparser_time.h:65:63: warning: Use midRef() instead [-Wclazy-qstring-ref]
   65 |         const int minuteOffset       = timeZoneString.mid(4, 2).toInt(&okayMinute);
      |                                                               ^
      |                                                          Ref
2 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.
/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/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/printcreator/manager/advprintphoto.cpp:17:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
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
      |     ^
3 warnings 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.
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.
/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/printcreator/manager/advprintsettings.cpp:15:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintsettings.h:43:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintSettings has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   43 | class AdvPrintSettings
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintsettings.cpp:28:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
2 warnings 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)))
/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;
      |     ^
3 warnings generated.
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.
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.
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);
      |     ^
1 warning 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.
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
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprinttask.cpp:34:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
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
      |     ^
4 warnings generated.
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.
/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.
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/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/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/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
      |     ^
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:30:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
/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;
      |     ^
5 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/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
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcaptionpage.cpp:36:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
3 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
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcroppage.cpp:33:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
3 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
      |     ^
2 warnings 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
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintfinalpage.cpp:42:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintphotopage.h:30:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
4 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/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
      |     ^
2 warnings 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/printcreator/wizard/advprintcropframe.cpp:35:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
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
      |     ^
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;
      |     ^
3 warnings generated.
4 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/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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.cpp:50:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintphotopage.h:30:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
4 warnings 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();
      |     ^
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
      |     ^
1 warning generated.
2 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/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.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegframethread.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegframethread.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/actionthread.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/mjpegstream/mjpegframetask.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegframetask.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/actionthread.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
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.
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;
      |     ^
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/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/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/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
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegservermngr.cpp:42:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegframethread.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/actionthread.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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);
      |     ^
/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.
2 warnings 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.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/dialogs/presentation_captionpage.cpp:26:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
1 warning 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);
      |     ^
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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/dialogs/presentation_advpage.cpp:21:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/widgets/presentationctrlwidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/widgets/presentationctrlwidget.h:27:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
1 warning 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.
/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.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/widgets/presentationwidget.cpp:50:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
/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;
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/galleryxmlutils.cpp:16:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/galleryxmlutils.h:36:1: warning: DigikamGenericHtmlGalleryPlugin::CWrapper has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   36 | class CWrapper
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/galleryxmlutils.h:123:1: warning: DigikamGenericHtmlGalleryPlugin::XMLElement has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
  123 | class XMLElement
      | ^
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.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/gallerynamehelper.cpp:25:1: warning: non-POD static (QMutex) [-Wclazy-non-pod-global-static]
   25 | static QMutex s_nameHelperMutex;
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationloader.cpp:35:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/dialogs/presentationdlg.cpp:38:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/galleryelement.cpp:19:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/galleryxmlutils.h:36:1: warning: DigikamGenericHtmlGalleryPlugin::CWrapper has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   36 | class CWrapper
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/dialogs/presentation_mainpage.cpp:39:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
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
      |     ^
4 warnings generated.
/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;
      | ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/box/boxtalker.cpp:498:9: warning: unused QJsonDocument [-Wclazy-unused-non-trivial-variable]
  498 |         QJsonDocument doc2 = QJsonDocument::fromJson(data, &err);
      |         ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/presentationmngr.cpp:46:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
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/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.
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/tools/htmlgallery/generator/gallerygenerator.cpp:51:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/galleryxmlutils.h:36:1: warning: DigikamGenericHtmlGalleryPlugin::CWrapper has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   36 | class CWrapper
      | ^
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/gallerygenerator.cpp:671:29: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  671 |     return fileName.replace(QRegularExpression(QLatin1String("[^-0-9a-z]+")), QLatin1String("_"));
      |                             ^
2 warnings generated.
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,
      |                      ^
4 warnings generated.
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
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/opengl/presentationgl.cpp:51:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/slideshow/slideshowplugin.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/slideshow/slideshowplugin.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning 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/view/presentation/opengl/presentationkb.cpp:20:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/opengl/presentationkb_p.h:22:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/opengl/presentationkb.h:85:1: warning: DigikamGenericPresentationPlugin::KBImage has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   85 | class KBImage
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/opengl/presentationkb.cpp:20:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/opengl/presentationkb_p.h:28:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
4 warnings generated.
2 warnings generated.
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
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/opengl/kbeffect.cpp:28:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/opengl/presentationkb_p.h:28:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
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/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);
      |     ^
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
      |     ^
1 warning 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:1134:5: warning: unused QDomNode [-Wclazy-unused-non-trivial-variable]
 1134 |     QDomNode node       = docElem.firstChild();
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1150:5: warning: unused QDomNode [-Wclazy-unused-non-trivial-variable]
 1150 |     QDomNode node       = docElem.firstChild();
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1158:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 1158 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1176:13: warning: unused QDomNode [-Wclazy-unused-non-trivial-variable]
 1176 |             QDomNode details = e.firstChild();
      |             ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1219:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 1219 |     QString      line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1236:13: warning: unused QDomNode [-Wclazy-unused-non-trivial-variable]
 1236 |             QDomNode details = e.firstChild();
      |             ^
2 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;
      |     ^
10 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/opengl/kbimageloader.cpp:34:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gstalkerbase.cpp:38:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   38 | static QString s_refreshToken;
      | ^
1 warning 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,
      |                      ^
1 warning 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
      |     ^
4 warnings generated.
2 warnings generated.
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.
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
      |     ^
/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("");
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/audio/presentation_audiopage.cpp:29:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
2 warnings generated.
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,
      |                      ^
4 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
      |     ^
2 warnings generated.
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);
      |                              ^
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
      |     ^
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
      |     ^
3 warnings generated.
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);
      |     ^
2 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/audio/presentationaudiowidget.cpp:33:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
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/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/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
      |     ^
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.
2 warnings 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/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:547:9: warning: unused QJsonDocument [-Wclazy-unused-non-trivial-variable]
  547 |         QJsonDocument doc2 = QJsonDocument::fromJson(data, &err);
      |         ^
1 warning generated.
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.
/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("&"));
      |                         ^
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.
/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.
/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;
      |     ^
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
      |     ^
/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;
      |     ^
2 warnings generated.
16 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.
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/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
      |     ^
2 warnings 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);
      |     ^
1 warning 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/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
      |     ^
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.
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
      |     ^
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.
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;
      |         ^
3 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/editor/file/print/printconfig.cpp:26:1: warning: DigikamEditorPrintToolPlugin::PrintConfigHelper has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   26 | class Q_DECL_HIDDEN PrintConfigHelper
      | ^
1 warning 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);
      |     ^
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);
      |     ^
1 warning generated.
2 warnings 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/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;
      |             ^
1 warning generated.
7 warnings generated.
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);
      |     ^
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/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);
      |     ^
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.
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);
      |     ^
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);
      |     ^
1 warning generated.
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/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/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/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);
      |     ^
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.
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);
      |     ^
1 warning generated.
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.
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/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/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/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);
      |     ^
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.
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);
      |     ^
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.
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/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);
      |     ^
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.
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);
      |     ^
1 warning generated.
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);
      |     ^
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.
1 warning generated.
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);
      |     ^
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.
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);
      |     ^
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.
/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/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);
      |     ^
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.
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/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/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);
      |     ^
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.
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/dimg/jpeg/dimgjpegloader_load.cpp:79:5: warning: CleanupData has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   79 |     class Q_DECL_HIDDEN CleanupData
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/dimg/jpeg/dimgjpegloader_save.cpp:75:5: warning: CleanupData has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   75 |     class Q_DECL_HIDDEN CleanupData
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/dimg/png/dimgpngloader_load.cpp:174:5: warning: CleanupData has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
  174 |     class Q_DECL_HIDDEN CleanupData
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/dimg/png/dimgpngloader_save.cpp:137:5: warning: CleanupData has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
  137 |     class Q_DECL_HIDDEN CleanupData
      |     ^
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/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);
      |     ^
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);
      |     ^
1 warning generated.
1 warning 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/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)
2 warnings generated.
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);
      |     ^
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)
1 warning generated.
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);
      |     ^
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/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)
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.
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/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);
      |     ^
5 warnings 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);
      |     ^
5 warnings generated.
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]
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/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/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]
14 warnings 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/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]
14 warnings generated.
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/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.
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);
      |     ^
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.
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/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);
      |     ^
16 warnings generated.
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/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]
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);
      |     ^
16 warnings generated.
3 warnings generated.
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
      |                      ^
2 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);
      |     ^
8 warnings generated.
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:568:13: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  568 |             QString localeFileSize   = QLocale().toString(iteminf.size);
      |             ^
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);
      |     ^
7 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);
      |     ^
2 warnings generated.
1 warning 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.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.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.cpp:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:106:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
18 warnings generated.
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_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_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/showfoto/main/showfoto_open.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:106:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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,
      |                       ^
/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/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]
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);
      |     ^
/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_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_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_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_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_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_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]
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/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_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_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_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
      |                      ^
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_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_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_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]
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:106:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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_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_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/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_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_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:106:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:106:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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_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
      |                      ^
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);
      |     ^
19 warnings generated.
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:106:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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
      |                      ^
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:106:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
18 warnings generated.
18 warnings generated.
18 warnings generated.
18 warnings generated.
18 warnings generated.
/home/gilles/Devel/8.x/core/showfoto/main/main.cpp:228:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  228 |     QString colorTheme        = group.readEntry(QLatin1String("Theme"), QString::fromLatin1("Standard"));
      |     ^
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/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/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)
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()))
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()))
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()))
2 warnings generated.
2 warnings generated.
2 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()))
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/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)
2 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:
/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/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()))
2 warnings generated.
2 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/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/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)
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()))
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()))
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.
2 warnings generated.
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
      |          ^
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()))
/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();
      |         ^
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)
1 warning 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:
/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.
2 warnings 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()))
/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.
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.
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/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/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/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.
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/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.
/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)
3 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/geolocation/kmlexport/geoparsing_utest.cpp:24:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/geodataparser_time.h:64:63: warning: Use midRef() instead [-Wclazy-qstring-ref]
   64 |         const int hourOffset         = timeZoneString.mid(1, 2).toInt(&okayHour);
      |                                                               ^
      |                                                          Ref
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/geodataparser_time.h:65:63: warning: Use midRef() instead [-Wclazy-qstring-ref]
   65 |         const int minuteOffset       = timeZoneString.mid(4, 2).toInt(&okayMinute);
      |                                                               ^
      |                                                          Ref
2 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.
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimghistorygraph_utest.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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());
      |     ^
3 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/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);
      |     ^
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)
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:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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)
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/geolocation/editor/rgtagmodel_utest.cpp:25:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/simpletreemodel.h:35:5: warning: Digikam::SimpleTreeModel::Item has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   35 |     class Item
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/geolocation/editor/rgtagmodel_utest.cpp:26:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgtagmodel.h:26:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/treebranch.h:30:1: warning: Digikam::TreeBranch has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   30 | class TreeBranch
      | ^
/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);
      |     ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/geolocation/editor/simpletreemodel_utest.cpp:25:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/simpletreemodel.h:35:5: warning: Digikam::SimpleTreeModel::Item has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   35 |     class Item
      |     ^
1 warning 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
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
      |     ^
1 warning 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;
      |             ^
2 warnings generated.
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.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavifplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavifplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpegplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpegplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopng/converttopng.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopng/converttopng.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopng/converttopngplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopng/converttopngplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxlplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxlplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavif.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavif.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpeg.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpeg.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxl.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxl.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgfplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgfplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttotiff/converttotiffplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttotiff/converttotiffplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebpplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebpplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgf.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgf.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodngplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodngplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttotiff/converttotiff.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttotiff/converttotiff.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebp.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebp.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2plugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2plugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodng.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodng.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheifplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheifplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscriptplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscriptplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheif.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheif.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/borderplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/borderplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermarkplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermarkplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscript.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscript.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
/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
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/textureplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/textureplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptionsplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptionsplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabelsplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabelsplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/texture.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/texture.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
1 warning generated.
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntags/assigntagsplugin.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntags/assigntagsplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntemplate/assigntemplateplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntemplate/assigntemplateplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntags/assigntags.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntags/assigntags.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysortplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysortplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntemplate/assigntemplate.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntemplate/assigntemplate.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/applymetadata/applymetadataplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/applymetadata/applymetadataplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/applymetadata/applymetadata.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/applymetadata/applymetadata.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadataplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadataplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjustplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjustplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translateplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translateplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/cropplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/cropplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/flip/flipplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/flip/flipplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resizeplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resizeplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotateplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotateplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
1 warning generated.
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/flip/flip.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/flip/flip.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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);
      |     ^
2 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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfxplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfxplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrainplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrainplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignettingplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignettingplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/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);
      |     ^
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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
2 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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/blur/blurplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/blur/blurplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrastplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrastplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/blur/blur.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/blur/blur.h:17:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereductionplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereductionplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrectionplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrectionplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restorationplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restorationplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpenplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpenplugin.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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.
2 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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixelsplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixelsplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofixplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofixplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/autocorrection/autocorrectionplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/autocorrection/autocorrectionplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.h:17:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/autocorrection/autocorrection.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/autocorrection/autocorrection.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvertplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvertplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/convert16to8/convert16to8plugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/convert16to8/convert16to8plugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
1 warning 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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjustplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjustplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
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);
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/iccconvert/iccconvertplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/iccconvert/iccconvertplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalanceplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalanceplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrectionplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrectionplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/convert16to8/convert16to8.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/convert16to8/convert16to8.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/iccconvert/iccconvert.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/iccconvert/iccconvert.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings 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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixerplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixerplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings generated.
2 warnings generated.
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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalanceplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalanceplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings generated.
2 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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/convert8to16/convert8to16plugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/convert8to16/convert8to16plugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings generated.
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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrectionplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrectionplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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);
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/invert/invertplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/invert/invertplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/convert8to16/convert8to16.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/convert8to16/convert8to16.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:26:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/defaultrenameparser.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parser.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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");
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/invert/invert.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/invert/invert.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
11 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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/defaultrenameparser.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parser.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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();
      |     ^
13 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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());
      |                       ^
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/database/databasesqliteinit_utest.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedbaccess.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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()))
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/database/databaseswitch_utest.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedbaccess.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:35:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedbaccess.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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()))
4 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/database/databasetags_utest.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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)
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/database/haariface_utest.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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)
3 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)
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/detection/detect_gui.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/facedetector.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/recognition/recognize_cli.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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");
      |         ^
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/recognition/face_rec_cli.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/detection/benchmark_dnndetection_gui.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/opencvdnnfacedetector.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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"));
      |         ^
3 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/recognition/benchmark_recognition_cli.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/opencvdnnfacedetector.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/recognition/traindb_cli.cpp:26:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/recognition/recognition_gui.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/opencvdnnfacedetector.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/demo/demomainwindow.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/main/main.cpp:93:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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;
      |                         ^
1 warning generated.
2 warnings 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.
/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/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/widgets/mainview/dcursortracker.cpp:162:5: warning: Return QLabel::eventFilter() instead of false [-Wclazy-base-class-event]
  162 |     return false;
      |     ^
5 warnings generated.
1 warning 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/progressmanager/statusbarprogresswidget.cpp:398:5: warning: Return QFrame::eventFilter() instead of false [-Wclazy-base-class-event]
  398 |     return false;
      |     ^
1 warning generated.
1 warning 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/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/dimg/filters/icc/iccprofilesettings.cpp:37:
/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.
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraph.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraph.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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.
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/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;
      |         ^
3 warnings generated.
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/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;
      |         ^
3 warnings 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/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;
      |                 ^
5 warnings 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/app/date/ddateedit.cpp:459:5: warning: Return QComboBox::eventFilter() instead of false [-Wclazy-base-class-event]
  459 |     return false;
      |     ^
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/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:21:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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;
      |             ^
8 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/geodataparser.cpp:17:
/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;
      |     ^
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/view/slideshow/common/slideshowloader.cpp:606:9: warning: Return QStackedWidget::eventFilter() instead of false [-Wclazy-base-class-event]
  606 |         return false;
      |         ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/widgets/presentationwidget.cpp:50:
/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;
      |             ^
1 warning generated.
7 warnings generated.
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/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;
      |             ^
2 warnings generated.
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/treeview/abstractcheckablealbumtreeview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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/printcreator/manager/advprintsettings.cpp:15:
/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.
		

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.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/dbinfoiface.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectwidget.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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
      | ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/itemgps.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/itemgps.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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"));
      | ^
/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]"));
      | ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/renamecustomizer.cpp:42:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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"));
      | ^
2 warnings generated.
17 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/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"));
      | ^
24 warnings generated.
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:17:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancesettings.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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"));
      | ^
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/album/setupcategory.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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.
21 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/facescanwidget.cpp:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/facescanwidget_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/facescanwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/gallerynamehelper.cpp:25:1: warning: non-POD static (QMutex) [-Wclazy-non-pod-global-static]
   25 | static QMutex s_nameHelperMutex;
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationloader.cpp:35:
/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;
      | ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gstalkerbase.cpp:38:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
   38 | static QString s_refreshToken;
      | ^
1 warning 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/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/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.
/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/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");
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/invert/invert.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/invert/invert.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/main/main.cpp:93:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
		

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/database/collection/collectionscanner.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/widgets/dbstatdlg.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/collection/collectionmanager.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionmanager_p.h:61:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionmanager_p.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionmanager_p.h:61:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionmanager_album.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionmanager_p.h:61:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/libs/dtrash/dtrashitemmodel.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);
      |     ^
/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.
/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);
      |     ^
3 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);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
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/database/coredb/coredbschemaupdater.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectoryolo.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectoryolo.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/libs/facesengine/detection/opencv-dnn/dnnfacedetectoryunet.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectoryunet.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
/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
      |          ^
1 warning generated.
/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
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_identity.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings 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);
      |     ^
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/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/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/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/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/libs/database/tags/facetagseditor.cpp:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
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/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();
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/opencv-dnn/opencvdnnfacerecognizer.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/opencv-dnn/opencvdnnfacerecognizer_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/opencv-dnn/opencvdnnfacerecognizer.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning 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/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();
      |     ^
2 warnings 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/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/dbjobinfo.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobinfo.h:24:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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/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();
      |     ^
2 warnings generated.
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/widgets/mainview/dzoombar.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.
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/duplicatesprogressobserver.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/duplicatesprogressobserver.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/libs/database/item/containers/iteminfo_p.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/libs/database/item/containers/iteminfo_containers.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/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);
      |     ^
8 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedbschemaupdater.cpp:27:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedbaccess.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_groups.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
3 warnings generated.
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);
      |     ^
/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/database/item/containers/iteminfo_labels.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/libs/facesengine/facedb/facedb_dnn.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/libs/facesengine/facedb/facedb_dnn_spatial.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/facesengine/facedb/facescansettings.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_tags.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_thumbnail.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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);
      |     ^
7 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/database/item/containers/iteminfocache.cpp:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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);
      |     ^
7 warnings 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/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);
      |     ^
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.
1 warning 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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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/database/item/containers/itemcopyright.cpp:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
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.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/itemtagpair.cpp:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/libs/database/item/containers/itemextendedproperties.cpp:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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      &
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();
      |     ^
2 warnings 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);
      |     ^
2 warnings generated.
1 warning 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/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();
      |     ^
2 warnings 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.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/item/lister/itemlister_talbum.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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();
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/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);
      |     ^
2 warnings generated.
9 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/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);
      |     ^
1 warning generated.
/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.
/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/captions/disjointmetadata_p.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/disjointmetadata_p.h:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning 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.
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.
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/tagsedit.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelsettings.cpp:42:
/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/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/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/database/item/scanner/itemscanner.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.h:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/item/scanner/itemscanner_file.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.h:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_baloo.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.h:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/models/albummodel_tag.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/models/albummodel_p.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraphmodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraphmodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraph.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/models/albumfiltermodel.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/models/albumfiltermodel_p.h:31:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/libs/dialogs/deletedialog.cpp:48:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydbschemaupdater.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydb.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/models/albumfiltermodel_checkable.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/models/albumfiltermodel_p.h:31:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/models/albumfiltermodel_tagsmanager.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/models/albumfiltermodel_p.h:31:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/libs/database/models/itemfiltermodel_p.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel_p.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/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);
      |     ^
2 warnings generated.
1 warning 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/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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/libs/fileactionmanager/metadatahub.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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/models/itemthumbnailmodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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.
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.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmodels.cpp:16:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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.
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/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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/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);
      |     ^
7 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr_p.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 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/database/models/itemmodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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);
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/iteminfotasksplitter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/iteminfotasksplitter.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionimageinfolist.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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/fileactionmanager/databaseworkeriface.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/databaseworkeriface.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionimageinfolist.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionimageinfolist.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
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:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
/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.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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_albums.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning 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:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
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:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning 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:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/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/settings/applicationsettings_miscs.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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
      |     ^
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/album/engine/album.cpp: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
      |     ^
3 warnings generated.
1 warning 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:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
3 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/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/engine/albumhistory.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumhistory.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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
      |     ^
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/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);
      |     ^
1 warning generated.
3 warnings generated.
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);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensdistortionpixelaccess.cpp:16:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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/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
      |     ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/redeye/redeyecorrectionfilter.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/facedetector.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/tags/widgets/tagfolderview.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.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);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumparser.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumparser.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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.
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/albumpropsedit.cpp:47:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectors.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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.
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectcombobox.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.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);
      |     ^
2 warnings 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);
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectdialog.cpp:43:
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectwidget.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselecttabs.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/tags/manager/tagmngrtreeview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/tags/manager/tagmngrtreeview.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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();
      |     ^
/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/album/treeview/tagtreeview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumselectiontreeview.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/manager/albummanager.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:75:
/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();
      |     ^
5 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:75:
/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();
      |     ^
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();
      |     ^
5 warnings generated.
5 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:75:
/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();
      |     ^
5 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_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();
      |     ^
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:75:
/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();
      |     ^
5 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:75:
/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();
      |     ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenamedialog.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenamedialog.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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);
      |     ^
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();
      |     ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenamemanager.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenamewidget.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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);
      |     ^
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();
      |     ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenameprocessdialog.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenameprocessdialog.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenamedialog.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/actiontask.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/actiontask.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtoolutils.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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);
      |     ^
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();
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenamewidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenamewidget.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/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/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);
      |     ^
2 warnings 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);
      |     ^
18 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtoolutils.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtoolutils.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/lighttablepreview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablepreview.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/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/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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtoolsfactory.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtoolsfactory.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/utilities/lighttable/lighttableview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttableview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/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/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);
      |     ^
18 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/workflowmanager.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/workflowmanager.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtoolutils.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/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/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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parser.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parser.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/dplugins/bqminfoiface.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/bqminfoiface.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/iteminfoset.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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);
      |     ^
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);
      |     ^
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/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);
      |     ^
18 warnings 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:17:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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);
      |     ^
18 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/workflowdlg.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/workflowdlg.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/workflowmanager.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtoolutils.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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);
      |     ^
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:17:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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);
      |     ^
18 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuelist.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuelist.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/utilities/advancedrename/parser/importrenameparser.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/importrenameparser.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parser.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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);
      |     ^
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);
      |     ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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/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/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);
      |     ^
2 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/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/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/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/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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/defaultvaluemodifier.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/defaultvaluemodifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
1 warning 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/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);
      |     ^
2 warnings 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/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/setup.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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);
      |     ^
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/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/fuzzysearch/fuzzysearchview.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/fuzzysearchview_p.h:54:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.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/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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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/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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setupdatabase.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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.
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:54:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.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/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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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/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/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/setup/misc/setupmisc.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/misc/setupmisc_p.h:54:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancemngr.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/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.
1 warning generated.
2 warnings generated.
3 warnings 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);
      |     ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/dialogs/recognitionmodelchange.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/dialogs/recognitionmodelchange.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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);
      |     ^
/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/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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesalbum.cpp:31:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesalbumitem.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/utilities/import/widgets/importcontextmenu.cpp:63:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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);
      |     ^
1 warning generated.
/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);
      |     ^
/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/fuzzysearch/findduplicatesalbumitem.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesalbumitem.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/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/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/dbkeyscollection.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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);
      |     ^
5 warnings generated.
2 warnings generated.
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:27:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget_p.h:41:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h: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);
      |     ^
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);
      |     ^
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/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/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/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:36:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/maintenance/main/maintenancedlg_settings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg_p.h:17:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancesettings.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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);
      |     ^
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);
      |     ^
4 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);
      |     ^
2 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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.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/utilities/maintenance/tools/metaremover/metadataremovetask.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metaremover/metadataremovetask.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metaremover/metadataremover.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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.
1 warning 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);
      |     ^
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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/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/itemviewimportdelegate.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/items/importcategorydrawer.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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);
      |     ^
6 warnings 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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/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]
2 warnings generated.
21 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/setup/metadata/setupmetadata_behavior.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_p.h:51:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/searchwindow/searchfields_keyword.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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/searchwindow/searchfields_keyword.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/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);
      |     ^
2 warnings generated.
1 warning generated.
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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/facemanagement/threads/facepipelinepackage.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
21 warnings generated.
2 warnings 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);
      |     ^
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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/utilities/searchwindow/searchfields_rangeint.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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/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/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/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]
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_display.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_p.h:51:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/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/maintenance/tools/dbcleaner/databasetask.cpp:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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();
      |     ^
2 warnings 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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings 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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgtagmodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgtagmodel.h:26:
/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/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/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);
      |     ^
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          &
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.cpp:52:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgtagmodel.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);
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpssearchview.cpp:45:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.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/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/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/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/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);
      |     ^
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);
      |     ^
16 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/thumbs/thumbsgenerator.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/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/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();
      |     ^
8 warnings 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/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/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/facemanagement/widgets/assignnamewidget_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget_p.h:45:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/utilities/maintenance/tools/thumbs/thumbstask.cpp:26:
/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/searchfields_rangedate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h: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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/collections/setupcollections.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/maintenance/tools/facesmanagement/facesdetector.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/facesmanagement/facesdetector.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/searchfields_rating.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.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.
3 warnings generated.
2 warnings 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/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/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/collections/setupcollectionview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
/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/fingerprints/fingerprintstask.cpp:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/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/searchwindow/searchfields_choice.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.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);
      |     ^
4 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/imgqsort/imagequalitysorter.cpp:37:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
21 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/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/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]
2 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: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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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);
      |     ^
18 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/searchwindow/searchfields_createfield.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.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);
      |     ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/imgqsort/imagequalitytask.cpp:25:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancedata.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/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);
      |     ^
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);
      |     ^
1 warning generated.
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);
      |     ^
18 warnings generated.
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/autotags/autotagsassignment.cpp:34:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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);
      |     ^
1 warning generated.
21 warnings generated.
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);
      |     ^
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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);
      |     ^
3 warnings 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: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/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:100:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/setup/camera/setupcamera.cpp:49:
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectwidget.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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/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/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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  &
19 warnings generated.
3 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/autotags/autotagsassignmenttask.cpp:22:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancedata.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/searchfields_text.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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);
      |     ^
3 warnings generated.
1 warning 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:83:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
1 warning 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:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:32:
/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/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.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/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);
      |     ^
/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);
      |     ^
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/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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/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);
      |     ^
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/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/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/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/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/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/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: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.
/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/searchwindow/searchfolderview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfolderview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/editablesearchtreeview.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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/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/utilities/searchwindow/searchtabheader.cpp:47:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfolderview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/editablesearchtreeview.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.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.
18 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchmodificationhelper.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydb.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:83:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/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/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/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/utilities/searchwindow/editablesearchtreeview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/editablesearchtreeview.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.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.
18 warnings generated.
18 warnings 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:83:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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_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/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);
      |     ^
18 warnings generated.
1 warning 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);
      |     ^
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);
      |     ^
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:83:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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);
      |     ^
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);
      |     ^
1 warning generated.
18 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);
      |     ^
3 warnings generated.
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.
In file included from /home/gilles/Devel/8.x/core/app/date/datefolderview.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
/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/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/dragdrop/importdragdrop.cpp:37:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/dragdrop/albumdragdrop.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/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:21:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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]
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/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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/tagdragdrop.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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);
      |     ^
15 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/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);
      |     ^
16 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/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  295 |     void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
      |     ^
6 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/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/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_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/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.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);
      |     ^
14 warnings generated.
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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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);
      |     ^
18 warnings generated.
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/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:16:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/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);
      |     ^
15 warnings generated.
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);
      |     ^
16 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/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/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:34:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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);
      |     ^
16 warnings generated.
16 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/facerejectionoverlay.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/facerejectionoverlay.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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);
      |     ^
15 warnings generated.
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/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: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]
15 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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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);
      |     ^
15 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/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]
15 warnings generated.
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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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);
      |     ^
15 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/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]
15 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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/utils/tooltipfiller.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/app/items/utils/contextmenuhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:70:
/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:77:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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);
      |     ^
4 warnings generated.
4 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:70:
/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);
      |     ^
4 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:70:
/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);
      |     ^
4 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:70:
/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:70:
/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:77:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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);
      |     ^
4 warnings generated.
4 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:70:
/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/groupingviewimplementation.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/groupingviewimplementation.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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);
      |     ^
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:70:
/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);
      |     ^
4 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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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]
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemcategorydrawer.cpp:38:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfolderview.h:22:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/editablesearchtreeview.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_model.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);
      |     ^
3 warnings 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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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: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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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: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/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
  208 |     void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
      |     ^
8 warnings generated.
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]
1 warning generated.
18 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_audiovideo.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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_columnfactory.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/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/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: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/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_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: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_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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_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.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_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:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/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: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/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:44:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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);
      |     ^
19 warnings generated.
19 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/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: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: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);
      |     ^
19 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: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:108:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:32:
/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/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/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/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/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_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_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:44:
/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/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);
      |     ^
20 warnings generated.
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/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/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/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/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: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: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: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/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: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_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);
      |     ^
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_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_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/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]
19 warnings generated.
39 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/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/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/preview/itempreviewcanvas.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/preview/itempreviewcanvas.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/app/views/sidebar/albumfolderviewsidebarwidget.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumselectiontreeview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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/sidebar/datefolderviewsidebarwidget.cpp:36:
/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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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/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]
18 warnings generated.
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:25:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/sidebar/gpssearchsidebarwidget.cpp:37:
/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/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,
      |     ^
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);
      |     ^
2 warnings generated.
3 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/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/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
      |     ^
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);
      |     ^
2 warnings generated.
1 warning generated.
3 warnings generated.
1 warning 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/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/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);
      |     ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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,
      |     ^
/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/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/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.
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.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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/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.
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);
      |     ^
1 warning 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.
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
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprinttask.cpp:34:
/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.
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.
/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/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
      |     ^
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: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/printcreator/wizard/advprintcaptionpage.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
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcroppage.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.
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
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintfinalpage.cpp:42:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintphotopage.h:30:
/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/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
      |     ^
2 warnings 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/printcreator/wizard/advprintcropframe.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
      |     ^
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
      |     ^
2 warnings generated.
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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.cpp:50:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintphotopage.h:30:
/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();
      |     ^
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
      |     ^
1 warning 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/tools/mjpegstream/mjpegframethread.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegframethread.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/actionthread.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegframetask.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegframetask.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/actionthread.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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.
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
      |     ^
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
      |     ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegservermngr.cpp:42:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mjpegstream/mjpegframethread.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/actionthread.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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);
      |     ^
/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.
2 warnings 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.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/dialogs/presentation_captionpage.cpp:26:
/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);
      |     ^
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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/dialogs/presentation_advpage.cpp:21:
/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/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/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/galleryelement.cpp: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/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
      |     ^
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
      |     ^
2 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.
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/tools/htmlgallery/generator/gallerygenerator.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
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrlist.cpp:16:
/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/view/presentation/opengl/presentationgl.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
      |     ^
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/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/opengl/kbeffect.cpp:28:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/opengl/presentationkb_p.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/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
      |     ^
1 warning 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/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
      |     ^
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/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.
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.
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
      |     ^
/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/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/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);
      |                              ^
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
      |     ^
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
      |     ^
3 warnings generated.
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);
      |     ^
2 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/audio/presentationaudiowidget.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.
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/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
      |     ^
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.
2 warnings 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/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.
/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("&"));
      |                         ^
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.
/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/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/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
      |     ^
2 warnings 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);
      |     ^
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.
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
      |     ^
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.
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
      |     ^
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.
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/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/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);
      |     ^
1 warning generated.
2 warnings 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/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);
      |     ^
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/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);
      |     ^
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.
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);
      |     ^
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);
      |     ^
1 warning generated.
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/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/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/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);
      |     ^
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.
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);
      |     ^
1 warning generated.
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.
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/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/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/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);
      |     ^
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.
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);
      |     ^
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.
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/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);
      |     ^
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.
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);
      |     ^
1 warning generated.
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);
      |     ^
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.
1 warning generated.
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);
      |     ^
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.
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);
      |     ^
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.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/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.
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/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/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);
      |     ^
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.
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/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);
      |     ^
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);
      |     ^
1 warning generated.
1 warning 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/dimgfilteraction_utest.cpp:32:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/dimg/dimgloader_utest.cpp:30:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/fileio/loadsavethread_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);
      |     ^
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/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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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/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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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/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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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]
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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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/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]
14 warnings 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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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]
14 warnings generated.
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/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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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.
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);
      |     ^
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.
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/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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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/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);
      |     ^
16 warnings generated.
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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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]
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewitem.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/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);
      |     ^
8 warnings generated.
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/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);
      |     ^
7 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);
      |     ^
2 warnings generated.
1 warning 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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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.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.cpp:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:98:
/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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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_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/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/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]
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);
      |     ^
/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/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:
/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_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/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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:
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]
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/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/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: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:98:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:238:5: warning: signal signalThumbnailLoaded is overloaded (with /home/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: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: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:106:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/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_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/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_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/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:98:
/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);
      |     ^
19 warnings generated.
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:106:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/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/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/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/dimg/dimghistorygraph_utest.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/mediawiki/queryrevision_utest.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/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.
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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscript.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscript.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptionsplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptionsplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntags/assigntagsplugin.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntags/assigntagsplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/flip/flip.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/flip/flip.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/dplugins/bqm/filters/colorfx/colorfxplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfxplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resize.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignettingplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignettingplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/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);
      |     ^
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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/blur/blurplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/blur/blurplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/dplugins/bqm/enhance/blur/blur.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/blur/blur.h:17:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereductionplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereductionplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/dplugins/bqm/enhance/noisereduction/noisereduction.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrectionplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrectionplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restorationplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restorationplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
1 warning generated.
2 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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/dplugins/bqm/enhance/sharpen/sharpen.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixelsplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixelsplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/dplugins/bqm/enhance/lensautofix/lensautofixplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofixplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/dplugins/bqm/colors/autocorrection/autocorrectionplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/autocorrection/autocorrectionplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/dplugins/bqm/colors/autocorrection/autocorrection.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/autocorrection/autocorrection.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvertplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvertplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/dplugins/bqm/colors/convert16to8/convert16to8plugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/convert16to8/convert16to8plugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/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);
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/iccconvert/iccconvertplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/iccconvert/iccconvertplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrectionplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrectionplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/dplugins/bqm/colors/convert16to8/convert16to8.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/convert16to8/convert16to8.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings 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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/dplugins/bqm/colors/channelmixer/channelmixerplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixerplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings generated.
2 warnings generated.
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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/dplugins/bqm/colors/colorbalance/colorbalanceplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalanceplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings generated.
2 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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/convert8to16/convert8to16plugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/convert8to16/convert8to16plugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings generated.
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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/dplugins/bqm/colors/hslcorrection/hslcorrectionplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrectionplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/invert/invertplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/invert/invertplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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);
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/defaultrenameparser.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parser.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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/albummodel/albummodel_utest.cpp: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/tests/database/databasetags_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/database/haariface_utest.cpp:36:
		

qstring-ref

/home/gilles/Devel/8.x/core/libs/metadataengine/focuspoint/focuspoints_extractor_nikon.cpp:111:44: warning: Use midRef() instead [-Wclazy-qstring-ref]
  111 |                 float xPosition = (np.mid(1).toInt() - 1)    * xOffset + xShift;
      |                                            ^
      |                                          Ref
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/engine/filereadwritelock.cpp:18:
/home/gilles/Devel/8.x/core/libs/versionmanager/versionmanager.cpp:433:33: warning: Use midRef() instead [-Wclazy-qstring-ref]
  433 |     if (fileName.mid(suffixBegin).compare(format, Qt::CaseInsensitive))
      |                                 ^
      |                     Ref
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/libs/dimg/filters/lens/lensfuniface.cpp:571:60: warning: Use midRef() instead [-Wclazy-qstring-ref]
  571 |     d->settings.focalLength = temp.mid(0, temp.length() - 3).toDouble();
      |                                                            ^
      |                                       Ref
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:585:38: warning: Use midRef() instead [-Wclazy-qstring-ref]
  585 |     d->settings.aperture = temp.mid(1).toDouble();
      |                                      ^
      |                                    Ref
7 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectwidget.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.cpp:60:54: warning: Use midRef() instead [-Wclazy-qstring-ref]
   60 |                                 .arg(m_port.mid( 6, 3).toInt())
      |                                                      ^
      |                                                Ref
/home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.cpp:61:54: warning: Use midRef() instead [-Wclazy-qstring-ref]
   61 |                                 .arg(m_port.mid(10, 3).toInt())
      |                                                      ^
      |                                                Ref
/home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.cpp:62:54: warning: Use midRef() instead [-Wclazy-qstring-ref]
   62 |                                 .arg(m_port.mid(14, 3).toInt())
      |                                                      ^
      |                                                Ref
/home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.cpp:63:54: warning: Use midRef() instead [-Wclazy-qstring-ref]
   63 |                                 .arg(m_port.mid(18, 3).toInt());
      |                                                      ^
      |                                                Ref
1 warning generated.
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/toolsettingsview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/toolsettingsview.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/tracks/trackreader.cpp:90:63: warning: Use midRef() instead [-Wclazy-qstring-ref]
   90 |         const int hourOffset         = timeZoneString.mid(1, 2).toInt(&okayHour);
      |                                                               ^
      |                                                          Ref
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/tracks/trackreader.cpp:91:63: warning: Use midRef() instead [-Wclazy-qstring-ref]
   91 |         const int minuteOffset       = timeZoneString.mid(4, 2).toInt(&okayMinute);
      |                                                               ^
      |                                                          Ref
2 warnings 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:33:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:997:94: warning: Use midRef() instead [-Wclazy-qstring-ref]
  997 |     const int myZoom           = myZoomString.mid(QString::fromLatin1("googlemaps:").length()).toInt();
      |                                                                                              ^
      |                                                  Ref
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backendmarble.cpp:1156:90: warning: Use midRef() instead [-Wclazy-qstring-ref]
 1156 |     const int myZoom           = myZoomString.mid(QString::fromLatin1("marble:").length()).toInt();
      |                                                                                          ^
      |                                                  Ref
1 warning generated.
/home/gilles/Devel/8.x/core/app/items/utils/itemviewutilities.cpp:558:55: warning: Use midRef() instead [-Wclazy-qstring-ref]
  556 |         value  = filename.mid(prefix.size(),
      |                              
      |                              Ref
  557 |                               std::distance(firstDigit,
  558 |                                             lastDigit)).toULongLong(&containsValue);
      |                                                       ^
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/dplugins/generic/metadata/geolocationedit/kmlexport/geodataparser_time.h:64:63: warning: Use midRef() instead [-Wclazy-qstring-ref]
   64 |         const int hourOffset         = timeZoneString.mid(1, 2).toInt(&okayHour);
      |                                                               ^
      |                                                          Ref
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/geodataparser_time.h:65:63: warning: Use midRef() instead [-Wclazy-qstring-ref]
   65 |         const int minuteOffset       = timeZoneString.mid(4, 2).toInt(&okayMinute);
      |                                                               ^
      |                                                          Ref
2 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/geolocationedit/kmlexport/geodataparser_time.h:64:63: warning: Use midRef() instead [-Wclazy-qstring-ref]
   64 |         const int hourOffset         = timeZoneString.mid(1, 2).toInt(&okayHour);
      |                                                               ^
      |                                                          Ref
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/geodataparser_time.h:65:63: warning: Use midRef() instead [-Wclazy-qstring-ref]
   65 |         const int minuteOffset       = timeZoneString.mid(4, 2).toInt(&okayMinute);
      |                                                               ^
      |                                                          Ref
2 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:
		

qt6-deprecated-api-fixes

/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: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.
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/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/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.
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/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/properties/captions/itemdescedittab.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/notificationmanager/dnotificationpopup.cpp:17:
/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.
1 warning generated.
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/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())
3 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/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
      |                                    ^
/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
18 warnings generated.
3 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:17:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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)
2 warnings 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:83:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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.
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/choicesearchutilities.cpp:24:
/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_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:83:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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: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/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)))
/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/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/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/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/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/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/dimg/dimgfilteractionkeys_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/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/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)
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.
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/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:
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/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)
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()))
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()))
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()))
2 warnings generated.
2 warnings generated.
2 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()))
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/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)
2 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:
/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/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()))
2 warnings generated.
2 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/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/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)
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()))
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()))
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.
2 warnings generated.
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
      |          ^
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()))
/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/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.
2 warnings 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()))
/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.
In file included from /home/gilles/Devel/8.x/core/tests/multithreading/processordlg.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)
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.
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/dtestdatadir.h:119:16: warning:  function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
  119 |         result = dir;
      |         ~~~~~~~^~~~~
      |         result.setPath(dir)
3 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/geolocation/kmlexport/geoparsing_utest.cpp:24:
/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/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.
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:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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)
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/geolocation/editor/rgtagmodel_utest.cpp:25:
/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
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/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
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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)
/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/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());
      |                       ^
15 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/database/databasesqliteinit_utest.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedbaccess.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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)
/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()))
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/database/databaseswitch_utest.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedbaccess.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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)
/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:35:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedbaccess.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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)
/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()))
4 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/database/databasetags_utest.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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)
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/database/haariface_utest.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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)
3 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)
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/detection/detect_gui.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/facedetector.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.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)
		

rule-of-three

/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_scan.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_utils.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/widgets/dbmigrationdlg.cpp:42:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/engine/dbenginebackend.cpp:16:
/home/gilles/Devel/8.x/core/libs/database/engine/dbenginebackend_p.h:37:1: warning: Digikam::DbEngineThreadData has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   37 | class Q_DECL_HIDDEN DbEngineThreadData
      | ^
/home/gilles/Devel/8.x/core/libs/database/engine/dbenginebackend.cpp:1318:46: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
 1318 |         while ((pos = preparedString.indexOf(identifierRegExp, pos)) != -1)
      |                                              ^
/home/gilles/Devel/8.x/core/libs/database/engine/dbenginebackend.cpp:1320:48: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
 1320 |             QRegularExpressionMatch regMatch = identifierRegExp.match(preparedString);
      |                                                ^
3 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionmanager_location.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionmanager_p.h:61:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/dbinfoiface.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumparser.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/thumbsdb/thumbsdbaccess.h:32:1: warning: Digikam::ThumbsDbAccess has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   32 | class DIGIKAM_EXPORT ThumbsDbAccess
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/syncjob.cpp:24:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/syncjob.cpp:25:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/diofinders.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/facedetector.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/facedetector.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_p.h:19:
/home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:65:5: warning: Digikam::ScanController::FileMetadataWrite has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   65 |     class FileMetadataWrite
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/coredb/coredbtransaction.cpp:15:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredbtransaction.h:31:1: warning: Digikam::CoreDbTransaction has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   31 | class DIGIKAM_DATABASE_EXPORT CoreDbTransaction
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/opencvdnnfacedetector.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/opencvdnnfacedetector.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/iojobs/iojob.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_start.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorssd.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorssd.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
2 warnings 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/facesengine/recognition/facialrecognition_wrapper_p.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_progress.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
2 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_stop.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/coredb/coredbthumbinfoprovider.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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
      |          ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_setup.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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>
      |             ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_recognize.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.cpp:15:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/coredb/coredbaccess.cpp:16:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredbaccess.h:45:1: warning: Digikam::CoreDbAccess has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class DIGIKAM_DATABASE_EXPORT CoreDbAccess
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredbaccess.h:145:1: warning: Digikam::CoreDbAccessUnlock has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
  145 | class CoreDbAccessUnlock
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/coredb/coredbaccess.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfodata.h:31:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
1 warning generated.
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
2 warnings generated.
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.cpp:15:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjob.cpp:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.h:66:1: warning: Digikam::ThumbnailLoadThreadStaticPriv has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   66 | class Q_DECL_HIDDEN ThumbnailLoadThreadStaticPriv
      | ^
6 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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/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_p.h:66:1: warning: Digikam::ThumbnailLoadThreadStaticPriv has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   66 | class Q_DECL_HIDDEN ThumbnailLoadThreadStaticPriv
      | ^
6 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedbaccess.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedbaccess.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadingdescription.cpp:22:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedboperationgroup.cpp:23:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedbaccess.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadingcache.cpp:15:
/home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadingcache.h:125:5: warning: Digikam::LoadingCache::CacheLock has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
  125 |     class DIGIKAM_EXPORT CacheLock
      |     ^
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadingcache.cpp:31:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_geolocation.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb_identity.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facedb.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/threadimageio/engine/filereadwritelock.h:31:1: warning: Digikam::FileReadWriteLockKey has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   31 | class DIGIKAM_EXPORT FileReadWriteLockKey
      | ^
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/filereadwritelock.h:53:1: warning: Digikam::FileReadLocker has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   53 | class DIGIKAM_EXPORT FileReadLocker
      | ^
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/filereadwritelock.h:67:1: warning: Digikam::FileWriteLocker has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   67 | class DIGIKAM_EXPORT FileWriteLocker
      | ^
1 warning generated.
3 warnings generated.
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_properties.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_similarity.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/graphicsview/graphicsdimgitem.cpp:17:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/dimgitems_p.h:46:1: warning: Digikam::CachedPixmaps has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   46 | class CachedPixmaps
      | ^
1 warning 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfodata.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfodata.h:31:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/itempropertiesversionstab.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionstreeview.cpp:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraphmodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraph.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionsoverlays.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/history/versionsdelegate.cpp:35:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/item/containers/itemcopyright.cpp:32:1: warning: Digikam::ItemCopyrightCache has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   32 | class Q_DECL_HIDDEN ItemCopyrightCache
      | ^
6 warnings generated.
2 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/itempropertiessidebardb.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/properties/itempropertiessidebardb.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.cpp:15:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings 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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_descview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_tagsview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_descview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/disjointmetadata.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/disjointmetadata_p.h:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_infoview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_infoview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/blackframelistviewitem.cpp:16:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/database/item/query/itemqueryposthooks.h:51:1: warning: Digikam::ItemQueryPostHooks has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   51 | class DIGIKAM_DATABASE_EXPORT ItemQueryPostHooks
      | ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/icc/iccprofile.cpp:17:
/home/gilles/Devel/8.x/core/libs/dimg/filters/icc/iccprofile.h:181:1: warning: Digikam::LcmsLock has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
  181 | class DIGIKAM_EXPORT LcmsLock
      | ^
1 warning generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
7 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.h:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_photo.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.h:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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_)")),
      |                                           ^
1 warning generated.
3 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/database/item/scanner/itemscanner_video.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.h:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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
      |          ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_history.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.h:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/models/albummodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/models/albummodel_p.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/models/albummodel_date.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/models/albummodel_p.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/models/albummodel_search.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/models/albummodel_p.h:35:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/similaritydb/similaritydb.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydb.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/models/albumfiltermodel_search.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/models/albumfiltermodel_p.h:31:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
2 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/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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydbaccess.cpp:18:
/home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydbaccess.h:34:1: warning: Digikam::SimilarityDbAccess has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   34 | class DIGIKAM_DATABASE_EXPORT SimilarityDbAccess
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydbaccess.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydb.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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_)")),
      |                                           ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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+$"))) &&
      |                                    ^
7 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/dialogs/dconfigdlgmodels_p.h:43:1: warning: Digikam::PageItem has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   43 | class Q_DECL_HIDDEN PageItem
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemsortsettings.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr_p.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.cpp:35:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr_p.cpp:25:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.cpp:16:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileworkeriface.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileworkeriface.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface_p.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/addtagscombobox.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensdistortionpixelaccess.h:45:1: warning: Digikam::LensDistortionPixelAccess has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class DIGIKAM_EXPORT LensDistortionPixelAccess
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/addtagslineedit.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albummodificationhelper.cpp:36:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albummodificationhelper.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumthumbnailloader.cpp:43:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
1 warning 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumwatch.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.cpp:24:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
8 warnings generated.
1 warning 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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());
      |                          ^
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.
/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.
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectors.cpp:43:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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
      |          ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/tags/engine/tagmodificationhelper.cpp:35:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/engine/tagmodificationhelper.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/engine/tagsactionmngr.cpp:62:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselecttabs.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.cpp:23:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview_p.h:46:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/manager/tagsmanager.cpp:52:
In file included from /home/gilles/Devel/8.x/core/libs/tags/manager/tagmngrtreeview.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview_p.h:46:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/manager/tagsmanager.cpp:61:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.cpp:27:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview_p.h:46:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/tags/manager/taglist.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.cpp:23:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview_p.h:46:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/labelstreeview.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/labelstreeview.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumlabelssearchhandler.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumlabelssearchhandler.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.cpp:23:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview_p.h:46:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.cpp:23:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview_p.h:46:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings 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/player/qtmm/mediaplayerview.cpp:55:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/datetreeview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/datetreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/datetreeview.cpp:23:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview_p.h:46:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/album/treeview/albumselectiontreeview.cpp:312:20: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
  312 |             this, [this, albums]()
      |                    ^~~~~
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumselectiontreeview.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumselectiontreeview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/libs/video/manager/vidslidetask.cpp:15:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
3 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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:75:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/dimg/dimg_scale.cpp:52:1: warning: Digikam::DImgScale::DImgScaleInfo has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   52 | class Q_DECL_HIDDEN DImgScaleInfo
      | ^
1 warning 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:75:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
5 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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenameinput.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenameinput.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parser.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:75:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/actionthread.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/actionthread.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:75:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
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:75:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:76:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
5 warnings 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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.cpp:37:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:46:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/highlighter.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parser.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
18 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/dialogs/softproofdialog.cpp:37:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttableview.cpp:29:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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());
      |                                ^
17 warnings generated.
2 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
18 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
4 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,}")))
      |                   ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginconfviewbqm.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:17:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/tooltipcreator.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/tooltipcreator.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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>")
      |                    ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/assignedlist.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/assignedlist.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/tooltipdialog.cpp:31:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/tooltipcreator.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuepool.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuepool.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/iteminfoset.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuepool.cpp:15:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
18 warnings generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuesettingsview.cpp:38:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenamewidget.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuesettingsview.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectwidget.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/firstrun/openfilepage.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/removedoublesmodifier.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/removedoublesmodifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/replacemodifier.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/replacemodifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/gpcamera.cpp:76:1: warning: Digikam::GPStatus has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   76 | class Q_DECL_HIDDEN GPStatus
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/camiteminfo.cpp:16:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/widgets/previewlist.cpp:31:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/uniquemodifier.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/uniquemodifier.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setupicc.cpp:51:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setupicc.cpp:53:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/workflowlist.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/workflowlist.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/dateoption.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/dateoption.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setuptooltip.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/directorynameoption.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/directorynameoption.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/utils/iteminfojob.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/utils/iteminfojob.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:59:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
7 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancedata.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancedata.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/sequencenumberoption.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/sequencenumberoption.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:54:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:59:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.cpp:16:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
23 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/databaseoption.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/databaseoption.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchview.cpp:39:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:59:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/database/faceutils.cpp:36:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesview.cpp:42:
In file included from /home/gilles/Devel/8.x/core/libs/database/similaritydb/similaritydb.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/fuzzysearch/findduplicatesview.cpp:45:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/dbkeyscollection.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/dbkeyscollection.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/dbkeyselector.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/dbkeyselector.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/databaseoption.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
16 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancesettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancesettings.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/editor/setupversioning.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/commonkeys.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/dbkeyscollection.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/album/setupalbumview.cpp:42:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:27:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget_p.h:45:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
6 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/dbkeyscollection.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/album/setupcategory.cpp:42:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:27:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget_p.h:41:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:27:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget_p.h:45:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/album/setupmime.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_p.h:51:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning 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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:36:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_p.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_p.h:51:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/itemviewimportdelegate.cpp:35:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metaremover/metadataremover.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metaremover/metadataremover.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
15 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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynctask.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynctask.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importtooltipfiller.cpp:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
3 warnings 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
15 warnings generated.
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/duplicates/duplicatesfinder.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/duplicates/duplicatesfinder.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/haar/haariface.h:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
3 warnings generated.
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/utilities/geolocation/geoiface/reversegeocoding/treebranch.h:30:1: warning: Digikam::TreeBranch has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   30 | class TreeBranch
      | ^
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_rotation.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_p.h:51:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_baloo.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_p.h:51:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/dbcleaner.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/dbcleaner.cpp:35:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/treebranch.h:30:1: warning: Digikam::TreeBranch has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   30 | class TreeBranch
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.cpp:53:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/simpletreemodel.h:35:5: warning: Digikam::SimpleTreeModel::Item has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   35 |     class Item
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
8 warnings 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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbscan/newitemsfinder.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/scan/scancontroller.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/collection/collectionscanner.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/utilities/geolocation/geoiface/reversegeocoding/simpletreemodel.h:35:5: warning: Digikam::SimpleTreeModel::Item has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   35 |     class Item
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget_p.h:41:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget_p.h:45:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/thumbs/thumbsgenerator.cpp:41:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
21 warnings generated.
3 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importthumbnailbar.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/thumbs/thumbstask.cpp:25:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
16 warnings generated.
6 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/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/facesmanagement/facesdetector.cpp:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 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/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/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+")));
      |                                                                                  ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/fingerprints/fingerprintsgenerator.cpp:37:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/fingerprints/fingerprintsgenerator.cpp:37:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/imgqsort/imagequalitysorter.cpp:37:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/autotags/autotagsassignment.cpp:34:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
1 warning 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/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:83:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
2 warnings generated.
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/date/datefolderview.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/datetreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/date/monthwidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/date/monthwidget.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/utilities/geolocation/geoiface/backends/backend-geonames-rg.cpp:40:1: warning: Digikam::GeonamesInternalJobs has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   40 | class Q_DECL_HIDDEN GeonamesInternalJobs
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
16 warnings generated.
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backend-geonamesUS-rg.cpp:39:1: warning: Digikam::GeonamesUSInternalJobs has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   39 | class Q_DECL_HIDDEN GeonamesUSInternalJobs
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/albumdragdrop.cpp:35:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/geolocation/geoiface/backends/backend-osm-rg.cpp:34:1: warning: Digikam::OsmInternalJobs has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   34 | class Q_DECL_HIDDEN OsmInternalJobs
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
17 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/app/filters/filtersidebarwidget.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
22 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/filters/filtersidebarwidget.cpp:47:
In file included from /home/gilles/Devel/8.x/core/app/filters/tagfilterview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
15 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/filters/tagfilterview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/filters/tagfilterview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemfacedelegate.cpp:26:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/assignnameoverlay.cpp:37:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/groupindicatoroverlay.cpp:27:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemratingoverlay.cpp:22:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.cpp:24:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/tooltipfiller.cpp:44:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:77:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:77:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:77:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:77:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:77:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
4 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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
16 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/app/views/tableview/tableview_model.h:61:5: warning: Digikam::TableViewModel::Item has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   61 |     class Item
      |     ^
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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_geo.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_file.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_digikam.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_item.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_photo.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:138:29: warning: lambda capture 'this' is not used [-Wunused-lambda-capture]
  138 |                            [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:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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:44:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/albumfolderviewsidebarwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/albumfolderviewsidebarwidget.h:24:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
3 warnings generated.
2 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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/timelinesidebarwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/timelinesidebarwidget.h:24:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/timelinesidebarwidget.cpp:45:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/searchsidebarwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/searchsidebarwidget.h:25:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/searchsidebarwidget.cpp:36:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/fuzzysearchsidebarwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/fuzzysearchsidebarwidget.h:25:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/labelssidebarwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/labelssidebarwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/peoplesidebarwidget.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/peoplesidebarwidget.h:25:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/peoplesidebarwidget.cpp:43:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/tagviewsidebarwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/tagviewsidebarwidget.h:24:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/tagviewsidebarwidget.cpp:41:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/utils/dmodelfactory.cpp:24:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/utils/componentsinfodlg.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/album/engine/albumpointer.h:111:1: warning: Digikam::AlbumPointerList has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
  111 | class AlbumPointerList : public QList<AlbumPointer<T> >
      | ^
3 warnings 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/dplugins/generic/tools/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
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/printcreator/manager/advprintsettings.h:43:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintSettings has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   43 | class AdvPrintSettings
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintsettings.cpp:28:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
2 warnings 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/tools/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/jalbum/wizard/jalbumselectionpage.cpp:27:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
3 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/dplugins/generic/tools/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
3 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/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
4 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/tools/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
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/printcreator/manager/advprintphoto.h:105:1: warning: DigikamGenericPrintCreatorPlugin::AdvPrintPhoto has dtor, copy-ctor but not copy-assignment [-Wclazy-rule-of-three]
  105 | class AdvPrintPhoto
      | ^
4 warnings 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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
1 warning 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/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/widgets/presentationctrlwidget.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/widgets/presentationctrlwidget.h:27:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
1 warning 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/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/galleryxmlutils.h:36:1: warning: DigikamGenericHtmlGalleryPlugin::CWrapper has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   36 | class CWrapper
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/galleryxmlutils.h:123:1: warning: DigikamGenericHtmlGalleryPlugin::XMLElement has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
  123 | class XMLElement
      | ^
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/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/dialogs/presentationdlg.cpp:38:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/dialogs/presentationdlg.cpp:42:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/galleryxmlutils.h:36:1: warning: DigikamGenericHtmlGalleryPlugin::CWrapper has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   36 | class CWrapper
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/dialogs/presentation_mainpage.cpp:39:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
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/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
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/tools/htmlgallery/generator/galleryxmlutils.h:36:1: warning: DigikamGenericHtmlGalleryPlugin::CWrapper has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   36 | class CWrapper
      | ^
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/gallerygenerator.cpp:671:29: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
  671 |     return fileName.replace(QRegularExpression(QLatin1String("[^-0-9a-z]+")), QLatin1String("_"));
      |                             ^
2 warnings generated.
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/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/slideshow/slideshowplugin.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/slideshow/slideshowplugin.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning 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/dplugins/generic/view/presentation/opengl/presentationkb.h:85:1: warning: DigikamGenericPresentationPlugin::KBImage has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   85 | class KBImage
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/opengl/presentationkb.cpp:20:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/opengl/presentationkb_p.h:28:
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
4 warnings generated.
2 warnings generated.
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/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
2 warnings generated.
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/view/presentation/common/presentationcontainer.h:45:1: warning: DigikamGenericPresentationPlugin::PresentationContainer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   45 | class PresentationContainer
      | ^
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/editor/file/print/printconfig.cpp:26:1: warning: DigikamEditorPrintToolPlugin::PrintConfigHelper has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   26 | class Q_DECL_HIDDEN PrintConfigHelper
      | ^
1 warning 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/dimg/jpeg/dimgjpegloader_load.cpp:79:5: warning: CleanupData has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   79 |     class Q_DECL_HIDDEN CleanupData
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/dimg/jpeg/dimgjpegloader_save.cpp:75:5: warning: CleanupData has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   75 |     class Q_DECL_HIDDEN CleanupData
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/dimg/png/dimgpngloader_load.cpp:174:5: warning: CleanupData has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
  174 |     class Q_DECL_HIDDEN CleanupData
      |     ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/dimg/png/dimgpngloader_save.cpp:137:5: warning: CleanupData has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
  137 |     class Q_DECL_HIDDEN CleanupData
      |     ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
18 warnings generated.
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:106:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
18 warnings generated.
18 warnings generated.
18 warnings generated.
18 warnings generated.
18 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/tests/timestampupdate/timestampupdate_utest.cpp:31:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/simpletreemodel.h:35:5: warning: Digikam::SimpleTreeModel::Item has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   35 |     class Item
      |     ^
In file included from /home/gilles/Devel/8.x/core/tests/geolocation/editor/rgtagmodel_utest.cpp:26:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgtagmodel.h:26:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/treebranch.h:30:1: warning: Digikam::TreeBranch has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   30 | class TreeBranch
      | ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/simpletreemodel.h:35:5: warning: Digikam::SimpleTreeModel::Item has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
   35 |     class Item
      |     ^
1 warning 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpegplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpegplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopng/converttopng.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopng/converttopng.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopng/converttopngplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopng/converttopngplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxlplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxlplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavif.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavif.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpeg.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojpeg/converttojpeg.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxl.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojxl/converttojxl.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgfplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgfplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttotiff/converttotiffplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttotiff/converttotiffplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebpplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebpplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgf.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttopgf/converttopgf.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodngplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodngplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttotiff/converttotiff.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttotiff/converttotiff.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebp.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttowebp/converttowebp.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2plugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttojp2/converttojp2plugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodng.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttodng/converttodng.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheifplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheifplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscriptplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscriptplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheif.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoheif/converttoheif.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/borderplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/borderplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermarkplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermarkplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/textureplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/textureplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabelsplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabelsplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assignlabels/assignlabels.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigncaptions/assigncaptions.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/texture.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/texture.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntemplate/assigntemplateplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntemplate/assigntemplateplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntags/assigntags.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntags/assigntags.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysortplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysortplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntemplate/assigntemplate.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/assigntemplate/assigntemplate.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/applymetadata/applymetadataplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/applymetadata/applymetadataplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/applymetadata/applymetadata.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/applymetadata/applymetadata.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/qualitysort/qualitysort.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadataplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadataplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/removemetadata/removemetadata.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjustplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjustplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translateplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translateplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/timeadjust/timeadjust.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/metadata/translate/translate.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/cropplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/cropplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/flip/flipplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/flip/flipplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resizeplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/resize/resizeplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotateplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotateplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/rotate/rotate.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrainplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrainplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
2 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrastplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrastplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpenplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpenplugin.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/lensautofix/lensautofix.h:17:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
1 warning 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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjustplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjustplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalanceplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/whitebalance/whitebalanceplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/iccconvert/iccconvert.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/iccconvert/iccconvert.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
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:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/convert8to16/convert8to16.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/convert8to16/convert8to16.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:26:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/defaultrenameparser.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parser.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_utest.cpp:30:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
11 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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:31:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:35:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/tests/database/databasesqliteinit_utest.cpp:39:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/tests/database/databaseswitch_utest.cpp:41:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/tests/database/databasemysqlinit_utest.cpp:40:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/tests/database/databasetags_utest.cpp:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
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/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/recognition/recognize_cli.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/detection/benchmark_dnndetection_gui.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/opencvdnnfacedetector.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/recognition/traindb_cli.cpp:26:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/recognition/recognition_gui.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/opencvdnnfacedetector.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/demo/demomainwindow.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
In file included from /home/gilles/Devel/8.x/core/tests/iojobs/iojobs_utest.cpp:31:
/home/gilles/Devel/8.x/core/libs/database/coredb/coredburl.h:32:1: warning: Digikam::CoreDbUrl has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
   32 | class DIGIKAM_DATABASE_EXPORT CoreDbUrl : public QUrl
      | ^
1 warning 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/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/advancedrename/parser/modifiers/casemodifier.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/casemodifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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:
		

unexpected-flag-enumerator-value

/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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.
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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);
      |                                        ^
5 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/dio.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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.
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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/dbjobs/dbjobsthread.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobinfo.h:24:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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.
/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
      |          ^
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjob.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjob.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobinfo.h:24:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/threadimageio/thumb/thumbnailloadthread.cpp:17:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/threadimageio/thumb/thumbnailloadthread_p.cpp:17:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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.
2 warnings 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/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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_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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/widgets/history/versionswidget.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/widgets/history/versionswidget.cpp:40:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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:33:
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraphmodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraph.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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.
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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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.
/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.
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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/widgets/itemview/ditemdelegate.cpp:37:
/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
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_tagsview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab_p.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/properties/captions/itemdescedittab.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfolist.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/itemlisterreceiver.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlisterreceiver.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjob.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobinfo.h:24:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/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.
2 warnings 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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/database/item/query/itemqueryposthooks.cpp:16:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
9 warnings generated.
/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.
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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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.
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_database.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_p.h:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/libs/database/history/itemhistorygraphmodel.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,
      |                       ^
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/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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.
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/models/albumfiltermodel_tagproperties.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/models/albumfiltermodel_p.h:31:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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.
5 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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/libs/tags/widgets/tagcheckview.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagcheckview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagfolderview.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/advancedrename/common/option.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/advancedrename/common/ruledialog.cpp:32:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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.
9 warnings generated.
7 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:17:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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,
      |                       ^
1 warning generated.
2 warnings generated.
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/rangemodifier.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/rangemodifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/dkcamera.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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
      |                            ^
/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/advancedrename/parser/modifiers/trimmedmodifier.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/modifiers/trimmedmodifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/modifier.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/toolsview.cpp:29:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/workflowmanager.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtoolutils.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/backend/umscamera.cpp:59:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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.
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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/cameranameoption.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/cameranameoption.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/freespacewidget.cpp:44:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/metadataoption.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/metadataoption.h:23:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
1 warning generated.
7 warnings generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:49:23: warning: Unexpected non power-of-2 enumerator value: 160 [-Wclazy-unexpected-flag-enumerator-value]
   49 |         Large       = 160,
      |                       ^
7 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/database/faceutils.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/database/faceutils.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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
      |                            ^
2 warnings generated.
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/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/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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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
      |                            ^
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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/album/setupalbumview.cpp:43:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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
      |                            ^
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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/searchwindow/searchfields.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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
      |                            ^
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
      |                            ^
1 warning 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:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/searchwindow/searchfields_colordepth.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:62:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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
      |                            ^
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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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.
16 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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/setup/metadata/setupmetadata_sidecars.cpp:18:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/metadata/setupmetadata_p.h:51:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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/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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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.
8 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/simpletreemodel.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
      |                            ^
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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.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/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/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/widgets/assignnamewidget_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidget_p.h:41:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/maintenance/tools/thumbs/thumbstask.cpp:27:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancedata.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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
      |                            ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importpreviewview.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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
      |                            ^
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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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:22:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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/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
      |                            ^
3 warnings generated.
1 warning generated.
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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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
      |                            ^
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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/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/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/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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.
3 warnings 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/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: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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/delegate/itemfacedelegate.cpp:24:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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:21:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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:24:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnaildelegate.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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/facerejectionoverlay.cpp:24:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemfullscreenoverlay.cpp:24:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemrotationoverlay.cpp:23:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/itemcoordinatesoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemselectionoverlay.cpp:24:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/items/utils/itemviewutilities.cpp:18:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemviewutilities.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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_column_configuration_dialog.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
      |                            ^
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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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.
7 warnings generated.
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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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: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/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/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_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_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h: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/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
      |                            ^
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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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_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/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_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/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
      |                            ^
19 warnings generated.
19 warnings generated.
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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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/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
      |                            ^
19 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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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/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: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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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
      |                            ^
19 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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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/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
      |                            ^
19 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:23:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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: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/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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:18:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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/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.
17 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/preview/itempreviewview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/preview/itempreviewview.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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/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/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/box/boxwindow.cpp:35:
/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/view/presentation/opengl/presentationkb.cpp:20:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/opengl/presentationkb_p.h:22:
/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/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,
      |                      ^
1 warning 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/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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/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/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.
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/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/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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/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.cpp:21:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:106:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
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/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:106:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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: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/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/thumbnailsize.h:41:23: warning: Unexpected non power-of-2 enumerator value: 80 [-Wclazy-unexpected-flag-enumerator-value]
   41 |         MediumSmall = 80,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:47:23: warning: Unexpected non power-of-2 enumerator value: 100 [-Wclazy-unexpected-flag-enumerator-value]
   47 |         Small       = 100,
      |                       ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.h:48:23: warning: Unexpected non power-of-2 enumerator value: 142 [-Wclazy-unexpected-flag-enumerator-value]
   48 |         Medium      = 142,
      |                       ^
/home/gilles/Devel/8.x/core/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: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/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_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_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/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_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/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_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:106:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h: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
      |                      ^
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/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_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:106:
In file included from /home/gilles/Devel/8.x/core/app/views/sidebar/sidebarwidget.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
		

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.
/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/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());
      |          ^
3 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/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/database/utils/widgets/dbsettingswidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/widgets/dbsettingswidget_p.h:55:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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();
      |     ^
2 warnings 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/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/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/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]
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/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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/thumbsdb/thumbsdbaccess.cpp:16:
/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 "
      |         ^
In file included from /home/gilles/Devel/8.x/core/libs/iojobs/iojobdata.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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;
      |         ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_training.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper_p.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/recognition/facialrecognition_wrapper.h:33:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/libs/database/tags/tagscache.cpp:893:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
  893 |     QStringList values;
      |     ^
4 warnings generated.
2 warnings 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/threadimageio/thumb/thumbnailcreator_freedesktop.cpp:82:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
   82 |     QString uri       = thumbnailUri(path);
      |     ^
5 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/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/database/dbjobs/dbjobsmanager.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobinfo.h:24:
/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();
      |                 ^
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/threadimageio/engine/dfileoperations.cpp:292:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  292 |     QString path = fileUrls.first().toLocalFile();
      |     ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_history.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo_p.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/notificationmanager/dnotificationwrapper.cpp:41:
/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
      |          ^
/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: ");
      |     ^
1 warning generated.
3 warnings 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/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
      |         ^
8 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/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();
      |                 ^
3 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/widgets/metadata/exiftool/exiftoollistview.cpp:256:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  256 |     QString groupItemName;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/metadatahubmngr.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/dialogs/dconfigdlgwidgets.cpp:16:
/home/gilles/Devel/8.x/core/libs/rawengine/drawdecoder.cpp:114:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  114 |     QString rawFilesExt = rawFiles();
      |     ^
/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_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings_p.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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());
      |     ^
2 warnings generated.
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumthumbnailloader.cpp:35:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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.
3 warnings generated.
2 warnings 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.
3 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/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.
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/searchtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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);
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenameprocessdialog.cpp:35:
/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);
      |             ^
2 warnings generated.
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/utilities/queuemanager/manager/workflowmanager.cpp:164:5: warning: unused QList<Workflow> [-Wclazy-unused-non-trivial-variable]
  164 |     QList<Workflow> oldQueues = d->qList;
      |     ^
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:20:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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");
      |     ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuelist.cpp:65:
/home/gilles/Devel/8.x/core/utilities/imageeditor/widgets/imageguidewidget.cpp:267:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  267 |     QString text;
      |     ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuetooltip.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuetooltip.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/home/gilles/Devel/8.x/core/utilities/import/backend/gpcamera.cpp:1393:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
 1393 |     QStringList folderList;
      |     ^
3 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/toolslistview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/toolslistview.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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;
      |         ^
7 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/filepropertiesoption.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/option.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/rule.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/common/parsesettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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));
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/utils/iteminfoalbumsjob.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/utils/iteminfoalbumsjob.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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/maintenance/manager/maintenancethread.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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.
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/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");
      |     ^
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:55:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/tagtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcheckablealbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractcountingalbumtreeview.h:21:
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/abstractalbumtreeview.h:28:
/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();
      |     ^
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/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>();
      |         ^
21 warnings generated.
18 warnings generated.
2 warnings generated.
4 warnings 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/searchfields_choice.cpp:119:5: warning: unused QList<int> [-Wclazy-unused-non-trivial-variable]
  119 |     QList<int> values;
      |     ^
15 warnings generated.
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/utilities/geolocation/geoiface/items/gpsitemcontainer.cpp:1067:21: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 1067 |                     QString tag;
      |                     ^
3 warnings generated.
2 warnings 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:18:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipeline.h:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/threads/facepipelinepackage.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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.
18 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.cpp:16:
/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);
      |             ^
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/app/date/ddatetable.cpp:206:5: warning: unused QPen [-Wclazy-unused-non-trivial-variable]
  206 |     QPen pen;
      |     ^
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);
      |         ^
5 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:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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();
      |     ^
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: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/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/dplugins/generic/tools/expoblending/wizard/expoblendingitemspage.cpp:143:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  143 |     QString text;
      |     ^
4 warnings 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/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/printcreator/manager/advprintphoto.cpp:17:
/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;
      |     ^
3 warnings generated.
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/expoblending/blendingdlg/enfusestack.cpp:292:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  292 |         QString ext               = DSaveSettingsWidget::extensionForFormat(enfusePrms.outputFormat);
      |         ^
1 warning 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/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/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;
      |     ^
5 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/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;
      |     ^
3 warnings generated.
4 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/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/dngconverter/dngconverterdialog.cpp:525:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  525 |     QString text;
      |     ^
3 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;
      |     ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/generator/galleryxmlutils.cpp:16:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/box/boxtalker.cpp:498:9: warning: unused QJsonDocument [-Wclazy-unused-non-trivial-variable]
  498 |         QJsonDocument doc2 = QJsonDocument::fromJson(data, &err);
      |         ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/presentationmngr.cpp:46:
/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/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/flickr/flickrtalker.cpp:1134:5: warning: unused QDomNode [-Wclazy-unused-non-trivial-variable]
 1134 |     QDomNode node       = docElem.firstChild();
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1150:5: warning: unused QDomNode [-Wclazy-unused-non-trivial-variable]
 1150 |     QDomNode node       = docElem.firstChild();
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1158:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 1158 |     QString line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1176:13: warning: unused QDomNode [-Wclazy-unused-non-trivial-variable]
 1176 |             QDomNode details = e.firstChild();
      |             ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1219:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
 1219 |     QString      line;
      |     ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/flickrtalker.cpp:1236:13: warning: unused QDomNode [-Wclazy-unused-non-trivial-variable]
 1236 |             QDomNode details = e.firstChild();
      |             ^
2 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;
      |     ^
10 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/opengl/kbimageloader.cpp:34:
/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("");
      |     ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/audio/presentation_audiopage.cpp:29:
/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);
      |         ^
1 warning generated.
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.
/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;
      |     ^
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/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;
      |     ^
2 warnings generated.
16 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/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;
      |         ^
3 warnings 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/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/showfoto/stackview/showfotostackviewitem.cpp:73:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
   73 |     QString localeFileSize = QLocale().toString(info.size);
      |     ^
16 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewtooltip.cpp:22:
/home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoriteitemdlg.cpp:568:13: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  568 |             QString localeFileSize   = QLocale().toString(iteminf.size);
      |             ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewfavoritelist.cpp:15:
/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/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/showfoto/main/main.cpp:228:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
  228 |     QString colorTheme        = group.readEntry(QLatin1String("Theme"), QString::fromLatin1("Standard"));
      |     ^
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/metadataengine/exiftool/exiftooloutput_cli.cpp:82:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
   82 |         QString tagType         = it.value()[1].toString();
      |         ^
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/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.
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/dimg/dimghistorygraph_utest.cpp:132:5: warning: unused QDir [-Wclazy-unused-non-trivial-variable]
  132 |     QDir imageDir(imagePath());
      |     ^
3 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);
      |     ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/geolocation/editor/simpletreemodel_utest.cpp:25:
/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/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.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavifplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/convert/converttoavif/converttoavifplugin.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/dpluginbqm.h:25:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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();
      |     ^
13 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/settings/applicationsettings.h:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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");
      |         ^
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/recognition/face_rec_cli.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33:
/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"));
      |         ^
3 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/recognition/benchmark_recognition_cli.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/opencvdnnfacedetector.h:28:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectorbase.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/facesengine/facedb/facescansettings.h:22:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/containers/iteminfo.h:33: