[maemo-developers] QDBusConnection.connect failing for com.nokia.csd.Call.Instance in Fremantle PR 1.2
From: Naresh Mehta nareshtechs at gmail.comDate: Fri Aug 6 11:29:39 EEST 2010
- Previous message: QDBusConnection.connect failing for com.nokia.csd.Call.Instance in Fremantle PR 1.2
- Next message: QDBusConnection.connect failing for com.nokia.csd.Call.Instance in Fremantle PR 1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Sudheer, Thanks man. That seems to be an issue. In my haste, I didn't declare sendDTMF as a SLOT. I will test and revert back soon. @Felipe: Yes, I am testing on a real phone. I will test using after declaring sendDTMF as a SLOT. BR; Naresh On Wed, Aug 4, 2010 at 4:22 PM, Sudheer K. <scifi1947 at gmail.com> wrote: > Naresh Mehta <nareshtechs <at> gmail.com> writes: > >> QDBusConnection connection = mDBusUtility.getConnection(); >> bool status = connection.connect(QString(""), CSD_CALL_INSTANCE_PATH, >> CSD_CALL_INSTANCE_INTERFACE, >> QString("AudioConnect"),this, SLOT(sendDTMF(const QDBusMessage&))); > > Code looks very familiar :) The only issue I see is your sendDTMF method is not > a SLOT. Signals connect to slots. Change it in your header file and test. > > ~Sudheer > > > > _______________________________________________ > maemo-developers mailing list > maemo-developers at maemo.org > https://lists.maemo.org/mailman/listinfo/maemo-developers > -- BR; Naresh visit me at: http://www.naresh.se/
- Previous message: QDBusConnection.connect failing for com.nokia.csd.Call.Instance in Fremantle PR 1.2
- Next message: QDBusConnection.connect failing for com.nokia.csd.Call.Instance in Fremantle PR 1.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]