summaryrefslogtreecommitdiffstats
path: root/src/plugins/sensors/sensorfw/sensorfworientationsensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/sensors/sensorfw/sensorfworientationsensor.cpp')
-rw-r--r--src/plugins/sensors/sensorfw/sensorfworientationsensor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/sensors/sensorfw/sensorfworientationsensor.cpp b/src/plugins/sensors/sensorfw/sensorfworientationsensor.cpp
index 149f6935..b45b7310 100644
--- a/src/plugins/sensors/sensorfw/sensorfworientationsensor.cpp
+++ b/src/plugins/sensors/sensorfw/sensorfworientationsensor.cpp
@@ -76,8 +76,8 @@ void SensorfwOrientationSensor::slotDataAvailable(const Unsigned& data)
bool SensorfwOrientationSensor::doConnect()
{
- return QObject::connect(m_sensorInterface, SIGNAL(orientationChanged(const Unsigned&)),
- this, SLOT(slotDataAvailable(const Unsigned&)));
+ return QObject::connect(m_sensorInterface, SIGNAL(orientationChanged(Unsigned)),
+ this, SLOT(slotDataAvailable(Unsigned)));
}
QString SensorfwOrientationSensor::sensorName() const