Is there a QCopenvelope class for capturing power notifications on the 5600.
I\'d like to know if the unit is being powered by the adapter and to be notified if the adapter is unplugged (plugged).
I know I can check the /proc/apm file but if I can get around writting my own polling of this file that would be great.
My application starts the network, and if the unit is plugged in then I want to keep the network on, otherwise I want to only keep it on for a certain amount of time.
Thank you.