mirror of
				https://github.com/python-LimeReport/LimeReport.git
				synced 2025-11-03 23:21:23 +03:00 
			
		
		
		
	Fix #79: qDebug "render time" message
This commit is contained in:
		@@ -392,7 +392,6 @@ void ReportEnginePrivate::previewReport(PreviewHints hints)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            m_activePreview = w;
 | 
					            m_activePreview = w;
 | 
				
			||||||
            connect(w,SIGNAL(destroyed(QObject*)), this, SLOT(slotPreviewWindowDestroyed(QObject*)));
 | 
					            connect(w,SIGNAL(destroyed(QObject*)), this, SLOT(slotPreviewWindowDestroyed(QObject*)));
 | 
				
			||||||
            qDebug()<<"render time ="<<start.msecsTo(QTime::currentTime());
 | 
					 | 
				
			||||||
            w->exec();
 | 
					            w->exec();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    } catch (ReportError &exception){
 | 
					    } catch (ReportError &exception){
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user