/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.
/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:775:20: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
775 | upgradeProcess.start(d->mysqlUpgradePath, upgradeCmdArgs);
| ^~~~~
| startCommand
3 warnings 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);
| ^
1 warning 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/dimg/filters/dimgfiltermanager.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/raw/rawprocessingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dpixelsaliasfilter.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dpixelsaliasfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/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);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/filteractionfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/filteractionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:53:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
53 | static const MetaEngineRotation identity ( 1, 0, 0, 1);
| ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:54:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
54 | static const MetaEngineRotation rotate90 ( 0, 1, -1, 0);
| ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:55:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
55 | static const MetaEngineRotation rotate180 (-1, 0, 0, -1);
| ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:56:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
56 | static const MetaEngineRotation rotate270 ( 0, -1, 1, 0);
| ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:57:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
57 | static const MetaEngineRotation flipHorizontal (-1, 0, 0, 1);
| ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:58:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
58 | static const MetaEngineRotation flipVertical ( 1, 0, 0, -1);
| ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:59:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
59 | static const MetaEngineRotation rotate90flipHorizontal ( 0, 1, 1, 0); ///< first rotate, then flip
| ^
/home/gilles/Devel/8.x/core/libs/metadataengine/engine/metaengine_rotation.cpp:60:1: warning: non-POD static (MetaEngineRotation) [-Wclazy-non-pod-global-static]
60 | static const MetaEngineRotation rotate90flipVertical ( 0, -1, -1, 0); ///< first rotate, then flip
| ^
8 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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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);
| ^
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/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);
| ^
1 warning generated.
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/database/coredb/coredbsearchxml.cpp:932:40: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
932 | keywordList << group.split(QRegularExpression(QLatin1String("\\s+")), Qt::SkipEmptyParts);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/facesengine/recognition/faceclassifier.cpp:22:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
22 | #include <QtConcurrent>
| ^
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/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);
| ^
/home/gilles/Devel/8.x/core/libs/facesengine/recognition/identityprovider.cpp:26:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
26 | #include <QtConcurrent>
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/facesengine/detection/opencv-dnn/dnnfacedetectoryunet.cpp:43:1: warning: non-POD static (map) [-Wclazy-non-pod-global-static]
43 | const std::map<FaceScanSettings::FaceDetectionSize, int> faceenum2size
| ^
/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
| ^
1 warning generated.
1 warning 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.
/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
| ^
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/dbinfoiface.cpp:55:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfxfilter.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfxfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/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>
| ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/distortionfxfilter.cpp:33:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
33 | #include <QtConcurrent> // krazy:exclude=includes
| ^
/home/gilles/Devel/8.x/core/libs/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.
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);
| ^
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.
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/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/dimg/filters/fx/embossfilter.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/embossfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.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/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_)"))))
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/tags/facetags.cpp:70:36: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
70 | faceParentTagPath.contains(QRegularExpression(QLatin1String("(_Digikam_root_tag_/|"
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/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);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/invertfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/invertfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/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/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();
| ^
/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
| ^
1 warning generated.
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();
| ^
1 warning 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);
| ^
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);
| ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/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);
| ^
/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.
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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/equalizefilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/equalizefilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/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.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/normalizefilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/normalizefilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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/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:41:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.h:19:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/widgets/mainview/dcursortracker.cpp:162:5: warning: Return QLabel::eventFilter() instead of false [-Wclazy-base-class-event]
162 | return false;
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailtask.cpp:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
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);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailsize.cpp:24:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
24 | static const QString s_configUseLargeThumbsEntry(QLatin1String("Use Large Thumbs"));
| ^
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/bcg/bcgfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/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);
| ^
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/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);
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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/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.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiasettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiasettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/tonalityfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/tonalityfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/geolocation/itempropertiesgpstab.cpp:56:
In file included from /home/gilles/Devel/8.x/core/libs/properties/geolocation/itemgpsmodelhelper.h:27:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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);
| ^
2 warnings 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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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/dimg/filters/bw/mixerfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/progressmanager/statusbarprogresswidget.cpp:400:5: warning: Return QFrame::eventFilter() instead of false [-Wclazy-base-class-event]
400 | return false;
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/graphicsview/regionframeitem.cpp:38:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
132 | void propertiesAssigned(bool visible);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
138 | void propertiesAssigned(QObject* item, bool visible);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixersettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixersettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dservicemenu_linux.cpp:217:18: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
217 | process->start(term, termOpts);
| ^~~~~
| startCommand
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dservicemenu_linux.cpp:228:18: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
228 | process->start(exec, cmdArgs);
| ^~~~~
| startCommand
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dservicemenu_linux.cpp:418:24: warning: Use QMultiMap for maps storing multiple values with the same key. [-Wclazy-qt6-deprecated-api-fixes]
418 | return servicesMap.values();
| ^
/home/gilles/Devel/8.x/core/libs/threadimageio/engine/dservicemenu_linux.cpp:446:26: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
446 | return (string.split(split, Qt::SkipEmptyParts));
| ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hspreviewwidget.cpp:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_p.h:53:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/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();
| ^
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();
| ^
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_salbum.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_p.h:53:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.cpp:16:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
132 | void propertiesAssigned(bool visible);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
138 | void propertiesAssigned(QObject* item, bool visible);
| ^
2 warnings generated.
/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.
/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/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.
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:311:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
311 | void clicked();
| ^
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:316:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
316 | void clicked(const QPoint& pos);
| ^
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationwrapper.cpp:195:14: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
195 | proc.start(QLatin1String("notify-send"),
| ^~~~~
| startCommand
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.cpp:17:
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:311:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
311 | void clicked();
| ^
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:316:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
316 | void clicked(const QPoint& pos);
| ^
2 warnings 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/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);
| ^
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);
| ^
/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+)?$"))))
| ^
1 warning generated.
2 warnings generated.
1 warning 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]?(\\.\\.\\.|…)$")));
| ^
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.
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:
/home/gilles/Devel/8.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: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();
| ^
2 warnings generated.
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);
| ^
/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
| ^
5 warnings generated.
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);
| ^
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.
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/template/templateselector.cpp:32:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
/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.
/home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_photo.cpp:445:34: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
445 | if (keyword.contains(QRegularExpression(QLatin1String("(_Digikam_root_tag_/|/_Digikam_root_tag_|_Digikam_root_tag_)"))))
| ^
/home/gilles/Devel/8.x/core/libs/database/item/scanner/itemscanner_photo.cpp:447:43: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
447 | keyword = keyword.replace(QRegularExpression(QLatin1String("(_Digikam_root_tag_/|/_Digikam_root_tag_|_Digikam_root_tag_)")),
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/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);
| ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:47:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning 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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lc/localcontrastfilter.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lc/localcontrastfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
2 warnings generated.
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.cpp:26:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
26 | #include <QtConcurrent> // krazy:exclude=includes
| ^
In file included from /home/gilles/Devel/8.x/core/libs/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/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/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);
| ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/libsinfodlg.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/sharpenfilter.cpp:29:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
29 | #include <QtConcurrent> // krazy:exclude=includes
| ^
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
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);
| ^
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.
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/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/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);
| ^
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);
| ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:256:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
256 | return false;
| ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:266:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
266 | return false;
| ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:276:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
276 | return false;
| ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:286:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
286 | return false;
| ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:296:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
296 | return false;
| ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:306:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
306 | return false;
| ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:316:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
316 | return false;
| ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:326:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
326 | return false;
| ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:336:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
336 | return false;
| ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/colorlabelwidget.cpp:346:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
346 | return false;
| ^
10 warnings generated.
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);
| ^
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.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/picklabelwidget.cpp:208:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
208 | return false;
| ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/picklabelwidget.cpp:218:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
218 | return false;
| ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/picklabelwidget.cpp:228:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
228 | return false;
| ^
/home/gilles/Devel/8.x/core/libs/widgets/metadata/labels/picklabelwidget.cpp:238:13: warning: Return Digikam::DVBox::eventFilter() instead of false [-Wclazy-base-class-event]
238 | return false;
| ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets_p.h:18:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is 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/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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/levels/levelsfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/levels/levelsfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/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);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/fileactionmanager/metadatahub.cpp:598:34: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
598 | if (keyword.contains(QRegularExpression(QLatin1String("(_Digikam_root_tag_/|/_Digikam_root_tag_|_Digikam_root_tag_)"))))
| ^
/home/gilles/Devel/8.x/core/libs/fileactionmanager/metadatahub.cpp:600:43: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
600 | keyword = keyword.replace(QRegularExpression(QLatin1String("(_Digikam_root_tag_/|/_Digikam_root_tag_|_Digikam_root_tag_)")),
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel_p.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel_p.h:30:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodelthreads.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodelthreads.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:754:57: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
754 | m_textFilterSettings.text.contains(expRatio) &&
| ^
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:755:57: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
755 | m_textFilterSettings.text.contains(QRegularExpression(QLatin1String(":\\d+")))
| ^
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:782:57: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
782 | else if (m_textFilterSettings.text.contains(expFloat))
| ^
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:808:36: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
808 | text.contains(QRegularExpression(QLatin1String("^>\\d{1,15}$"))) &&
| ^
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:815:36: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
815 | text.contains(QRegularExpression(QLatin1String("^<\\d{1,15}$"))) &&
| ^
/home/gilles/Devel/8.x/core/libs/database/models/itemfiltersettings.cpp:822:36: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
822 | text.contains(QRegularExpression(QLatin1String("^\\d+$"))) &&
| ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/fileactionmanager/fileactionmngr.cpp:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvessettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvessettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.cpp:16:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbcontainer.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/dpreviewimage.cpp:1297:9: warning: Return QGraphicsView::eventFilter() instead of false [-Wclazy-base-class-event]
1297 | return false;
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/dpreviewimage.cpp:1310:9: warning: Return QGraphicsView::eventFilter() instead of false [-Wclazy-base-class-event]
1310 | return false;
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/dpreviewimage.cpp:1323:9: warning: Return QGraphicsView::eventFilter() instead of false [-Wclazy-base-class-event]
1323 | return false;
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbsettings.cpp:92:29: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
92 | tempDesc.remove(QRegularExpression(QLatin1String("\\(.*\\)")));
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
3 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);
| ^
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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_item.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_p.h:19:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_item.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
3 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);
| ^
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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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/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
| ^
2 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/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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationsettings.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/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.
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/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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albummodificationhelper.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumthumbnailloader.cpp:43:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning 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.
/home/gilles/Devel/8.x/core/libs/tags/widgets/addtagscombobox.cpp:209:9: warning: Return Digikam::TagTreeViewSelectComboBox::eventFilter() instead of false [-Wclazy-base-class-event]
209 | return false;
| ^
/home/gilles/Devel/8.x/core/libs/tags/widgets/addtagscombobox.cpp:278:9: warning: Return Digikam::TagTreeViewSelectComboBox::eventFilter() instead of false [-Wclazy-base-class-event]
278 | return false;
| ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/album/engine/albumwatch.cpp:82:17: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
82 | dir = QDir(path);
| ~~~~^~~~~~~~~~~~
| dir.setPath(QDir(path))
/home/gilles/Devel/8.x/core/libs/album/engine/albumwatch.cpp:86:17: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
86 | dir = info.dir();
| ~~~~^~~~~~~~~~~~
| dir.setPath(info.dir())
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/widgets/files/dbinaryiface.cpp:94:26: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
94 | float floatVersion = verRegExp.match(version()).captured(0).toFloat();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/files/dbinaryiface.cpp:111:26: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
111 | float floatVersion = verRegExp.match(version()).captured(0).toFloat();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/files/dbinaryiface.cpp:163:17: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
163 | m_version = verRegExp.match(version).captured(0);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/files/dbinaryiface.cpp:312:17: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
312 | process.start(possiblePath, m_binaryArguments);
| ^~~~~
| startCommand
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/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);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/album/widgets/albumpropsedit.cpp:406:26: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
406 | bool enable = (!emptyTitle.match(newtitle).hasMatch() && !newtitle.isEmpty());
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/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/tags/widgets/tagslineeditoverlay.cpp:18:
/home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:44:5: warning: signal tagEdited is overloaded [-Wclazy-overloaded-signal]
44 | void tagEdited(const QModelIndex& index, int rating);
| ^
/home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:45:5: warning: signal tagEdited is overloaded [-Wclazy-overloaded-signal]
45 | void tagEdited(const QModelIndex& index, const QString&);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.cpp:24:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectors.cpp:43:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/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/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.
/home/gilles/Devel/8.x/core/libs/tags/autoassignment/pipelines/autotagspipelinebase.cpp:20:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
20 | #include <QtConcurrent>
| ^
/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/tags/autoassignment/pipelines/autotagspipelinebase.cpp:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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);
| ^
2 warnings generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.cpp:20:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
20 | #include <QtConcurrent> // krazy:exclude=includes
| ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.cpp:13:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuncameraselector.cpp:13:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuncameraselector.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:13:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.h:66:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:182:13: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
182 | lensDir = QDir(lensPath + QLatin1String("/version_2"), QLatin1String("*.xml"));
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| lensDir.setPath(QDir(lensPath + QLatin1String("/version_2"), QLatin1String("*.xml")))
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:188:17: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
188 | lensDir = QDir(lensPath + QLatin1String("/version_1"), QLatin1String("*.xml"));
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| lensDir.setPath(QDir(lensPath + QLatin1String("/version_1"), QLatin1String("*.xml")))
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:194:20: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
194 | lensDir = QDir(lensPath, QLatin1String("*.xml"));
| ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| lensDir.setPath(QDir(lensPath, QLatin1String("*.xml")))
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:466:36: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
466 | lensCutted.replace(QRegularExpression(QLatin1String("\\.[0-9]")), QLatin1String("")); //krazy:exclude=doublequote_chars
| ^
5 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/refocusfilter.cpp:25:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
25 | #include <QtConcurrent> // krazy:exclude=includes
| ^
/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/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);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/labelstreeview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumlabelssearchhandler.cpp:50:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
1 warning generated.
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.
/home/gilles/Devel/8.x/core/libs/video/player/qtmm/mediaplayerview.cpp:750:21: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
750 | image = std::move(image.transformed(transform));
| ^
/home/gilles/Devel/8.x/core/libs/video/player/qtmm/mediaplayerview.cpp:750:21: note: remove std::move call here
750 | image = std::move(image.transformed(transform));
| ^~~~~~~~~~ ~
1 warning generated.
/home/gilles/Devel/8.x/core/libs/mlfoundation/mlpipelinefoundation.cpp:20:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
20 | #include <QtConcurrent>
| ^
In file included from /home/gilles/Devel/8.x/core/libs/video/manager/vidslidetask.cpp:15:
/home/gilles/Devel/8.x/core/libs/video/manager/vidslidetask.h:42:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
42 | void signalDone(bool);
| ^
1 warning generated.
1 warning 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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_album.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_album.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_album.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_palbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_palbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_palbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_talbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_talbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_talbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_dalbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_dalbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_dalbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_falbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_falbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_falbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_salbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_database.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenameprocessdialog.cpp:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_collection.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.cpp:37:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/utilities/advancedrename/common/parser.cpp:104:32: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
104 | return (!str.isEmpty() && !invalidString.match(str).hasMatch());
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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: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);
| ^
12 warnings generated.
/home/gilles/Devel/8.x/core/utilities/advancedrename/common/ruledialog.cpp:121:19: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
121 | _title.remove(QRegularExpression(QLatin1String("\\.{3,}")))
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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: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);
| ^
12 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);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/utilities/advancedrename/common/tooltipcreator.cpp:148:20: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
148 | result.replace(optionsRegExp, QString::fromUtf8("<i><font color=\"%1\">\\1</font></i>")
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/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&);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:46:
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
132 | void triggered(const IccProfile& profile);
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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: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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:95:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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);
| ^
12 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: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);
| ^
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/dialogs/softproofdialog.cpp:37:
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
132 | void triggered(const IccProfile& profile);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/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:
/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:41:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
11 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: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:
/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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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/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);
| ^
1 warning generated.
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/assignedlist.cpp:57:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuelist.cpp:62:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuelist.cpp:65:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_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_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_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_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_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_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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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);
| ^
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);
| ^
12 warnings generated.
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:84:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/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&);
| ^
12 warnings generated.
1 warning generated.
/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
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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);
| ^
12 warnings 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:134:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow_p.h:141:
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:311:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
311 | void clicked();
| ^
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:316:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
316 | void clicked(const QPoint& pos);
| ^
3 warnings generated.
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:29:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
29 | static const QString KEY_FILE(QLatin1String("[file]"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:30:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
30 | static const QString KEY_EXT(QLatin1String("[ext]"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:31:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
31 | static const QString KEY_USER(QLatin1String("[user]"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/filepropertiesoption.cpp:32:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
32 | static const QString KEY_GROUP(QLatin1String("[group]"));
| ^
4 warnings generated.
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/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);
| ^
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: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&);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/widgets/previewlist.cpp:31:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setupicc.cpp:53:
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
132 | void triggered(const IccProfile& profile);
| ^
1 warning generated.
/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"));
| ^
16 warnings generated.
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:29:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
29 | static const QString KEY_MAKE(QLatin1String("CameraMake"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:30:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
30 | static const QString KEY_MODEL(QLatin1String("CameraModel"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:31:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
31 | static const QString KEY_LENS(QLatin1String("CameraLens"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:32:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
32 | static const QString KEY_APERTURE(QLatin1String("Aperture"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:33:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
33 | static const QString KEY_FOCALLENGTH(QLatin1String("FocalLength"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:34:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
34 | static const QString KEY_FOCALLENGTH35(QLatin1String("FocalLength35"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:35:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
35 | static const QString KEY_EXPOSURETIME(QLatin1String("ExposureTime"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:36:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
36 | static const QString KEY_EXPOSUREPROGRAM(QLatin1String("ExposureProgram"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:37:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
37 | static const QString KEY_EXPOSUREMODE(QLatin1String("ExposureMode"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:38:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
38 | static const QString KEY_SENSITIVITY(QLatin1String("Sensitivity"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:39:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
39 | static const QString KEY_FLASHMODE(QLatin1String("FlashMode"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:40:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
40 | static const QString KEY_WHITEBALANCE(QLatin1String("WhiteBalance"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:41:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
41 | static const QString KEY_WHITEBALANCECOLORTEMPERATURE(QLatin1String("WhiteBalanceColorTemp"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:42:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
42 | static const QString KEY_METERINGMODE(QLatin1String("MeteringMode"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:43:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
43 | static const QString KEY_SUBJECTDISTANCE(QLatin1String("SubjectDistance"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:44:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
44 | static const QString KEY_SUBJECTDISTANCECATEGORY(QLatin1String("SubjectDistanceCategory"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:46:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
46 | static const QString KEY_ASPECTRATIO(QLatin1String("AspectRatio"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:47:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
47 | static const QString KEY_AUDIOBITRATE(QLatin1String("AudioBitRate"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:48:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
48 | static const QString KEY_AUDIOCHANNELTYPE(QLatin1String("AudioChannelType"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:49:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
49 | static const QString KEY_AUDIOCodec(QLatin1String("AudioCodec"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:50:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
50 | static const QString KEY_DURATION(QLatin1String("Duration"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:51:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
51 | static const QString KEY_FRAMERATE(QLatin1String("FrameRate"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/metadatakeys.cpp:52:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
52 | static const QString KEY_VIDEOCODEC(QLatin1String("VideoCodec"));
| ^
23 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:30:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
30 | static const QString KEY_LATITUDE(QLatin1String("Latitude"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:31:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
31 | static const QString KEY_LONGITUDE(QLatin1String("Longitude"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:32:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
32 | static const QString KEY_LATTITUDENUMBER(QLatin1String("LatitudeNumber"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:33:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
33 | static const QString KEY_LONGITUDENUMBER(QLatin1String("LongitudeNumber"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:34:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
34 | static const QString KEY_LATITUDEFORMATTED(QLatin1String("LatitudeFormatted"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:35:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
35 | static const QString KEY_LONGITUDEFORMATTED(QLatin1String("LongitudeFormatted"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:36:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
36 | static const QString KEY_ALTITUDE(QLatin1String("Altitude"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:37:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
37 | static const QString KEY_ALTITUDEFORMATTED(QLatin1String("AltitudeFormatted"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:38:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
38 | static const QString KEY_ORIENTATION(QLatin1String("Orientation"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:39:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
39 | static const QString KEY_ROLL(QLatin1String("Roll"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:40:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
40 | static const QString KEY_TILT(QLatin1String("Tilt"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:41:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
41 | static const QString KEY_ACCURACY(QLatin1String("Accuracy"));
| ^
/home/gilles/Devel/8.x/core/utilities/advancedrename/parser/options/database/keys/positionkeys.cpp:42:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
42 | static const QString KEY_DESCRIPTION(QLatin1String("Description"));
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
13 warnings 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:66:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
208 | void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.cpp:57:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.cpp:57:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/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]
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/misc/setupmisc.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/misc/setupmisc_p.h:58:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/utils/iteminfojob.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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);
| ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/database/faceutils.cpp:36:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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/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);
| ^
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:27:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup_p.h:39:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
1 warning generated.
/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/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);
| ^
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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup_p.h:39:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
1 warning generated.
22 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: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/facemanagement/items/faceitem.cpp:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidgetstates.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
132 | void propertiesAssigned(bool visible);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
138 | void propertiesAssigned(QObject* item, bool visible);
| ^
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);
| ^
2 warnings generated.
2 warnings generated.
1 warning 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/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);
| ^
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:43:
/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/facemanagement/items/facegroup_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/items/facegroup_p.h:43:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
132 | void propertiesAssigned(bool visible);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
138 | void propertiesAssigned(QObject* item, bool visible);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointitem.cpp:26:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidgetstates.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
132 | void propertiesAssigned(bool visible);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
138 | void propertiesAssigned(QObject* item, bool visible);
| ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
1 warning generated.
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:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
208 | void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importcategorydrawer.cpp:28:
/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]
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg_p.h:46:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_album.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:19:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
208 | void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate_p.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate_p.h:27:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
1 warning generated.
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg_settings.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg_p.h:46:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_colordepth.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importoverlays.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importoverlays.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/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/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);
| ^
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.cpp:17:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.h:62:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
62 | void signalSetUIEnabled(const bool enabledState);
| ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.h:63:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
63 | void signalSetUIEnabled(const bool enabledState, QObject* const cancelObject, const QString& cancelSlot);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
2 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_keyword.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metaremover/metadataremover.cpp:34:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
76 | void signalAdvance(const ItemInfo&, const QImage&, int);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
77 | void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
78 | void signalAdvance(const ItemInfo&, const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
79 | void signalAdvance(const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
83 | void signalAdvance();
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
20 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);
| ^
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:37:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
/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]
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);
| ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/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);
| ^
3 warnings generated.
1 warning generated.
/home/gilles/Devel/8.x/core/utilities/facemanagement/pipelines/facepipelinebase.cpp:20:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
20 | #include <QtConcurrent>
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.cpp:32:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
76 | void signalAdvance(const ItemInfo&, const QImage&, int);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
77 | void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
78 | void signalAdvance(const ItemInfo&, const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
79 | void signalAdvance(const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
83 | void signalAdvance();
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/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/facemanagement/pipelines/facepipelinebase.cpp:34:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.cpp:393:5: warning: unused QList<QList<TagData>> [-Wclazy-unused-non-trivial-variable]
393 | QList<QList<TagData> > returnedSpacers = d->tagModel->getSpacers();
| ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.cpp:471:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
471 | QString address;
| ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.cpp:827:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
827 | QString whatShouldRemove = QLatin1String("Spacers");
| ^
1 warning generated.
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/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:
/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
11 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();
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/databasetask.cpp:15:
/home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/databasetask.h:63:5: warning: signal signalFinished is overloaded [-Wclazy-overloaded-signal]
63 | void signalFinished();
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/databasetask.h:64:5: warning: signal signalFinished is overloaded [-Wclazy-overloaded-signal]
64 | void signalFinished(bool done, bool errorFree);
| ^
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/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:
/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:
/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.
10 warnings generated.
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.
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]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importpreviewview.cpp:34:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
208 | void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
| ^
1 warning generated.
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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/thumbs/thumbsgenerator.cpp:41:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
76 | void signalAdvance(const ItemInfo&, const QImage&, int);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
77 | void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
78 | void signalAdvance(const ItemInfo&, const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
79 | void signalAdvance(const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
83 | void signalAdvance();
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
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:
/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);
| ^
20 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:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:204:5: warning: unused Digikam::CamItemInfoList [-Wclazy-unused-non-trivial-variable]
204 | CamItemInfoList camItemInfoList = selectedCamItemInfos();
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importiconview.cpp:217:5: warning: unused Digikam::CamItemInfoList [-Wclazy-unused-non-trivial-variable]
217 | CamItemInfoList camItemInfoList = selectedCamItemInfos();
| ^
12 warnings generated.
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/lookup/lookupaltitudegeonames.cpp:228:82: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
228 | const QStringList altitudes = QString::fromLatin1(data).split(QRegularExpression(QLatin1String("\\s+")));
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/pipelines/retrain/facepipelineretrain.cpp:38:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning 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);
| ^
/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>();
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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:
/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:
/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.
3 warnings generated.
10 warnings generated.
1 warning 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:
/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:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:38:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:38:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_rating.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/pipelines/detectrecognize/facepipelinedetectrecognize.cpp:42:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/pipelines/reset/facepipelinereset.cpp:42:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/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:
/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
12 warnings generated.
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemcontainer.cpp:1067:21: warning: unused QString [-Wclazy-unused-non-trivial-variable]
1067 | QString tag;
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/fingerprints/fingerprintsgenerator.cpp:37:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
76 | void signalAdvance(const ItemInfo&, const QImage&, int);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
77 | void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
78 | void signalAdvance(const ItemInfo&, const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
79 | void signalAdvance(const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
83 | void signalAdvance();
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_choice.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_choice.cpp:119:5: warning: unused QList<int> [-Wclazy-unused-non-trivial-variable]
119 | QList<int> values;
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning 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/maintenance/tools/imgqsort/imagequalitysorter.cpp:37:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
76 | void signalAdvance(const ItemInfo&, const QImage&, int);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
77 | void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
78 | void signalAdvance(const ItemInfo&, const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
79 | void signalAdvance(const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
83 | void signalAdvance();
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
208 | void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:128:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
13 warnings generated.
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning 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/import/widgets/dngconvertsettings.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemsortproxymodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemsortproxymodel.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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: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:
/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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/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);
| ^
3 warnings generated.
12 warnings generated.
1 warning generated.
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
/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.
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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);
| ^
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.
3 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: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:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
10 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);
| ^
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h: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:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgabstracthistory_utest.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgabstracthistory_utest.cpp:40:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/mediawiki/fakeserver/fakeserver.cpp:67:80: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
67 | QStringList token = QString::fromUtf8(m_clientSocket->readAll()).split(QRegularExpression(QStringLiteral("[ \r\n][ \r\n]*")));
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/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)
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)
1 warning generated.
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: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:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h: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:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h: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:
/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h: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:
/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
12 warnings generated.
1 warning generated.
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/core/gpsgeoifacemodelhelper.cpp:37:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/gpsbookmarkowner.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/gpsbookmarkowner.cpp:35:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/bookmarksmenu.h:68:5: warning: signal hovered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
68 | void hovered(const QString& text);
| ^
2 warnings generated.
/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;
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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);
| ^
1 warning generated.
1 warning generated.
/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/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.
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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
208 | void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.cpp:30:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.cpp:30:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/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]
10 warnings generated.
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:
/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]
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
208 | void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:37:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
153 | void currentChanged(const ItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:42:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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:
/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]
16 warnings generated.
9 warnings generated.
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);
| ^
10 warnings generated.
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);
| ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:1181:5: warning: unused QPixmap [-Wclazy-unused-non-trivial-variable]
1181 | const QPixmap styledPixmap = clusterPixmap;
| ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:1270:5: warning: Return Digikam::MapBackend::eventFilter() instead of false [-Wclazy-base-class-event]
1270 | return false;
| ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:1479:9: warning: unused QVariant [-Wclazy-unused-non-trivial-variable]
1479 | const QVariant successClear = d->htmlWidget->runScript(QString::fromLatin1("kgeomapClearTracks();"), false);
| ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/backends/backendgooglemaps.cpp:1580:9: warning: unused QVariant [-Wclazy-unused-non-trivial-variable]
1580 | const QVariant successClear = d->htmlWidget->runScript(QString::fromLatin1("kgeomapClearTracks();"), false);
| ^
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);
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
4 warnings generated.
1 warning generated.
11 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
153 | void currentChanged(const ItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbumfiltermodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:54:
/home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:44:5: warning: signal tagEdited is overloaded [-Wclazy-overloaded-signal]
44 | void tagEdited(const QModelIndex& index, int rating);
| ^
/home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:45:5: warning: signal tagEdited is overloaded [-Wclazy-overloaded-signal]
45 | void tagEdited(const QModelIndex& index, const QString&);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
153 | void currentChanged(const ItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:58:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
13 warnings generated.
9 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:16:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
153 | void currentChanged(const ItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:39:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
11 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:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/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/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);
| ^
/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;
| ^
10 warnings generated.
1 warning generated.
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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/assignnameoverlay.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);
| ^
11 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/assignnameoverlay.cpp:37:
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:37:
/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:40:
/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);
| ^
11 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/facerejectionoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/facerejectionoverlay.cpp:24:
/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);
| ^
10 warnings generated.
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]
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemfullscreenoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemfullscreenoverlay.cpp:24:
/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);
| ^
10 warnings generated.
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]
10 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: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:
/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);
| ^
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.cpp:24:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.cpp:25:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.cpp:25:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
153 | void currentChanged(const ItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemselectionoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemselectionoverlay.cpp:24:
/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]
9 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemviewutilities.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemviewutilities.cpp:46:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_services.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_services.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_tags.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_tags.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
2 warnings generated.
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:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_albums.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_groups.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_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/contextmenuhelper_tools.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_actions.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_actions.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemcategorydrawer.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemcategorydrawer.cpp: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]
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
2 warnings generated.
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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
/home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.cpp:259:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
259 | const QString path = info.filePath();
| ^
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);
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
208 | void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
12 warnings generated.
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_thumbnail.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_columnfactory.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_thumbnail.cpp:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
2 warnings 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:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/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_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_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:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
153 | void currentChanged(const ItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h: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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_albums.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_groups.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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: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: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:
/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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h: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);
| ^
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h: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]
12 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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
12 warnings generated.
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: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: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:
/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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);
| ^
12 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: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);
| ^
12 warnings generated.
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
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:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEv/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.he:n109t:*5 :e ,warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]c
onst QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h: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:
/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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h: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: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: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:
/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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_zoom.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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_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);
| ^
12 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: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);
| ^
12 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: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:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
153 | void currentChanged(const ItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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);
| ^
12 warnings generated.
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp: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]
32 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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:34:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:34:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
153 | void currentChanged(const ItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
11 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/preview/itempreviewview.cpp:79:
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointgroup.h:41:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
132 | void propertiesAssigned(bool visible);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
138 | void propertiesAssigned(QObject* item, bool visible);
| ^
2 warnings generated.
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);
| ^
1 warning 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: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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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]
12 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/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
| ^
2 warnings 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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/timeadjust/timeadjusttask.cpp:33:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/timeadjust/timeadjustlist.h:27:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.h:24:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultbackend.h:26:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:79:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
79 | void signalSetUIEnabled(const bool enabledState);
| ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:80:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
80 | void signalSetUIEnabled(const bool enabledState,
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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/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);
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
3 warnings generated.
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);
| ^
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);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp:677:26: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
677 | d->alignProcess->start();
| ^~~~~
| startCommand
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp:703:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
703 | QString temp;
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp:920:23: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
920 | d->enfuseProcess->start();
| ^~~~~
| startCommand
/home/gilles/Devel/8.x/core/dplugins/generic/tools/expoblending/manager/expoblendingthread.cpp:997:5: warning: unused QVariant [-Wclazy-unused-non-trivial-variable]
997 | QVariant rationals;
| ^
6 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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:509:13: warning: Return Digikam::DPluginDialog::eventFilter() instead of false [-Wclazy-base-class-event]
509 | return false;
| ^
8 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintphoto.cpp:32:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/kmlwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/kmlwidget.h:31:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning 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;
| ^
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);
| ^
4 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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/kmlexport.cpp:65:47: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
65 | webFileName = webFileName.replace(QRegularExpression(QLatin1String("[^-0-9a-z]+")), QLatin1String("_"));
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/kmlexport.cpp:596:31: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
596 | m_tempDestDir = QDir(QDir::temp().filePath(QString::fromLatin1("digiKam-kmlexport-%1").arg(qApp->applicationPid())));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDestDir.setPath(QDir(QDir::temp().filePath(QString::fromLatin1("digiKam-kmlexport-%1").arg(qApp->applicationPid()))))
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/kmlexport.cpp:599:31: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
599 | m_imageDir = QDir(m_tempDestDir.filePath(m_imageDirBasename));
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_imageDir.setPath(QDir(m_tempDestDir.filePath(m_imageDirBasename)))
3 warnings generated.
/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;
| ^
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);
| ^
2 warnings generated.
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/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
| ^
3 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/jalbum/wizard/jalbumselectionpage.cpp:27:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
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.
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/iptc/iptcenvelope.cpp:437:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
437 | QStringList list;
| ^
1 warning generated.
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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
| ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpeditwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpeditwidget.h:20:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning 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();
| ^
/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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintphotopage.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintphotopage.h:29:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintphotopage.cpp:338:41: warning: Use QMultiMap for maps storing multiple values with the same key. [-Wclazy-qt6-deprecated-api-fixes]
338 | if (AdvPrintSettings::outputNames().values().contains(text))
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintphotopage.cpp:563:5: warning: unused QList<QUrl> [-Wclazy-unused-non-trivial-variable]
563 | QList<QUrl> urls;
| ^
4 warnings generated.
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/advprintcaptionpage.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcaptionpage.h:27:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcroppage.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcroppage.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/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.
/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/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.
/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/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/advprintfinalpage.cpp:39:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintthread.h:20:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprinttask.h:60:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
60 | void signalDone(bool);
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintfinalpage.cpp:40:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/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/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/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
| ^
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/metadata/metadataedit/xmp/xmpproperties.cpp:36:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/altlangstringedit.h:51:5: warning: signal signalModified is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/metadata/utils/altlangstredit.h:33:1) [-Wclazy-overloaded-signal]
51 | void signalModified();
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpproperties.cpp:317:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
317 | QString dateStr, timeStr;
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpproperties.cpp:317:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpproperties.cpp:318:5: warning: unused Digikam::MetaEngine::AltLangMap [-Wclazy-unused-non-trivial-variable]
318 | DMetadata::AltLangMap map;
| ^
2 warnings generated.
2 warnings generated.
4 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/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
| ^
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);
| ^
3 warnings generated.
2 warnings 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/altlangstringedit.cpp:17:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/altlangstringedit.h:51:5: warning: signal signalModified is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/metadata/utils/altlangstredit.h:33:1) [-Wclazy-overloaded-signal]
51 | void signalModified();
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/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/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.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/ocrtesseractengine.cpp:124:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
124 | QString mess;
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/ocrtextconverter/ocrtesseractengine.cpp:176:20: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
176 | d->ocrProcess->start();
| ^~~~~
| startCommand
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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/metadataeditdialog.cpp:371:9: warning: Return Digikam::DPluginDialog::eventFilter() instead of false [-Wclazy-base-class-event]
371 | return false;
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/metadataeditdialog.cpp:374:5: warning: Return Digikam::DPluginDialog::eventFilter() instead of false [-Wclazy-base-class-event]
374 | 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
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/htmlgallery/wizard/invisiblebuttongroup.cpp:25:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:111:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
111 | void settingsChanged();
| ^
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgmngr.h:119:5: warning: signal settingsChanged is overloaded [-Wclazy-overloaded-signal]
119 | void settingsChanged(QWidget* widget);
| ^
2 warnings generated.
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.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/videoslideshow/vidslidefinalpage.cpp:42:
In file included from /home/gilles/Devel/8.x/core/libs/video/manager/vidslidethread.h:20:
/home/gilles/Devel/8.x/core/libs/video/manager/vidslidetask.h:42:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
42 | void signalDone(bool);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/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.
/home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/widgets/presentationwidget.cpp:1357:5: warning: unused QPainterPath [-Wclazy-unused-non-trivial-variable]
1357 | QPainterPath painterPath;
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/view/slideshow/common/slideshowloader.cpp:648:9: warning: Return QStackedWidget::eventFilter() instead of false [-Wclazy-base-class-event]
648 | return false;
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/view/presentation/dialogs/presentationdlg.cpp:42:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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
| ^
3 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);
| ^
/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);
| ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/box/boxwidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/box/boxwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/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/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
| ^
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
| ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filecopy/fcexportwindow.cpp:34:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filecopy/fcexportwidget.h:28:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
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
| ^
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.
/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.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/dropbox/dbwindow.cpp:35:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/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
| ^
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("_"));
| ^
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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
/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();
| ^
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
| ^
1 warning generated.
8 warnings generated.
2 warnings 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/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/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/imageshackmpform.cpp:57:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
57 | QString content_length = QString::number(value.length());
| ^
2 warnings generated.
1 warning generated.
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;
| ^
3 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/imageshack/imageshackplugin.cpp:27:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackwindow.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
/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/webservices/google/gswindow.cpp:43:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gswindow.cpp:50:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gsreplacedlg.h:28:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurwindow.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurimageslist.h:24:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/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
| ^
2 warnings generated.
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);
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.h:33:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:81:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
81 | static const QString API_TOKEN = QLatin1String("api_token");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:82:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
82 | static const QString TOTAL_RESULTS = QLatin1String("total_results");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:83:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
83 | static const QString PAGE = QLatin1String("page");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:84:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
84 | static const QString PER_PAGE = QLatin1String("per_page");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:85:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
85 | static const QString LOCALE = QLatin1String("locale");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:86:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
86 | static const QString RESULTS = QLatin1String("results");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:87:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
87 | static const QString NAME = QLatin1String("name");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:88:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
88 | static const QString TAXON = QLatin1String("taxon");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:89:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
89 | static const QString TAXON_ID = QLatin1String("taxon_id");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:90:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
90 | static const QString ID = QLatin1String("id");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:91:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
91 | static const QString PARENT_ID = QLatin1String("parent_id");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:92:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
92 | static const QString RANK = QLatin1String("rank");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:93:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
93 | static const QString RANK_LEVEL = QLatin1String("rank_level");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:94:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
94 | static const QString PREFERRED_COMMON_NAME = QLatin1String("preferred_common_name");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:95:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
95 | static const QString ENGLISH_COMMON_NAME = QLatin1String("english_common_name");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:96:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
96 | static const QString MATCHED_TERM = QLatin1String("matched_term");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:97:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
97 | static const QString DEFAULT_PHOTO = QLatin1String("default_photo");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:98:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
98 | static const QString SQUARE_URL = QLatin1String("square_url");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:99:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
99 | static const QString ANCESTORS = QLatin1String("taxon_photos");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:100:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
100 | static const QString OBSCURED = QLatin1String("obscured");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:101:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
101 | static const QString GEOJSON = QLatin1String("geojson");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:102:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
102 | static const QString COORDINATES = QLatin1String("coordinates");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:103:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
103 | static const QString LOGIN = QLatin1String("login");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:104:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
104 | static const QString ICON = QLatin1String("icon");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:105:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
105 | static const QString OBSERVATION = QLatin1String("observation");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:106:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
106 | static const QString OBSERVATIONS = QLatin1String("observations");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:107:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
107 | static const QString OBSERVED_ON = QLatin1String("observed_on");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:108:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
108 | static const QString OBSERVED_ON_STRING = QLatin1String("observed_on_string");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:109:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
109 | static const QString OBSERVATION_PHOTOS = QLatin1String("observation_photos");
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/inattalker.cpp:110:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
110 | static const QString PHOTO = QLatin1String("photo");
| ^
32 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/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/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.
/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.
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/pinterest/ptalker.cpp:556:9: warning: unused QJsonDocument [-Wclazy-unused-non-trivial-variable]
556 | QJsonDocument doc2 = QJsonDocument::fromJson(data, &err);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/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/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/onedrive/odwidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/onedrive/odwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/pinterest/pwidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/pinterest/pwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
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
| ^
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
| ^
2 warnings generated.
/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");
| ^
/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.
4 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
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:451:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
451 | QString line;
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:509:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
509 | QString line;
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:531:49: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
531 | QRegularExpressionMatch match = verrx.match(v);
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:559:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
559 | QString str = QString::fromUtf8(data);
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:561:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
561 | QString line;
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:649:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
649 | QString str = QString::fromUtf8(data);
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:651:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
651 | QString line;
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:675:45: warning: Don't create temporary QRegularExpression objects. Use a static QRegularExpression object instead [-Wclazy-use-static-qregularexpression]
675 | QRegularExpressionMatch match = md5rx.match(QString::fromUtf8(data.mid(ts.characterOffset())));
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:748:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
748 | QString str = QString::fromUtf8(data);
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:750:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
750 | QString line;
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:833:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
833 | QString str = QString::fromUtf8(data);
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:835:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
835 | QString line;
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:919:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
919 | QString str = QString::fromUtf8(data);
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:921:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
921 | QString line;
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:1005:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
1005 | QString str = QString::fromUtf8(data);
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/piwigo/piwigotalker.cpp:1007:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
1007 | QString line;
| ^
16 warnings generated.
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.
/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;
| ^
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
| ^
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/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);
| ^
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.
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.
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
| ^
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);
| ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftimportwindow.cpp:33:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftimportwidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/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/generic/webservices/twitter/twitterwidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/twitter/twitterwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
1 warning generated.
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;
| ^
7 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:366:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
366 | QString temp = d->currentAlbumName + newAlbum.title;
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/channelmixer/channelmixertool.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/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.
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);
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/bwsepia/bwsepiatool.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/hsl/hsltool.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/invert/inverttoolplugin.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/invertfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/profileconversion/profileconversiontoolplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/profileconversion/profileconversiontoolplugin.h:20:
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
132 | void triggered(const IccProfile& profile);
| ^
1 warning generated.
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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/profileconversion/profileconversiontool.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/icc/icctransformfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/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);
| ^
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/decorate/border/bordertool.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/borderfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
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/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/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.
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/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);
| ^
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);
| ^
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.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/lensautofix/lensautofixtool.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/blurfx/blurfxtool.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfxfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/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/charcoal/charcoaltool.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/charcoalfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/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/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/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/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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/raindrop/raindroptool.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/raindropfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
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.
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);
| ^
/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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/transform/perspective/perspectivewidget.cpp:42:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dpixelsaliasfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/transform/shear/sheartool.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/shearfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/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/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/dimg/raw/dimgrawplugin.cpp:29:
In file included from /home/gilles/Devel/8.x/core/dplugins/dimg/raw/dimgrawloader.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/raw/rawprocessingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/dimg/raw/dimgrawloader.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/dimg/raw/dimgrawloader.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/raw/rawprocessingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetupmisc.cpp:49:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/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);
| ^
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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/dimg/colorbalancefilter_cli.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
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:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning 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:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
9 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgfilteraction_utest.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/filteractionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
In file included from /home/gilles/Devel/8.x/core/tests/dimg/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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
10 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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
10 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:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.cpp:26:
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
10 warnings 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)
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:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.cpp:26:
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
10 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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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/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/stackview/showfotostackviewsidebar.cpp:40:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewsidebar.cpp:40:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/tests/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)
9 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/fileio/loadsavethread_utest.cpp:29:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/fileio/qtpgf_utest.cpp:27:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
1 warning generated.
1 warning generated.
1 warning generated.
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:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145: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/showfotostackviewlist.cpp:45:
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
10 warnings generated.
/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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/fileio/pgfscaled_utest.cpp:27:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/filters/autocrop_cli.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/autocrop.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/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);
| ^
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);
| ^
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);
| ^
4 warnings generated.
/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);
| ^
2 warnings generated.
5 warnings 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);
| ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfotoinfoiface.cpp:24:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
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:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145: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:69:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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:85:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_open.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h: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:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145: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:69:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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: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);
| ^
/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);
| ^
11 warnings generated.
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_iofiles.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_iofiles.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145: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:69:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_iofiles.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h: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:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145: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_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:69:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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_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);
| ^
11 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h: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:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145: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:69:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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);
| ^
11 warnings generated.
11 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: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:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145: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:69:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h: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);
| ^
11 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/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:69:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h: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/tests/metadataengine/applytags_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/applytags_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/applytags_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/applytags_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
11 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/createxmpsidecar_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/createxmpsidecar_utest.h:20:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/createxmpsidecar_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/createxmpsidecar_utest.h:20:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/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/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/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()))
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/loadfromba_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/loadfromba_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
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:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/metareaderthread_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/metareaderthread_utest.h:26:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printmetadata_utest.cpp/home/gilles/Devel/8.x/core/tests/metadataengine/printiteminfo_utest.cpp::1515:
:
In file included from In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printmetadata_utest.h/home/gilles/Devel/8.x/core/tests/metadataengine/printiteminfo_utest.h::1919:
:
In file included from In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h::3131:
:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h/home/gilles/Devel/8.x/core/tests/dtestdatadir.h::119:11916::16 :warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]warning:
function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printmetadata_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printmetadata_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
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/patchpreview_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/patchpreview_utest.h:20:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/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.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printtagslist_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printtagslist_utest.h:19:
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:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setiptcpreview_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setiptcpreview_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setiptcpreview_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setiptcpreview_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setxmpface_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setxmpface_utest.h:20:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setxmpface_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setxmpface_utest.h:20:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/usexmpsidecar_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/usexmpsidecar_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/usexmpsidecar_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/usexmpsidecar_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolmulticore_cli.cpp:25:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
25 | #include <QtConcurrent> // krazy:exclude=includes
| ^
/home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftooloutput_cli.cpp:82:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
82 | QString tagType = it.value()[1].toString();
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolmulticore_cli.cpp:87:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
87 | QString tagType = it.value()[1].toString();
| ^
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftooltagsdb_cli.cpp:37:5: warning: unused QStringList [-Wclazy-unused-non-trivial-variable]
37 | QStringList lst;
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolapplychanges_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolapplychanges_utest.h:24:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/../abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolapplychanges_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolapplychanges_utest.h:24:
/home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/../abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
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);
| ^
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.
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/filters/nrestimate_cli.cpp:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrestimate.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/tests/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());
| ^
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.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/mediawiki/queryrevision_utest.cpp:39:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/mediawiki/querysiteinfogeneral_utest.cpp:31:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_querysiteinfogeneral.h:77:5: warning: signal result is overloaded (with /opt/qt6/include/KF6/KCoreAddons/kjob.h:73:1) [-Wclazy-overloaded-signal]
77 | void result(const Generalinfo& generalinfo);
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/mediawiki/upload_utest.cpp:32:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
1 warning generated.
/home/gilles/Devel/8.x/core/tests/ocrtextconverter/ocrTesseract_cli.cpp:122:17: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
122 | ocrProcess->start();
| ^~~~~
| startCommand
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/timestampupdate/timestampupdate_utest.cpp:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
1 warning generated.
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgtagmodel_utest.cpp:110:5: warning: unused QPersistentModelIndex [-Wclazy-unused-non-trivial-variable]
110 | const QPersistentModelIndex treeItem1Index = treeModel->itemToIndex(treeItem1);
| ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgtagmodel_utest.cpp:115:5: warning: unused QPersistentModelIndex [-Wclazy-unused-non-trivial-variable]
115 | const QPersistentModelIndex treeItem2Index = treeModel->itemToIndex(treeItem2);
| ^
/home/gilles/Devel/8.x/core/tests/geolocation/editor/rgtagmodel_utest.cpp:238:5: warning: unused QPersistentModelIndex [-Wclazy-unused-non-trivial-variable]
238 | QPersistentModelIndex treeItem1Index = treeModel->itemToIndex(treeItem1);
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/mediaserver/dmediaserverdlg.cpp:39:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/tools/mediaserver/dmediaserverdlg.cpp:147:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
147 | QString txt;
| ^
3 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/tasks/commandtask.cpp:68:14: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
68 | process->start();
| ^~~~~
| startCommand
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwidget.cpp:20:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwidget.h:31:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwindow.cpp:51:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwindow.cpp:276:9: warning: unused QString [-Wclazy-unused-non-trivial-variable]
276 | QString url;
| ^
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwindow.cpp:369:13: warning: Return Digikam::WSToolDialog::eventFilter() instead of false [-Wclazy-base-class-event]
369 | return false;
| ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/wizard/panoitemspage.cpp:33:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/wizard/panooptimizepage.cpp:278:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
278 | QString text;
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/wizard/panopreprocesspage.cpp:255:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
255 | QString text;
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/wizard/panopreviewpage.cpp:324:5: warning: unused QString [-Wclazy-unused-non-trivial-variable]
324 | QString text;
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/borderplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/border/border.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/bordersettings.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/borderfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
/home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscript.cpp:301:13: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
301 | process.start(QLatin1String("/bin/bash"), QStringList() << QLatin1String("-c") << script);
| ^~~~~
| startCommand
1 warning generated.
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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:50:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/texture.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/texturefilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/autocrop.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfxplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignettingplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrainplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/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);
| ^
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);
| ^
1 warning generated.
1 warning generated.
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: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);
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lc/localcontrastfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereductionplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrectionplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restoration.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restoration.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
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:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelfixer.h:29:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/sharpenfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvertplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiasettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
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);
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiasettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjustplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvessettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/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);
| ^
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);
| ^
1 warning 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:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvessettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/iccconvert/iccconvert.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/icc/icctransformfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
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);
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixerplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixersettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalanceplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
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: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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrectionplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
In file included from /home/gilles/Devel/8.x/core/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");
| ^
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/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);
| ^
1 warning generated.
10 warnings generated.
1 warning generated.
1 warning 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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:48:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
48 | const QString fileName = QLatin1String("advancedrename_testimage.jpg");
| ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:49:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
49 | const QString fileName2 = QLatin1String("advancedrename_testimage2.jpg");
| ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:50:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
50 | const QString fileName3 = QLatin1String("001a.jpg");
| ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:51:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
51 | const QString fileName4 = QLatin1String("test.png");
| ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:52:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
52 | const QString fileName5 = QLatin1String("myfile.jpg");
| ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:53:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
53 | const QString fileName6 = QLatin1String("my_file.jpg");
| ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:54:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
54 | const QString fileName7 = QLatin1String("holiday_spain_2011_img001.jpg");
| ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:55:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
55 | const QString fileName8 = QLatin1String("my images.jpg");
| ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:56:1: warning: non-POD static (QString) [-Wclazy-non-pod-global-static]
56 | const QString fileName9 = QLatin1String("holiday_spain_2011_001img.jpg");
| ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:1157:5: warning: unused QDateTime [-Wclazy-unused-non-trivial-variable]
1157 | QDateTime curdate = QDateTime::currentDateTime();
| ^
/home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:1213:5: warning: unused QDateTime [-Wclazy-unused-non-trivial-variable]
1213 | QDateTime curdate = QDateTime::currentDateTime();
| ^
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()))
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()))
2 warnings generated.
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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)
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()))
/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());
| ^
3 warnings generated.
2 warnings generated.
14 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/database/databasetags_utest.cpp:33:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/tests/database/databasetags_utest.cpp:35:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/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.
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/unittests/identityprovider_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)
In file included from /home/gilles/Devel/8.x/core/tests/facesengine/unittests/faceclassifier_utest.cpp:42:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/facesengine/unittests/faceclassifier_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()))
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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)
1 warning generated.
2 warnings generated.
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.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (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/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/dimg/filters/dimgfiltermanager.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/raw/rawprocessingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dpixelsaliasfilter.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dpixelsaliasfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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);
| ^
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/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (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/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);
| ^
/home/gilles/Devel/8.x/core/libs/facesengine/recognition/identityprovider.cpp:26:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
26 | #include <QtConcurrent>
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
2 warnings generated.
/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
| ^
In file included from /home/gilles/Devel/8.x/core/libs/database/utils/ifaces/dbinfoiface.cpp:55:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfxfilter.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfxfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/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>
| ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/distortionfxfilter.cpp:33:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
33 | #include <QtConcurrent> // krazy:exclude=includes
| ^
/home/gilles/Devel/8.x/core/libs/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.
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);
| ^
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.
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/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/dimg/filters/fx/embossfilter.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/embossfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.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/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/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/dimg/filters/fx/invertfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/invertfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/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/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();
| ^
/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
| ^
1 warning generated.
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();
| ^
1 warning 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);
| ^
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);
| ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/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);
| ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (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/auto/equalizefilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/equalizefilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/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.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/normalizefilter.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/auto/normalizefilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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/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:41:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread_p.h:19:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
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);
| ^
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/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);
| ^
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/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);
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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/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.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiasettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiasettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/tonalityfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/tonalityfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/properties/geolocation/itempropertiesgpstab.cpp:56:
In file included from /home/gilles/Devel/8.x/core/libs/properties/geolocation/itemgpsmodelhelper.h:27:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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/dimg/filters/bw/mixerfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/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/mixersettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixersettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hspreviewwidget.cpp:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_p.h:53:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/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();
| ^
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();
| ^
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_salbum.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/database/item/lister/itemlister_p.h:53:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.cpp:16:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
132 | void propertiesAssigned(bool visible);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
138 | void propertiesAssigned(QObject* item, bool visible);
| ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (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/notificationmanager/dnotificationwrapper.cpp:41:
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:311:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
311 | void clicked();
| ^
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:316:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
316 | void clicked(const QPoint& pos);
| ^
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:311:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
311 | void clicked();
| ^
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:316:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
316 | void clicked(const QPoint& pos);
| ^
2 warnings generated.
/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);
| ^
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);
| ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (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/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: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();
| ^
2 warnings generated.
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);
| ^
/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
| ^
5 warnings generated.
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);
| ^
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.
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/template/templateselector.cpp:32:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
5 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/imagedialog_p.h:47:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning 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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lc/localcontrastfilter.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lc/localcontrastfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
2 warnings generated.
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.cpp:26:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
26 | #include <QtConcurrent> // krazy:exclude=includes
| ^
In file included from /home/gilles/Devel/8.x/core/libs/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/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/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);
| ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/libsinfodlg.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/sharpenfilter.cpp:29:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
29 | #include <QtConcurrent> // krazy:exclude=includes
| ^
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
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);
| ^
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.
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/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/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);
| ^
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);
| ^
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);
| ^
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.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/levels/levelsfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/levels/levelsfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/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);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodelthreads.cpp:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodelthreads.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.cpp:16:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvessettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvessettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemmodel.cpp:16:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbcontainer.cpp:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/wb/wbfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
3 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);
| ^
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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_item.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_p.h:19:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_item.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist_p.h:56:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
3 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);
| ^
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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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/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
| ^
2 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/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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationsettings.cpp:15:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationsettings.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/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.
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/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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albummodificationhelper.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/engine/albumthumbnailloader.cpp:43:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning 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.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (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/tags/widgets/tagslineeditoverlay.cpp:18:
/home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:44:5: warning: signal tagEdited is overloaded [-Wclazy-overloaded-signal]
44 | void tagEdited(const QModelIndex& index, int rating);
| ^
/home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:45:5: warning: signal tagEdited is overloaded [-Wclazy-overloaded-signal]
45 | void tagEdited(const QModelIndex& index, const QString&);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.cpp:24:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/widgets/albumselectors.cpp:43:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/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/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.
/home/gilles/Devel/8.x/core/libs/tags/autoassignment/pipelines/autotagspipelinebase.cpp:20:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
20 | #include <QtConcurrent>
| ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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);
| ^
2 warnings generated.
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.cpp:20:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
20 | #include <QtConcurrent> // krazy:exclude=includes
| ^
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.cpp:13:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuncameraselector.cpp:13:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuncameraselector.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.cpp:13:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfuniface.h:66:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal 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/album/treeview/labelstreeview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/treeview/albumlabelssearchhandler.cpp:50:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
1 warning generated.
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.
/home/gilles/Devel/8.x/core/libs/video/player/qtmm/mediaplayerview.cpp:750:21: warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
750 | image = std::move(image.transformed(transform));
| ^
/home/gilles/Devel/8.x/core/libs/video/player/qtmm/mediaplayerview.cpp:750:21: note: remove std::move call here
750 | image = std::move(image.transformed(transform));
| ^~~~~~~~~~ ~
1 warning generated.
/home/gilles/Devel/8.x/core/libs/mlfoundation/mlpipelinefoundation.cpp:20:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
20 | #include <QtConcurrent>
| ^
In file included from /home/gilles/Devel/8.x/core/libs/video/manager/vidslidetask.cpp:15:
/home/gilles/Devel/8.x/core/libs/video/manager/vidslidetask.h:42:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
42 | void signalDone(bool);
| ^
1 warning generated.
1 warning 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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager.cpp:18:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_album.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_album.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_album.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_palbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_palbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_palbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_talbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_talbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_talbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_dalbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_dalbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_dalbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_falbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:101:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_falbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:104:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_falbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_salbum.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_database.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/advancedrename/advancedrenameprocessdialog.cpp:35:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_collection.cpp:17:
In file included from /home/gilles/Devel/8.x/core/libs/album/manager/albummanager_p.h:107:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/manager/batchtool.cpp:37:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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: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);
| ^
12 warnings generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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: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);
| ^
12 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);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/dplugins/bqminfoiface.cpp: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);
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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: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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/main/imagewindow_p.h:95:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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);
| ^
12 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: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);
| ^
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/dialogs/softproofdialog.cpp:37:
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
132 | void triggered(const IccProfile& profile);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/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:
/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:41:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
11 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: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:
/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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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/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);
| ^
1 warning generated.
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/assignedlist.cpp:57:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuelist.cpp:62:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuelist.cpp:65:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_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_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_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_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_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_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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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);
| ^
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);
| ^
12 warnings generated.
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:84:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/views/queuepool.cpp:15:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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);
| ^
12 warnings 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:134:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/editor/editorwindow_p.h:141:
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:311:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
311 | void clicked();
| ^
/home/gilles/Devel/8.x/core/libs/notificationmanager/dnotificationpopup.h:316:5: warning: signal clicked is overloaded [-Wclazy-overloaded-signal]
316 | void clicked(const QPoint& pos);
| ^
3 warnings generated.
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/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);
| ^
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:72:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setupicc.cpp:53:
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
132 | void triggered(const IccProfile& profile);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
13 warnings 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:66:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
208 | void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.cpp:57:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.cpp:57:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/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]
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/setup/misc/setupmisc.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/misc/setupmisc_p.h:58:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/utils/iteminfojob.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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);
| ^
1 warning generated.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/database/faceutils.cpp:36:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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/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);
| ^
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:27:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup_p.h:39:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
1 warning generated.
/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/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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup_p.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchgroup_p.h:39:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
1 warning generated.
22 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: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/facemanagement/items/faceitem.cpp:21:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidgetstates.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
132 | void propertiesAssigned(bool visible);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
138 | void propertiesAssigned(QObject* item, bool visible);
| ^
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);
| ^
2 warnings generated.
2 warnings generated.
1 warning 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/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);
| ^
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:43:
/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/facemanagement/items/facegroup_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/items/facegroup_p.h:43:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
132 | void propertiesAssigned(bool visible);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
138 | void propertiesAssigned(QObject* item, bool visible);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointitem.cpp:26:
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/widgets/assignnamewidgetstates.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
132 | void propertiesAssigned(bool visible);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
138 | void propertiesAssigned(QObject* item, bool visible);
| ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
1 warning generated.
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:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
208 | void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importcategorydrawer.cpp:28:
/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]
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg_p.h:46:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_album.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.h:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importthumbnailmodel.h:19:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
208 | void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate_p.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importdelegate_p.h:27:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
1 warning generated.
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg_settings.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/main/maintenancedlg_p.h:46:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_colordepth.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importoverlays.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/items/importoverlays.cpp:24:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/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/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);
| ^
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.cpp:17:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.h:62:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
62 | void signalSetUIEnabled(const bool enabledState);
| ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/correlator/gpscorrelatorwidget.h:63:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
63 | void signalSetUIEnabled(const bool enabledState, QObject* const cancelObject, const QString& cancelSlot);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
2 warnings generated.
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_keyword.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metaremover/metadataremover.cpp:34:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
76 | void signalAdvance(const ItemInfo&, const QImage&, int);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
77 | void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
78 | void signalAdvance(const ItemInfo&, const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
79 | void signalAdvance(const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
83 | void signalAdvance();
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
20 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);
| ^
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:37:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/mapsearches/gpsmarkertiler.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsmanager.h:24:
/home/gilles/Devel/8.x/core/libs/database/dbjobs/dbjobsthread.h:75:5: warning: signal finished is overloaded (with /opt/qt6/include/QtCore/qthread.h:27:1) [-Wclazy-overloaded-signal]
75 | void finished();
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/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);
| ^
3 warnings generated.
1 warning generated.
/home/gilles/Devel/8.x/core/utilities/facemanagement/pipelines/facepipelinebase.cpp:20:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
20 | #include <QtConcurrent>
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/metasync/metadatasynchronizer.cpp:32:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
76 | void signalAdvance(const ItemInfo&, const QImage&, int);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
77 | void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
78 | void signalAdvance(const ItemInfo&, const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
79 | void signalAdvance(const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
83 | void signalAdvance();
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/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/facemanagement/pipelines/facepipelinebase.cpp:34:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/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:
/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
11 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();
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/databasetask.cpp:15:
/home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/databasetask.h:63:5: warning: signal signalFinished is overloaded [-Wclazy-overloaded-signal]
63 | void signalFinished();
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/tools/dbcleaner/databasetask.h:64:5: warning: signal signalFinished is overloaded [-Wclazy-overloaded-signal]
64 | void signalFinished(bool done, bool errorFree);
| ^
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/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:
/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:
/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.
10 warnings generated.
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.
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]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importpreviewview.cpp:34:
In file included from /home/gilles/Devel/8.x/core/utilities/import/widgets/importcontextmenu.h:26:
In file included from /home/gilles/Devel/8.x/core/utilities/import/models/importfiltermodel.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
208 | void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
| ^
1 warning generated.
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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/maintenance/tools/thumbs/thumbsgenerator.cpp:41:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
76 | void signalAdvance(const ItemInfo&, const QImage&, int);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
77 | void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
78 | void signalAdvance(const ItemInfo&, const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
79 | void signalAdvance(const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
83 | void signalAdvance();
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
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:
/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);
| ^
20 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:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning 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);
| ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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:
/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:
/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.
3 warnings generated.
10 warnings generated.
1 warning 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:
/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:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:38:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importstackedview.h:38:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_rating.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/pipelines/detectrecognize/facepipelinedetectrecognize.cpp:42:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/facemanagement/pipelines/reset/facepipelinereset.cpp:42:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/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:
/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
12 warnings generated.
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
76 | void signalAdvance(const ItemInfo&, const QImage&, int);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
77 | void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
78 | void signalAdvance(const ItemInfo&, const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
79 | void signalAdvance(const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
83 | void signalAdvance();
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_choice.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields_p.h:18:
In file included from /home/gilles/Devel/8.x/core/utilities/searchwindow/searchfields.h:27:
/home/gilles/Devel/8.x/core/utilities/searchwindow/searchutilities.h:81:5: warning: signal visibleChanged is overloaded [-Wclazy-overloaded-signal]
81 | void visibleChanged(bool v);
| ^
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning 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/maintenance/tools/imgqsort/imagequalitysorter.cpp:37:
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
76 | void signalAdvance(const ItemInfo&, const QImage&, int);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:76:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
77 | void signalAdvance(const ItemInfo&, const QImage&, const QStringList&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:77:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
78 | void signalAdvance(const ItemInfo&, const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:78:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
79 | void signalAdvance(const QImage&);
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:79:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
83 | void signalAdvance();
| ^
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/maintenance/manager/maintenancethread.h:83:5: warning: signal signalAdvance is overloaded [-Wclazy-overloaded-signal]
20 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
208 | void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.cpp:19:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui_p.h:128:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
13 warnings generated.
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning 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/import/widgets/dngconvertsettings.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemsortproxymodel.cpp:16:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemsortproxymodel.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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: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:
/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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/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);
| ^
3 warnings generated.
12 warnings generated.
1 warning generated.
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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);
| ^
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.
3 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: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:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_solid.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
10 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/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:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_camera.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
12 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_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:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h: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:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:93:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:126:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_tools.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h: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:
/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/app/main/digikamapp_p.h:92:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h: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:
/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
12 warnings generated.
1 warning generated.
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/core/gpsgeoifacemodelhelper.cpp:37:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/gpsbookmarkowner.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/gpsbookmarkowner.cpp:35:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/bookmark/bookmarksmenu.h:68:5: warning: signal hovered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
68 | void hovered(const QString& text);
| ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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);
| ^
1 warning generated.
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);
| ^
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/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.
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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.h:25:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
208 | void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.cpp:30:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/importdragdrop.cpp:30:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/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]
10 warnings generated.
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:
/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]
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:19:
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.h:26:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
208 | void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:35:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:37:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
153 | void currentChanged(const ItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/dragdrop/itemdragdrop.cpp:42:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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:
/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]
16 warnings generated.
9 warnings generated.
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);
| ^
10 warnings generated.
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);
| ^
/home/gilles/Devel/8.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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
4 warnings generated.
1 warning generated.
11 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
153 | void currentChanged(const ItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbumfiltermodel.h:19:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:54:
/home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:44:5: warning: signal tagEdited is overloaded [-Wclazy-overloaded-signal]
44 | void tagEdited(const QModelIndex& index, int rating);
| ^
/home/gilles/Devel/8.x/core/libs/tags/widgets/tagslineeditoverlay.h:45:5: warning: signal tagEdited is overloaded [-Wclazy-overloaded-signal]
45 | void tagEdited(const QModelIndex& index, const QString&);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview_p.h:26:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
153 | void currentChanged(const ItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.cpp:58:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
13 warnings generated.
9 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:16:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
153 | void currentChanged(const ItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:30:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.cpp:39:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
11 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:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
/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/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);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/assignnameoverlay.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);
| ^
11 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/assignnameoverlay.cpp:37:
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:37:
/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:40:
/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);
| ^
11 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/facerejectionoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/facerejectionoverlay.cpp:24:
/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);
| ^
10 warnings generated.
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]
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemfullscreenoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemfullscreenoverlay.cpp:24:
/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);
| ^
10 warnings generated.
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]
10 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: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:
/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);
| ^
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.cpp:24:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.cpp:25:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemcoordinatesoverlay.cpp:25:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
153 | void currentChanged(const ItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemselectionoverlay.cpp:24:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/overlays/itemselectionoverlay.cpp:24:
/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]
9 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemviewutilities.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/deletedialog.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemviewutilities.cpp:46:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_services.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_services.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_tags.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_tags.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
2 warnings generated.
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:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_albums.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_groups.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_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/contextmenuhelper_tools.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_actions.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:78:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_actions.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/items/utils/contextmenuhelper_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemcategorydrawer.cpp:32:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/items/utils/itemcategorydrawer.cpp: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]
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview.cpp:48:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
2 warnings generated.
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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview.h:32:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.h:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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:
/home/gilles/Devel/8.x/core/utilities/import/models/importimagemodel.h:208:5: warning: signal itemInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
208 | void itemInfosAboutToBeRemoved(const QList<CamItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_treeview_delegate.cpp:33:
In file included from /home/gilles/Devel/8.x/core/utilities/import/main/importui.h:36:
In file included from /home/gilles/Devel/8.x/core/utilities/import/views/importiconview.h:20:
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
144 | void currentChanged(const CamItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/utilities/import/views/importcategorizedview.h:144:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
12 warnings generated.
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_thumbnail.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_columnfactory.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemfiltermodel.h:26:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/tableview/tableview_column_thumbnail.cpp:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
2 warnings 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:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/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_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_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:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
153 | void currentChanged(const ItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h: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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_albums.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_groups.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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: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: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:
/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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h: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);
| ^
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_items.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h: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]
12 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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_search.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
12 warnings generated.
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: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: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:
/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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);
| ^
12 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: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);
| ^
12 warnings generated.
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
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:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEv/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.he:n109t:*5 :e ,warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]c
onst QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h: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:
/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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:59:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tools.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_tags.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h: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: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: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:
/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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_zoom.cpp:21:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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_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);
| ^
12 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: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);
| ^
12 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: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:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:48:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
153 | void currentChanged(const ItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:52:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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);
| ^
12 warnings generated.
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp:16:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_p.h:81:
In file included from /home/gilles/Devel/8.x/core/utilities/queuemanager/main/queuemgrwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/utilities/setup/setup.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/itemiconview_iqs.cpp: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]
32 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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:34:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:34:
In file included from /home/gilles/Devel/8.x/core/app/items/views/digikamitemview.h:22:
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
153 | void currentChanged(const ItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/itemview/dcategorizedview.h:38:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:153:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:37:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/stackedview.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/dtrash/dtrashitemmodel.h:25:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
11 warnings generated.
In file included from /home/gilles/Devel/8.x/core/app/views/preview/itempreviewview.cpp:79:
In file included from /home/gilles/Devel/8.x/core/utilities/focuspointmanagement/focuspointgroup.h:41:
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:132:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
132 | void propertiesAssigned(bool visible);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/graphicsview/itemvisibilitycontroller.h:138:5: warning: signal propertiesAssigned is overloaded [-Wclazy-overloaded-signal]
138 | void propertiesAssigned(QObject* item, bool visible);
| ^
2 warnings generated.
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);
| ^
1 warning 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: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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:29:
In file included from /home/gilles/Devel/8.x/core/libs/models/itemalbummodel.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/database/models/itemthumbnailmodel.h:20:
/home/gilles/Devel/8.x/core/libs/database/models/itemmodel.h:295:5: warning: signal imageInfosAboutToBeRemoved is overloaded [-Wclazy-overloaded-signal]
295 | void imageInfosAboutToBeRemoved(const QList<ItemInfo>& infos);
| ^
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.cpp:17:
In file included from /home/gilles/Devel/8.x/core/app/views/stack/mapwidgetview.h:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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]
12 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/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
| ^
2 warnings 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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/timeadjust/timeadjusttask.cpp:33:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/timeadjust/timeadjustlist.h:27:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.h:24:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodel.h:25:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultbackend.h:26:
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:79:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
79 | void signalSetUIEnabled(const bool enabledState);
| ^
/home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/reversegeocoding/rgwidget.h:80:5: warning: signal signalSetUIEnabled is overloaded [-Wclazy-overloaded-signal]
80 | void signalSetUIEnabled(const bool enabledState,
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/searches/searchresultmodelhelper.h:28:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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/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);
| ^
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
3 warnings generated.
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);
| ^
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);
| ^
1 warning generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/calendar/wizard/calmonthwidget.cpp:19:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/calendar/wizard/calmonthwidget.h:30:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/kmlwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/geolocationedit/kmlexport/kmlwidget.h:31:
In file included from /home/gilles/Devel/8.x/core/utilities/geolocation/geoiface/items/gpsitemmodel.h:26:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning 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/printcreator/manager/advprinttask.h:60:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
60 | void signalDone(bool);
| ^
4 warnings generated.
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
/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/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);
| ^
2 warnings generated.
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/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
| ^
3 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/jalbum/wizard/jalbumselectionpage.cpp:27:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
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.
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
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
| ^
1 warning generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpeditwidget.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/xmp/xmpeditwidget.h:20:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning 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();
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/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/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
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcroppage.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintcroppage.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/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.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintfinalpage.cpp:39:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprintthread.h:20:
/home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/manager/advprinttask.h:60:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
60 | void signalDone(bool);
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintfinalpage.cpp:40:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/wizard/advprintwizard.h:25:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/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/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/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
| ^
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/metadata/metadataedit/xmp/xmpproperties.cpp:36:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/altlangstringedit.h:51:5: warning: signal signalModified is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/metadata/utils/altlangstredit.h:33:1) [-Wclazy-overloaded-signal]
51 | void signalModified();
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/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
| ^
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);
| ^
3 warnings generated.
2 warnings 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/altlangstringedit.cpp:17:
/home/gilles/Devel/8.x/core/dplugins/generic/metadata/metadataedit/dialog/altlangstringedit.h:51:5: warning: signal signalModified is overloaded (with /home/gilles/Devel/8.x/core/libs/widgets/metadata/utils/altlangstredit.h:33:1) [-Wclazy-overloaded-signal]
51 | void signalModified();
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/printcreator/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/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.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
/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.
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/libs/video/manager/vidslidetask.h:42:5: warning: signal signalDone is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/actionthreadbase.h:34:1) [-Wclazy-overloaded-signal]
42 | void signalDone(bool);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/tools/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.
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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
| ^
3 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);
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/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
| ^
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
| ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filecopy/fcexportwindow.cpp:34:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filecopy/fcexportwidget.h:28:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
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
| ^
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.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/flickr/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
| ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
In file included from /home/gilles/Devel/8.x/core/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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
| ^
1 warning generated.
8 warnings generated.
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
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
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/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/imageshackplugin.cpp:27:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imageshack/imageshackwindow.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gswindow.cpp:50:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/google/gsreplacedlg.h:28:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurwindow.cpp:17:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurwindow.h:27:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/imgur/imgurimageslist.h:24:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/inaturalist/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
| ^
2 warnings generated.
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/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/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/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.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/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/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/onedrive/odwidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/onedrive/odwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/pinterest/pwidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/pinterest/pwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
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
| ^
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
| ^
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.
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/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
| ^
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/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);
| ^
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.
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.
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
| ^
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);
| ^
2 warnings generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftimportwindow.cpp:33:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/filetransfer/ftimportwidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/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/generic/webservices/twitter/twitterwidget.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/twitter/twitterwidget.h:23:
In file included from /home/gilles/Devel/8.x/core/libs/dplugins/webservices/wssettingswidget.h:26:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
1 warning generated.
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/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/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);
| ^
1 warning generated.
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.
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);
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/bwsepia/bwsepiatool.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/hsl/hsltool.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/invert/inverttoolplugin.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/invertfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/profileconversion/profileconversiontoolplugin.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/profileconversion/profileconversiontoolplugin.h:20:
/home/gilles/Devel/8.x/core/libs/widgets/iccprofiles/iccprofilescombobox.h:132:5: warning: signal triggered is overloaded (with /opt/qt6/include/QtWidgets/qmenu.h:25:1) [-Wclazy-overloaded-signal]
132 | void triggered(const IccProfile& profile);
| ^
1 warning generated.
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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/colors/profileconversion/profileconversiontool.cpp:39:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/icc/icctransformfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/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);
| ^
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/decorate/border/bordertool.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/borderfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
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/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/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.
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/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);
| ^
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);
| ^
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.
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/enhance/lensautofix/lensautofixtool.cpp:40:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/lensfunfilter.h:18:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/blurfx/blurfxtool.cpp:36:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfxfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/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/charcoal/charcoaltool.cpp:33:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/charcoalfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/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/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/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/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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/editor/filters/raindrop/raindroptool.cpp:38:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/raindropfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
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.
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);
| ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (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/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/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/dimgrawloader.cpp:16:
In file included from /home/gilles/Devel/8.x/core/dplugins/dimg/raw/dimgrawloader.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/raw/rawprocessingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetupmisc.cpp:49:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/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);
| ^
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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/dimg/colorbalancefilter_cli.cpp:21:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
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:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotofiltermodel.h:25:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailmodel.h:22:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning 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:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
9 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgfilteraction_utest.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/filteractionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
In file included from /home/gilles/Devel/8.x/core/tests/dimg/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/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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
10 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: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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
10 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:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.cpp:26:
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
10 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/dimg/dimgloader_utest.cpp:30:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h: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:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.cpp:26:
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
1 warning generated.
10 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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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/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/stackview/showfotostackviewsidebar.cpp:40:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/showfoto/stackview/showfotostackviewsidebar.cpp:40:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/tests/fileio/loadpgfdata_utest.cpp:27:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h: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:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145: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/showfotostackviewlist.cpp:45:
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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
10 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/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);
| ^
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);
| ^
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);
| ^
4 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfotoinfoiface.cpp:24:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
1 warning generated.
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:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145: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:69:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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:85:
In file included from /home/gilles/Devel/8.x/core/showfoto/setup/showfotosetup.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlg.h:29:
/home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgwidgets.h:139:5: warning: signal currentPageChanged is overloaded (with /home/gilles/Devel/8.x/core/libs/dialogs/dconfigdlgview.h:48:1) [-Wclazy-overloaded-signal]
139 | void currentPageChanged(DConfigDlgWdgItem* current, DConfigDlgWdgItem* before);
| ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_open.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h: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:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145: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:69:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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: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);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h: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:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145: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:69:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_iofiles.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h: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:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:19:
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded [-Wclazy-overloaded-signal]
109 | void selectionChanged();
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qlistview.h:16:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:109:5: warning: signal selectionChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:123:5: warning: signal clicked is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
123 | void clicked(const QMouseEvent* e, const QModelIndex& index);
| ^
/home/gilles/Devel/8.x/core/libs/widgets/itemview/itemviewcategorized.h:124:5: warning: signal entered is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
124 | void entered(const QMouseEvent* e, const QModelIndex& index);
| ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:65:
In file included from /home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotothumbnailbar.h:20:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145: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_setup.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:69:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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_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);
| ^
11 warnings generated.
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_config.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h: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:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145: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:69:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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);
| ^
11 warnings generated.
11 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: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:
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145: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:69:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h: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);
| ^
11 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/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:145:5: warning: signal currentChanged is overloaded [-Wclazy-overloaded-signal]
145 | void currentChanged(const ShowfotoItemInfo& info);
| ^
/home/gilles/Devel/8.x/core/showfoto/thumbbar/showfotocategorizedview.h:145:5: warning: signal currentChanged is 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:145: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:145:5: warning: signal currentChanged is overloaded (with /opt/qt6/include/QtWidgets/qabstractitemview.h:25:1) [-Wclazy-overloaded-signal]
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h:69:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | void signalThumbnailLoaded(const LoadingDescription& loadingDescription, const QPixmap& pix);
| ^
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_thumbbar.cpp:15:
In file included from /home/gilles/Devel/8.x/core/showfoto/main/showfoto_p.h: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/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/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);
| ^
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.
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.
/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.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/mediawiki/queryrevision_utest.cpp:39:
/home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/backend/mediawiki_querysiteinfogeneral.h:77:5: warning: signal result is overloaded (with /opt/qt6/include/KF6/KCoreAddons/kjob.h:73:1) [-Wclazy-overloaded-signal]
77 | void result(const Generalinfo& generalinfo);
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/mediawiki/upload_utest.cpp:32:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwindow.cpp:51:
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:295:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
295 | void signalXMLCustomElements(QXmlStreamWriter&); // clazy:exclude=signal-with-return-value
| ^
/home/gilles/Devel/8.x/core/libs/dplugins/widgets/ditemslist.h:296:5: warning: signal signalXMLCustomElements is overloaded [-Wclazy-overloaded-signal]
296 | void signalXMLCustomElements(QXmlStreamReader&); // clazy:exclude=signal-with-return-value
| ^
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/watermark/watermark.cpp:50:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/blurfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/decorate/texture/texture.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/decorate/texturefilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/transform/crop/crop.cpp:34:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/autocrop.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfxplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/colorfx/colorfx.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/colorfxfilter.h:26:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignettingplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/antivignetting/antivignetting.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lens/antivignettingfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrainplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/filters/filmgrain/filmgrain.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/fx/filmgrainfilter.h:22:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/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);
| ^
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);
| ^
1 warning generated.
1 warning generated.
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: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);
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/localcontrast/localcontrast.cpp:28:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/lc/localcontrastfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereductionplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/noisereduction/noisereduction.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
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.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrectionplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/redeyecorrection/redeyecorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restoration.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/restoration/restoration.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/greycstoration/greycstorationfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
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:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/redeye/redeyecorrectionfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/hotpixels/hotpixels.cpp:29:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hotpixels/hotpixelfixer.h:29:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/enhance/sharpen/sharpen.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/sharp/sharpenfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvertplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiasettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
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);
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bwconvert/bwconvert.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiasettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/bwsepiafilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjustplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/curvesadjust/curvesadjust.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvessettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/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);
| ^
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);
| ^
1 warning 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:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvessettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/curves/curvesfilter.h:25:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/iccconvert/iccconvert.cpp:31:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/icc/icctransformfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.cpp:15:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/bcgcorrection/bcgcorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bcg/bcgfilter.h:23:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
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);
| ^
1 warning generated.
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixerplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/channelmixer/channelmixer.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixersettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/bw/mixerfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalanceplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/colorbalance/colorbalance.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/cb/cbfilter.h:21:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
1 warning generated.
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: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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrectionplugin.cpp:30:
In file included from /home/gilles/Devel/8.x/core/dplugins/bqm/colors/hslcorrection/hslcorrection.h:20:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslsettings.h:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/hsl/hslfilter.h:20:
/home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.h:166:5: warning: signal finished is overloaded (with /home/gilles/Devel/8.x/core/libs/threads/dynamicthread.h:32:1) [-Wclazy-overloaded-signal]
166 | void finished(bool success);
| ^
In file included from /home/gilles/Devel/8.x/core/tests/advancedrename/renamecustomizer_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);
| ^
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);
| ^
1 warning generated.
10 warnings generated.
1 warning generated.
1 warning 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);
| ^
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/advancedrename/advancedrename_utest.cpp:31:
/home/gilles/Devel/8.x/core/libs/threadimageio/thumb/thumbnailloadthread.h:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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:245:5: warning: signal signalThumbnailLoaded is overloaded (with /home/gilles/Devel/8.x/core/libs/threadimageio/fileio/loadsavethread.h:91:1) [-Wclazy-overloaded-signal]
245 | 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/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:775:20: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
775 | upgradeProcess.start(d->mysqlUpgradePath, upgradeCmdArgs);
| ^~~~~
| startCommand
3 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/dimgthreadedfilter.cpp:16:
/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/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/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/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/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/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/album/engine/albumwatch.cpp:82:17: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
82 | dir = QDir(path);
| ~~~~^~~~~~~~~~~~
| dir.setPath(QDir(path))
/home/gilles/Devel/8.x/core/libs/album/engine/albumwatch.cpp:86:17: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
86 | dir = info.dir();
| ~~~~^~~~~~~~~~~~
| dir.setPath(info.dir())
2 warnings generated.
/home/gilles/Devel/8.x/core/libs/widgets/files/dbinaryiface.cpp:312:17: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
312 | process.start(possiblePath, m_binaryArguments);
| ^~~~~
| startCommand
4 warnings generated.
In file included from /home/gilles/Devel/8.x/core/libs/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/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/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
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_import.cpp:15:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablewindow_p.h:65:
In file included from /home/gilles/Devel/8.x/core/utilities/lighttable/lighttablethumbbar.h:19:
In file included from /home/gilles/Devel/8.x/core/app/items/thumbbar/itemthumbnailbar.h:20:
In file included from /home/gilles/Devel/8.x/core/app/items/views/itemcategorizedview.h:21:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/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:
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)
1 warning generated.
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: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/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)))
3 warnings generated.
/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/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/dplugins/generic/tools/ocrtextconverter/ocrtesseractengine.cpp:176:20: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
176 | d->ocrProcess->start();
| ^~~~~
| startCommand
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/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)
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/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)
9 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/fileio/loadsavethread_utest.cpp:29:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/fileio/qtpgf_utest.cpp:27:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
1 warning generated.
1 warning generated.
1 warning generated.
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/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/filters/autocrop_cli.cpp:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/transform/autocrop.h:27:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/applytags_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/applytags_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
11 warnings generated.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/createxmpsidecar_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/createxmpsidecar_utest.h:20:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/createxmpsidecar_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/createxmpsidecar_utest.h:20:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/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/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/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()))
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/loadfromba_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/loadfromba_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
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:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/metareaderthread_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/metareaderthread_utest.h:26:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printmetadata_utest.cpp/home/gilles/Devel/8.x/core/tests/metadataengine/printiteminfo_utest.cpp::1515:
:
In file included from In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printmetadata_utest.h/home/gilles/Devel/8.x/core/tests/metadataengine/printiteminfo_utest.h::1919:
:
In file included from In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h::3131:
:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h/home/gilles/Devel/8.x/core/tests/dtestdatadir.h::119:11916::16 :warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]warning:
function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printmetadata_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printmetadata_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
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/patchpreview_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/patchpreview_utest.h:20:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/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.
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printtagslist_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/printtagslist_utest.h:19:
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:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setiptcpreview_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setiptcpreview_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setiptcpreview_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setiptcpreview_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setxmpface_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setxmpface_utest.h:20:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setxmpface_utest.cpp:16:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/setxmpface_utest.h:20:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/usexmpsidecar_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/usexmpsidecar_utest.h:19:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/usexmpsidecar_utest.cpp:15:
In file included from /home/gilles/Devel/8.x/core/tests/metadataengine/usexmpsidecar_utest.h:19:
/home/gilles/Devel/8.x/core/tests/metadataengine/abstractunittest.h:105:19: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
105 | m_tempDir = WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data());
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| m_tempDir.setPath(WSToolUtils::makeTemporaryDir(m_tempPath.toLatin1().data()))
2 warnings generated.
2 warnings generated.
/home/gilles/Devel/8.x/core/tests/metadataengine/exiftool/exiftoolmulticore_cli.cpp:25:10: warning: Module QtConcurrent should not be included directly [-Wclazy-no-module-include]
25 | #include <QtConcurrent> // krazy:exclude=includes
| ^
/home/gilles/Devel/8.x/core/tests/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/filters/nrestimate_cli.cpp:24:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrestimate.h:25:
In file included from /home/gilles/Devel/8.x/core/libs/dimg/filters/nr/nrfilter.h:27:
/home/gilles/Devel/8.x/core/tests/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)
In file included from /home/gilles/Devel/8.x/core/tests/mediawiki/querysiteinfogeneral_utest.cpp:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
1 warning generated.
/home/gilles/Devel/8.x/core/tests/ocrtextconverter/ocrTesseract_cli.cpp:122:17: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
122 | ocrProcess->start();
| ^~~~~
| startCommand
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/tests/timestampupdate/timestampupdate_utest.cpp:31:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
1 warning generated.
/home/gilles/Devel/8.x/core/dplugins/generic/tools/panorama/tasks/commandtask.cpp:68:14: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
68 | process->start();
| ^~~~~
| startCommand
1 warning generated.
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwidget.cpp:20:
In file included from /home/gilles/Devel/8.x/core/dplugins/generic/webservices/mediawiki/mediawikiwidget.h:31:
/home/gilles/Devel/8.x/core/dplugins/bqm/custom/userscript/userscript.cpp:301:13: warning: call function QProcess::start(). Use function QProcess::startCommand() instead [-Wclazy-qt6-deprecated-api-fixes]
301 | process.start(QLatin1String("/bin/bash"), QStringList() << QLatin1String("-c") << script);
| ^~~~~
| startCommand
1 warning generated.
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/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/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()))
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()))
2 warnings generated.
12 warnings generated.
In file included from /home/gilles/Devel/8.x/core/tests/albummodel/albummodel_utest.cpp:35:
/home/gilles/Devel/8.x/core/tests/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/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()))
/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/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/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/unittests/faceclassifier_utest.cpp:42:
/home/gilles/Devel/8.x/core/tests/dtestdatadir.h:119:16: warning: function setPath() has to be used in Qt6 [-Wclazy-qt6-deprecated-api-fixes]
119 | result = dir;
| ~~~~~~~^~~~~
| result.setPath(dir)
/home/gilles/Devel/8.x/core/tests/facesengine/unittests/faceclassifier_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()))
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/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.
2 warnings generated.
2 warnings generated.
/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&);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/dialogs/colorcorrectiondlg.cpp:46:
/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&);
| ^
12 warnings generated.
1 warning generated.
/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&);
| ^
2 warnings generated.
In file included from /home/gilles/Devel/8.x/core/utilities/imageeditor/widgets/previewlist.cpp:31: