OESF Portables Forum
Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => Qt/Qtopia => Topic started by: liferey 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!
-
It is the name of the exe.
-
It's the name given for the executable in the .desktop file for your application.