VirtualBox

Changeset 79412 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 28, 2019 12:28:36 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6143 Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.cpp

    r79407 r79412  
    20392039        case UISoftKeyboardSettingsWidget::ColorTableRow_Background:
    20402040            return m_keyBackgroundColor;
    2041             break;
    20422041        case UISoftKeyboardSettingsWidget::ColorTableRow_Edit:
    20432042            return m_keyEditColor;
    2044             break;
    20452043        case UISoftKeyboardSettingsWidget::ColorTableRow_Font:
    20462044            return m_fontDefaultColor;
    2047             break;
    20482045        case UISoftKeyboardSettingsWidget::ColorTableRow_Hover:
    20492046            return m_keyHoverColor;
    2050             break;
    20512047        case UISoftKeyboardSettingsWidget::ColorTableRow_Pressed:
    20522048            return m_fontPressedColor;
    2053             break;
    20542049        case UISoftKeyboardSettingsWidget::ColorTableRow_Max:
    20552050        default:
    20562051            return m_keyBackgroundColor;
    2057             break;
    2058     }
    2059     return m_keyBackgroundColor;
     2052    }
    20602053}
    20612054
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette