From: Pavel Sanda Date: Tue, 7 Dec 2010 00:13:18 +0000 (+0000) Subject: Replay r36747 X-Git-Tag: 2.0.0~1476 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=571663dcf8556195db4e0841282a87a9ff4e7553;p=features.git Replay r36747 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36756 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiView.h b/src/frontends/qt4/GuiView.h index 38ace23676..192516601b 100644 --- a/src/frontends/qt4/GuiView.h +++ b/src/frontends/qt4/GuiView.h @@ -232,9 +232,9 @@ private Q_SLOTS: /// For completion of autosave or export threads. void processingThreadStarted(); - void processingThreadFinished(bool show_errors); + void processingThreadFinished(bool show_errors); void processingThreadFinished(); - void autoSaveThreadFinished(); + void autoSaveThreadFinished(); void indicateProcessing(); /// must be called in GUI thread