Code review comment for lp:~lukas-kde/qtmir/defaultKeymap

Revision history for this message
Lukáš Tinkl (lukas-kde) wrote :

> +MirInputDeviceObserver::~MirInputDeviceObserver()
> +{
> + m_devices.clear();
> +}
> is this necessary? Surely the deletion of the QVector will achieve this too?

I think so, QVector imo doesn't do that by itself.

« Back to merge proposal