~lukas-kde/qtmir/defaultKeymap

« back to all changes in this revision

Viewing changes to src/platforms/mirserver/inputdeviceobserver.cpp

  • Committer: Lukáš Tinkl
  • Date: 2017-01-04 17:34:52 UTC
  • Revision ID: lukas.tinkl@canonical.com-20170104173452-tkqk1k99hxxdjrqt
drop QVector::clear() from DTOR, explain the threading situation

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
using namespace qtmir;
29
29
namespace mi = mir::input;
30
30
 
31
 
// Note: MirInputDeviceObserver has affinity to a Mir thread, but it is expected setKeymap will be called from the Qt GUI thread
32
 
 
33
31
MirInputDeviceObserver::MirInputDeviceObserver(QObject *parent):
34
32
    QObject(parent)
35
33
{