Fix missing template arguments before reply
On arm chroot i have error:
error: missing template arguments before 'reply'
QDBusPendingReply reply = m_device->listEnrolledFingers(m_username);
on x86_64 all is well
On arm chroot i have error:
error: missing template arguments before 'reply'
QDBusPendingReply reply = m_device->listEnrolledFingers(m_username);
on x86_64 all is well