mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Fixed warnings from compiler and Jenkins build
This commit is contained in:
@@ -63,7 +63,6 @@ namespace BlackInput
|
||||
{
|
||||
switch (virtualKey)
|
||||
{
|
||||
qDebug() << virtualKey;
|
||||
case VK_LSHIFT: return CKeyboardKey::ModifierShiftLeft; break;
|
||||
case VK_RSHIFT: return CKeyboardKey::ModifierShiftRight; break;
|
||||
case VK_LCONTROL: return CKeyboardKey::ModifierCtrlLeft; break;
|
||||
|
||||
Reference in New Issue
Block a user