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