mirror of
https://github.com/fralx/LimeReport.git
synced 2024-12-26 01:24:39 +03:00
Fix #79: qDebug "render time" message
This commit is contained in:
commit
68d0bba8cd
@ -409,7 +409,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){
|
||||||
|
Loading…
Reference in New Issue
Block a user