mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
Code style has been fixed
This commit is contained in:
@@ -286,7 +286,7 @@ void ReportEnginePrivate::slotPageRenderFinished(int renderedPageCount)
|
||||
|
||||
void ReportEnginePrivate::slotRenderFinished()
|
||||
{
|
||||
if (m_progressDialog){
|
||||
if (m_progressDialog) {
|
||||
m_progressDialog->close();
|
||||
delete m_progressDialog;
|
||||
m_progressDialog = 0;
|
||||
|
||||
@@ -45,8 +45,8 @@
|
||||
#include <QLocale>
|
||||
#include <QMainWindow>
|
||||
#include <QObject>
|
||||
#include <QSharedPointer>
|
||||
#include <QProgressDialog>
|
||||
#include <QSharedPointer>
|
||||
|
||||
class QFileSystemWatcher;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user