Hi,
I'm trying to write a trivial QT program that uses the location API.
I'm using QT Creator 1.3.83.
When I run the program in the simulator, all is OK and I can determine (and display) my location OK.
However, when I run it on my phone (A Nokia 5800) from QT Creator, I get the following
Process 1529, thread 1530 stopped at 0x802a12f1: Thread 0x5fa has panicked. Category: Lbs Client Fault; Reason: 6
This is triggered by the line of code:
source = QGeoPositionInfoSource::createDefaultSource(parent);
If anyone can suggest what I'm doing wrong, I'd very much appreciate it.
Thanks,
Rob

aintEvent(QPaintEvent *) {

