0
0
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:
Arin Alexander 2017-06-29 02:47:32 +03:00
commit 7832dcc055

View File

@ -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){