<div dir="ltr">Hi!<div>I have been using the MMQT api in order to send SMS messages.</div><div>I have been using MMQT version 5.2.2 and it works great! I recently found an issue where the signalQuality (in ModemManager::Modem Interface) would return 0 even though the signal quality returned by dbus was not 0.</div><div>Since then I decided to upgrade MMQT to a more recent version, I tried MMQT 5.18.0 and my old code seem to not work at all with the MMQT 5.18.0 version. After reading a bit, I stumbled upon the following bug report (<a href="https://bugs.kde.org/show_bug.cgi?id=358261">https://bugs.kde.org/show_bug.cgi?id=358261</a>) and I realized I need to use to Async mode to make it work since I was using the sync method.</div><div><br></div><div>I wanted to know if there are any examples on how to use Async mode in order to send an SMS message?</div><div>I have been trying to use SIGNAL/SLOT method but I am not sure I am doing it right. I am trying to connect to the signal without being a Q_OBJECT. </div><div><br></div><div>Thank you!<br></div><div>Charles</div></div>