1
Qt/Qtopia / What is my QPE/Application/appname?
« on: July 19, 2004, 01:54:23 pm »
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!
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!