<?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[warning: slot arguments need to be fully-qualified [clazy-fully-qualified-moc-types]]]></title><description><![CDATA[<p dir="auto">I've a project that used ti use qextserial port and I'm making it more up to date by using QSerialPort, going from Qt5 to 6.</p>
<p dir="auto">I'm getting a load of wanrings for things like this:</p>
<p dir="auto">void executeMessage(struct wiperNetMessageStruct *receivedMessage);</p>
<p dir="auto">C:\Software\Qt\wipernet_monitor\mainwindow.h:187: warning: slot arguments need to be fully-qualified [clazy-fully-qualified-moc-types]</p>
<p dir="auto">That wiperNetMessageStruct is defined in a file called defines.h.</p>
<p dir="auto">And is as follows:</p>
<pre><code>enum wiperSpeeds
{
  WIPER_OFF,
  SLOW_WIPE_MODE,
  MEDIUM_WIPE_MODE,
  FAST_WIPE_MODE,
  SINGLE_WIPE_MODE
};

struct device
{
    bool screenHeaterOn;
    bool wiperHeaterOn;
    bool washSolenoidOn;
    bool purgeSolenoidOn;
    enum wiperSpeeds groupSpeed;

};
</code></pre>
<p dir="auto">Looking around I found this reference:</p>
<p dir="auto"><a href="https://docs.kdab.com/analysis/share/clazy-explain.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://docs.kdab.com/analysis/share/clazy-explain.html</a></p>
<p dir="auto">And it talks a bit about this warning, but I can't how it corresponds to my situation. Anyone able to advise how to fix this warning please?</p>
]]></description><link>https://forum.qt.io/topic/164389/warning-slot-arguments-need-to-be-fully-qualified-clazy-fully-qualified-moc-types</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 21:37:47 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/164389.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 06 Mar 2026 14:49:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to warning: slot arguments need to be fully-qualified [clazy-fully-qualified-moc-types] on Fri, 06 Mar 2026 14:59:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonb">@<bdi>JonB</bdi></a> said in <a href="/post/836888">warning: slot arguments need to be fully-qualified [clazy-fully-qualified-moc-types]</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dibosco">@<bdi>DiBosco</bdi></a> said in <a href="/post/836886">warning: slot arguments need to be fully-qualified [clazy-fully-qualified-moc-types]</a>:</p>
<blockquote>
<p dir="auto">C:\Software\Qt\wipernet_monitor\mainwindow.h:187: warning: slot arguments need to be fully-qualified [clazy-fully-qualified-moc-types]</p>
<p dir="auto">That wiperNetMessageStruct is defined in a file called defines.h.</p>
</blockquote>
<p dir="auto">Is the <code>defines.h</code> included into <code>mainwindow.h</code> (no use if in <code>mainwindow.cpp</code>) and prior to line 187?</p>
</blockquote>
<p dir="auto">Yes, but it's the weirdest thing, I just took out another warning (unused variable) and all those warnings have disappeared. Hey ho.</p>
]]></description><link>https://forum.qt.io/post/836889</link><guid isPermaLink="true">https://forum.qt.io/post/836889</guid><dc:creator><![CDATA[DiBosco]]></dc:creator><pubDate>Fri, 06 Mar 2026 14:59:00 GMT</pubDate></item><item><title><![CDATA[Reply to warning: slot arguments need to be fully-qualified [clazy-fully-qualified-moc-types] on Fri, 06 Mar 2026 14:52:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dibosco">@<bdi>DiBosco</bdi></a> said in <a href="/post/836886">warning: slot arguments need to be fully-qualified [clazy-fully-qualified-moc-types]</a>:</p>
<blockquote>
<p dir="auto">C:\Software\Qt\wipernet_monitor\mainwindow.h:187: warning: slot arguments need to be fully-qualified [clazy-fully-qualified-moc-types]</p>
<p dir="auto">That wiperNetMessageStruct is defined in a file called defines.h.</p>
</blockquote>
<p dir="auto">Is the <code>defines.h</code> included into <code>mainwindow.h</code> (no use if in <code>mainwindow.cpp</code>) and prior to line 187?</p>
]]></description><link>https://forum.qt.io/post/836888</link><guid isPermaLink="true">https://forum.qt.io/post/836888</guid><dc:creator><![CDATA[JonB]]></dc:creator><pubDate>Fri, 06 Mar 2026 14:52:32 GMT</pubDate></item></channel></rss>