~phablet-team/qtubuntu-sensors/trunk

« back to all changes in this revision

Viewing changes to plugins/sensors/core_shared_accelerometer.cpp

  • Committer: Tarmac
  • Author(s): thomas-voss
  • Date: 2014-01-13 06:45:29 UTC
  • mfrom: (41.2.6 cmake-setup-take-2)
  • Revision ID: tarmac-20140113064529-qgw8ift08odyt93a
Switch buildsystem to CMake.

Approved by PS Jenkins bot, Martin Pitt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#include <QDebug>
20
20
#include <QMetaType>
21
21
 
 
22
Q_DECLARE_METATYPE(QSharedPointer<QAccelerometerReading>)
 
23
 
22
24
core::SharedAccelerometer& core::SharedAccelerometer::instance()
23
25
{
24
26
    static core::SharedAccelerometer instance;