Fix formatting in description of isCapslockPressed()

This commit is contained in:
Martchus 2017-09-09 21:37:23 +02:00
parent 302831dca1
commit 0e4f410e76
1 changed files with 9 additions and 9 deletions

View File

@ -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()
{