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

Title: What is my QPE/Application/appname?
Post 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!
Title: What is my QPE/Application/appname?
Post by: zautrix on July 19, 2004, 02:30:33 pm
It is the name of the exe.
Title: What is my QPE/Application/appname?
Post by: Mickeyl on July 19, 2004, 02:30:52 pm
It's the name given for the executable in the .desktop file for your application.