changeset 8 | 71781823f776 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/qtmobility/config.tests/sensord/main.cpp Thu May 27 13:42:11 2010 +0300 @@ -0,0 +1,10 @@ +#include <sensormanagerinterface.h> +#include <datatypes/magneticfield.h> + +int main() +{ + SensorManagerInterface* m_remoteSensorManager; + m_remoteSensorManager = &SensorManagerInterface::instance(); + return 0; +} +