From: Stefan Schimanski Date: Wed, 5 Mar 2008 20:34:09 +0000 (+0000) Subject: * fix wrong slot name X-Git-Tag: 1.6.10~5857 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3225232f86a488cdaa7db3c808f76935dfbc59b8;p=features.git * fix wrong slot name git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23488 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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())