summaryrefslogtreecommitdiffstats
path: root/src/sensors/qorientationsensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensors/qorientationsensor.h')
-rw-r--r--src/sensors/qorientationsensor.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/sensors/qorientationsensor.h b/src/sensors/qorientationsensor.h
index b3791e83..235fabb4 100644
--- a/src/sensors/qorientationsensor.h
+++ b/src/sensors/qorientationsensor.h
@@ -84,10 +84,13 @@ class Q_SENSORS_EXPORT QOrientationSensor : public QSensor
{
Q_OBJECT
public:
- explicit QOrientationSensor(QObject *parent = 0) : QSensor(QOrientationSensor::type, parent) {}
- virtual ~QOrientationSensor() {}
+ explicit QOrientationSensor(QObject *parent = 0);
+ virtual ~QOrientationSensor();
QOrientationReading *reading() const { return static_cast<QOrientationReading*>(QSensor::reading()); }
static char const * const type;
+
+private:
+ Q_DISABLE_COPY(QOrientationSensor)
};
QT_END_NAMESPACE