I am using AlarmServer::addAlarm(QDateTime when,
const QCString & channel,
const QCString & message,
int data = 0
)
and don't know what to put in QCString &channel.
The Doc says it should be /QPE/Application/myappname. How do I know what my appname is? Is it the name of my exe? Or the name of the class?
Thank you very much!