Qt 6.11 is out! See what's new in the release
blog
clazy mistakes template member functions for signals
-
While using Qt Creator (4.14.2) I noticed strange warning clazy gives me:

getObjectOfType is not a signal:
class FactoryInterface:public QObject { Q_OBJECT Q_DISABLE_COPY(FactoryInterface) public: FactoryInterface(QObject* parent=nullptr):QObject(parent) {} template<class OBJ> OBJ* getObjectOfType(int guid); } -
Try with latest version and then report a bug about this if it still occurs.