hi every body
I am just trying to make a primary tests to see what return methods belonging to QtMobility but I can't see the result in the N900 simulator !
this is my main
in the simulator I got only hello !#include <QApplication>
#include <QLabel>
#include <QSystemInfo>
#include <qgeoaddress.h>
using namespace QtMobility;
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
QGeoAddress ad;
QString pp = tt->timestamp().toString();
QLabel *label = new QLabel(QObject::tr("hello ").append(ad.city()));
label->show();
label->resize(100,30);
return app.exec();
}
thx for any help.



