mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
fix c&p bug
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37318 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
8f8aab094d
commit
9ca53c6af8
@ -462,8 +462,8 @@ GuiView::GuiView(int id)
|
||||
connect(&d.autosave_watcher_, SIGNAL(finished()), this,
|
||||
SLOT(autoSaveThreadFinished()));
|
||||
|
||||
connect(&d.autosave_watcher_, SIGNAL(started()), this,
|
||||
SLOT(processingThreadFinished()));
|
||||
connect(&d.processing_thread_watcher_, SIGNAL(started()), this,
|
||||
SLOT(processingThreadStarted()));
|
||||
connect(&d.processing_thread_watcher_, SIGNAL(finished()), this,
|
||||
SLOT(processingThreadFinished()));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user