WIP Qml completer
This commit is contained in:
parent
9d68d59465
commit
cabeb1464c
5 changed files with 174 additions and 14 deletions
|
|
@ -163,6 +163,12 @@ InputBar::nextText()
|
|||
return text();
|
||||
}
|
||||
|
||||
QObject *
|
||||
InputBar::completerFor(QString completerName)
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void
|
||||
InputBar::send()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue