1. Only raise your app:
noti = AM_NOTI_Task::instance();
noti->addData();
2. You need to do something:
noti = AM_NOTI_Wvimps::instance();
QCopChannel *qcop = noti->m_qcc_24;
connect(qcop, SIGNAL(received()), this, SLOT(received()));
noti->addData();
Sorry, can not write full example right now.





Reply With Quote