From 6daa59a953058c99e7fab32a0de4ca6998c51443 Mon Sep 17 00:00:00 2001 From: un1versal Date: Tue, 26 Apr 2016 11:31:49 +0100 Subject: Noldor73 “The journey of a thousand miles begins with one step.” That first step is RTFM https://git-scm.com/doc--- src/modules/objects/KvsObject_lineEdit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/objects/KvsObject_lineEdit.cpp') diff --git a/src/modules/objects/KvsObject_lineEdit.cpp b/src/modules/objects/KvsObject_lineEdit.cpp index 5627fb5ac..7ab7aae0f 100644 --- a/src/modules/objects/KvsObject_lineEdit.cpp +++ b/src/modules/objects/KvsObject_lineEdit.cpp @@ -168,7 +168,7 @@ static const int mode_cod[] = { Called when the lineedit lost focus. !fn: $textChangedEvent() This event is called when the text changed, In $0 there is the new text. - !fn: $setCompleter(,) + !fn: $setCompleter(,) Provides completions based on an array. Valid completion_mode are: PopupCompletion: Current completions are displayed in a popup below the lineedit. @@ -482,7 +482,7 @@ KVSO_CLASS_FUNCTION(lineEdit,setCompleter) if(KviQString::equalCI(szMode,"InlineCompletion")) mode=QCompleter::InlineCompletion; else if(KviQString::equalCI(szMode,"UnfilteredPopupCompletion")) mode=QCompleter::UnfilteredPopupCompletion; else if(!KviQString::equalCI(szMode,"PopupCompletion")) - c->warning(__tr2qs_ctx("Unkonwn '%Q' completition mode, switching to default popupCompletition","objects"),&szMode); + c->warning(__tr2qs_ctx("Unknown '%Q' completion mode, switching to default PopupCompletion","objects"),&szMode); m_pCompleter->setCompletionMode(mode); ((QLineEdit *)widget())->setCompleter(m_pCompleter); return true; -- cgit v1.3.1-10-gc9f91