<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[clazy mistakes template member functions for signals]]></title><description><![CDATA[<p dir="auto">While using Qt Creator (4.14.2) I noticed strange warning clazy gives me:<br />
<img src="https://ddgobkiprc33d.cloudfront.net/2d003ccd-8338-4167-93c6-ea584c92b1ee.png" alt="clazy_bug.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">getObjectOfType is not a signal:</p>
<pre><code>class FactoryInterface:public QObject
{
	Q_OBJECT
	Q_DISABLE_COPY(FactoryInterface)
	public:
		FactoryInterface(QObject* parent=nullptr):QObject(parent) {}
		
		template&lt;class OBJ&gt;
		OBJ* getObjectOfType(int guid);
}
</code></pre>
]]></description><link>https://forum.qt.io/topic/126633/clazy-mistakes-template-member-functions-for-signals</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 20:29:22 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/126633.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 May 2021 13:38:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to clazy mistakes template member functions for signals on Thu, 13 May 2021 14:06:04 GMT]]></title><description><![CDATA[<p dir="auto">Try with latest version and then report a bug about this if it still occurs.</p>
]]></description><link>https://forum.qt.io/post/659557</link><guid isPermaLink="true">https://forum.qt.io/post/659557</guid><dc:creator><![CDATA[Christian Ehrlicher]]></dc:creator><pubDate>Thu, 13 May 2021 14:06:04 GMT</pubDate></item></channel></rss>