Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.2.0 RC1, 5.3.0 RC1
-
Qt Android on gs3
-
-
ea7af7f00886f77941b81262e597c3b7f3477f48
Description
QCompass backend doesn't work.
It will be created using:
this->m_compass = new QCompass(parent);
this->m_compass->addFilter(this);
QObject::connect(this->m_compass, SIGNAL(readingChanged()), this, SLOT(newCompassToRead()));
but no readingChanged() will be emitted.
Attachments
Issue Links
- replaces
-
QTBUG-38827 COMPASS DOESN'T WORK - I FILED A BUG ON DECEMBER 2013!!!
- Closed