mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixed compilation on non-msvc
This commit is contained in:
parent
cadff4c430
commit
6298b74884
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ namespace {
|
|||
const QString &title,
|
||||
EnumSetting<Qt::KeyboardModifier> &setting)
|
||||
{
|
||||
layout.addDropdown<int>(
|
||||
layout.addDropdown<std::underlying_type<Qt::KeyboardModifier>::type>(
|
||||
title, {"None", "Shift", "Control", "Alt", META_KEY}, setting,
|
||||
[](int index) {
|
||||
switch (index)
|
||||
|
|
Loading…
Reference in a new issue