clazy mistakes template member functions for signals
Moved
Unsolved
Qt Creator and other tools
-
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.