]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiProgress.cpp
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiProgress.cpp
index 333b34f873a0bc87827af2cf8e8de7e4d8cf57f4..0735265384532e891035c4346f3fecb3a128d498 100644 (file)
@@ -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("");