Fixed warnings from compiler and Jenkins build

This commit is contained in:
Klaus Basan
2015-03-28 03:19:41 +01:00
parent f95504a2c8
commit 28132d8e40
3 changed files with 3 additions and 1 deletions

View File

@@ -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;