[keyboard] Added explanatory comment for xkbmap_query_grp_option

This commit is contained in:
Artem Grinev 2020-10-26 18:30:24 +03:00
parent 384b1ba8c6
commit 19b1fb3358

View File

@ -73,6 +73,9 @@ xkbmap_layout_args( const QStringList& layouts, const QStringList& variants, con
return r;
}
/* Returns group-switch setxkbd option if set
* or an empty string otherwise
*/
static inline QString
xkbmap_query_grp_option()
{