diff options
Diffstat (limited to 'src/ui/keyboardmanager.h')
| -rw-r--r-- | src/ui/keyboardmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/keyboardmanager.h b/src/ui/keyboardmanager.h index 95ea57b07..120dbe9dc 100644 --- a/src/ui/keyboardmanager.h +++ b/src/ui/keyboardmanager.h @@ -41,13 +41,13 @@ class KeyboardManager /*! * Handles key press events from \b PlayList object. Returns \b true - * if the key was handled, otherwise \b FALSE. + * if the key was handled, otherwise \b false. */ bool handleKeyPress (QKeyEvent*); /*! * Handles key release events from \b PlayList object. Returns \b true - * if the key was handled, otherwise \b FALSE. + * if the key was handled, otherwise \b false. */ bool handleKeyRelease (QKeyEvent*); |
