diff --git a/enterpassworddialog/enterpassworddialog.cpp b/enterpassworddialog/enterpassworddialog.cpp index e312355..556ce1b 100644 --- a/enterpassworddialog/enterpassworddialog.cpp +++ b/enterpassworddialog/enterpassworddialog.cpp @@ -308,15 +308,15 @@ void EnterPasswordDialog::confirm() * \brief Returns an indication whether the capslock key is pressed using * platform specific functions. * - * \remarks - Returns always false for unsupported platforms. - * - This method always returns false when the detection is not - * supported. It is supported under X11 - * and Windows. - * - The function requires the application to be linked against X11 on - * Linux/Unix. - * - This static function will be used internally to detect whether the - * capslock key is pressed - * when initializing the dialog. + * \remarks + * - Returns always false for unsupported platforms. + * - This method always returns false when the detection is not + * supported. It is supported under X11 + * and Windows. + * - The function requires the application to be linked against X11 on + * Linux/Unix. + * - This static function will be used internally to detect whether the + * capslock key is pressed when initializing the dialog. */ bool EnterPasswordDialog::isCapslockPressed() {