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();