fixed lag updating information label on start

This commit is contained in:
Luis Ángel San Martín 2013-07-15 10:29:21 +02:00
parent b10b27864a
commit a3837c0982

View File

@ -140,6 +140,7 @@ void Viewer::createConnections()
connect(render,SIGNAL(errorOpening()),this,SLOT(showMessageErrorOpening()));
connect(render,SIGNAL(numPages(unsigned int)),goToFlow,SLOT(setNumSlides(unsigned int)));
connect(render,SIGNAL(numPages(unsigned int)),goToDialog,SLOT(setNumPages(unsigned int)));
connect(render,SIGNAL(numPages(unsigned int)),this,SLOT(updateInformation()));
connect(render,SIGNAL(imageLoaded(int,QByteArray)),goToFlow,SLOT(setImageReady(int,QByteArray)));
connect(render,SIGNAL(currentPageReady()),this,SLOT(updatePage()));
connect(render,SIGNAL(processingPage()),this,SLOT(setLoadingMessage()));