[maemo-developers] QDBusConnection.connect failing for com.nokia.csd.Call.Instance in Fremantle PR 1.2

From: Sudheer K. scifi1947 at gmail.com
Date: Wed Aug 4 17:22:38 EEST 2010
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



More information about the maemo-developers mailing list