<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello,</p>
    <p>I just upgraded to the latest PyQt6 snapshot. With this I get
      another error message trying to connect to the
      QNetworkInformation.reachabilityChanged signal. The message is<br>
    </p>
    <hr width="100%" size="2">
    <p>qt.core.qobject.connect: QObject::connect: Incompatible
      sender/receiver arguments<br>
              QNetworkInformation::reachabilityChanged(Reachability)
      -->
EricNetworkIcon::__reachabilityChanged(QNetworkInformation::Reachability)<br>
    </p>
    <hr width="100%" size="2">The slot is defined with
    "@pyqtSlot(QNetworkInformation.Reachability). Defining the slot
    without @pyqtSlot works ok. What am I doing wrongly?<br>
    <p>Regards<br>
      Detlev<br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Detlev Offenbach
<a class="moz-txt-link-abbreviated" href="mailto:detlev@die-offenbachs.de">detlev@die-offenbachs.de</a></pre>
  </body>
</html>