diff options
| author | 2017-09-10 14:54:59 +0000 | |
|---|---|---|
| committer | 2017-09-10 16:54:59 +0200 | |
| commit | ebd8fd3022eb3d845708d98da28450555830e558 (patch) | |
| tree | ab5c97eb76e07ceebb9219964bcf0a53629f8429 /src/modules/objects | |
| parent | Work around the 'disappearing console' problem. Setting a style sheet on QCom... (diff) | |
| download | KVIrc-ebd8fd3022eb3d845708d98da28450555830e558.tar.gz KVIrc-ebd8fd3022eb3d845708d98da28450555830e558.tar.bz2 KVIrc-ebd8fd3022eb3d845708d98da28450555830e558.zip | |
small typo (#2305)
Stray space in parameter "No Focus" must be "NoFocus".
Diffstat (limited to 'src/modules/objects')
| -rw-r--r-- | src/modules/objects/KvsObject_widget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/KvsObject_widget.cpp b/src/modules/objects/KvsObject_widget.cpp index a8b1e3ac6..c41183d5b 100644 --- a/src/modules/objects/KvsObject_widget.cpp +++ b/src/modules/objects/KvsObject_widget.cpp @@ -442,7 +442,7 @@ const char * const widgettypes_tbl[] = { - TabFocus; (widget accepts keyboard focus by tabbing) - ClickFocus; (widget accepts keyboard focus by clicking) - StrongFocus; (widget accepts both tabbing/clicking) - - No Focus; (widget does not accept focus at all; this is the default value) + - NoFocus; (widget does not accept focus at all; this is the default value) [/pre] !fn: $keyPressEvent(<key>) If widget accepts keyboard focus (see [classfnc]$setFocusPolicy[/classfnc] ) this function handles for keys; |
