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

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

> + const QString layout = stringList.at(0);
> could this be a reference and save a string copy? Similar for variant.

Done for layout, variant might be empty so it won't work there

« Back to merge proposal