X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fqt4%2FGuiProgress.cpp;h=0735265384532e891035c4346f3fecb3a128d498;hb=425d092204118ea6c24c28e85fdf03fcf2bb51a4;hp=333b34f873a0bc87827af2cf8e8de7e4d8cf57f4;hpb=f8a778b9dab9b26c43ad493e9e47dddc6f05ac03;p=lyx.git diff --git a/src/frontends/qt4/GuiProgress.cpp b/src/frontends/qt4/GuiProgress.cpp index 333b34f873..0735265384 100644 --- a/src/frontends/qt4/GuiProgress.cpp +++ b/src/frontends/qt4/GuiProgress.cpp @@ -48,7 +48,6 @@ GuiProgress::GuiProgress(GuiView * view) : view_(view) connect(this, SIGNAL(appendMessage(QString const &)), SLOT(doAppendMessage(QString const &))); connect(this, SIGNAL(appendError(QString const &)), SLOT(doAppendError(QString const &))); connect(this, SIGNAL(clearMessages()), SLOT(doClearMessages())); - connect(this, SIGNAL(lyxerrFlush()), SLOT(dolyxerrFlush())); // Alert interface connect(this, SIGNAL(warning(QString const &, QString const &)), @@ -96,7 +95,7 @@ void GuiProgress::doClearMessages() } -void GuiProgress::dolyxerrFlush() +void GuiProgress::lyxerrFlush() { appendLyXErrMessage(toqstr(lyxerr_stream_.str())); lyxerr_stream_.str("");