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@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers