diff --git a/src/frontends/qt4/GuiCompleter.cpp b/src/frontends/qt4/GuiCompleter.cpp index 0a67bae0be..041f50cbc8 100644 --- a/src/frontends/qt4/GuiCompleter.cpp +++ b/src/frontends/qt4/GuiCompleter.cpp @@ -572,7 +572,7 @@ void GuiCompleter::hideInline(Cursor & cur) // Trigger asynchronous part of hideInline. We might be // in a dispatcher here and the setModel call might // trigger focus events which is are not healthy here. - QTimer::singleShot(0, this, SLOT(asyncHideModel())); + QTimer::singleShot(0, this, SLOT(asyncHideInline())); // mark that the asynchronous part will reset the model if (!popupVisible())