]> git.lyx.org Git - features.git/commitdiff
* fix wrong slot name
authorStefan Schimanski <sts@lyx.org>
Wed, 5 Mar 2008 20:34:09 +0000 (20:34 +0000)
committerStefan Schimanski <sts@lyx.org>
Wed, 5 Mar 2008 20:34:09 +0000 (20:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23488 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiCompleter.cpp

index 0a67bae0beb6a68c319374a3eae0b6953d7b4a86..041f50cbc8e0cfa7f88540e44d418c3e6c062411 100644 (file)
@@ -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())