mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 10:55:37 -04:00
[keyboard] Added explanatory comment for xkbmap_query_grp_option
This commit is contained in:
parent
384b1ba8c6
commit
19b1fb3358
1 changed files with 3 additions and 0 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue