Fix #79: qDebug "render time" message

This commit is contained in:
Arin Alexander 2017-06-29 02:46:48 +03:00
parent 27b5ca5447
commit 774f334e40

View File

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