0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

Database connection fixed

This commit is contained in:
Arin Alexander
2017-10-24 01:49:30 +03:00
parent 3a55a01fde
commit 845c609c86
5 changed files with 14 additions and 10 deletions

View File

@@ -364,7 +364,7 @@ bool ReportEnginePrivate::printToPDF(const QString &fileName)
void ReportEnginePrivate::previewReport(PreviewHints hints)
{
QTime start = QTime::currentTime();
// QTime start = QTime::currentTime();
try{
dataManager()->setDesignTime(false);
ReportPages pages = renderToPages();