Skip to content

Commit

Permalink
Exclude -Wclazy-ctor-missing-parent-argument for KDSoapSocketList
Browse files Browse the repository at this point in the history
We're now clazy free and can make clazy use -Werror in CI
  • Loading branch information
iamsergio authored and dfaure-kdab committed Mar 3, 2025
1 parent b910514 commit 51684ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KDSoapServer/KDSoapSocketList_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ QT_END_NAMESPACE
class KDSoapServer;
class KDSoapServerSocket;

class KDSoapSocketList : public QObject
class KDSoapSocketList : public QObject // clazy:exclude=ctor-missing-parent-argument
{
Q_OBJECT
public:
Expand Down

0 comments on commit 51684ac

Please sign in to comment.