mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-24 16:18:04 +03:00
Code style has been fixed
This commit is contained in:
@@ -80,9 +80,9 @@ int main(int argc, char* argv[])
|
|||||||
// QFile out;
|
// QFile out;
|
||||||
// out.open(stdout, QFile::WriteOnly);
|
// out.open(stdout, QFile::WriteOnly);
|
||||||
// in.open(QIODevice::ReadOnly);
|
// in.open(QIODevice::ReadOnly);
|
||||||
//#ifdef _WIN32
|
// #ifdef _WIN32
|
||||||
// _setmode(fileno(stdout),O_BINARY);
|
// _setmode(fileno(stdout),O_BINARY);
|
||||||
//#endif
|
// #endif
|
||||||
// QByteArray buffer = in.readAll();
|
// QByteArray buffer = in.readAll();
|
||||||
// fwrite(buffer,1,buffer.size(),stdout);
|
// fwrite(buffer,1,buffer.size(),stdout);
|
||||||
// in.close();
|
// in.close();
|
||||||
|
|||||||
@@ -286,7 +286,7 @@ void ReportEnginePrivate::slotPageRenderFinished(int renderedPageCount)
|
|||||||
|
|
||||||
void ReportEnginePrivate::slotRenderFinished()
|
void ReportEnginePrivate::slotRenderFinished()
|
||||||
{
|
{
|
||||||
if (m_progressDialog){
|
if (m_progressDialog) {
|
||||||
m_progressDialog->close();
|
m_progressDialog->close();
|
||||||
delete m_progressDialog;
|
delete m_progressDialog;
|
||||||
m_progressDialog = 0;
|
m_progressDialog = 0;
|
||||||
|
|||||||
@@ -45,8 +45,8 @@
|
|||||||
#include <QLocale>
|
#include <QLocale>
|
||||||
#include <QMainWindow>
|
#include <QMainWindow>
|
||||||
#include <QObject>
|
#include <QObject>
|
||||||
#include <QSharedPointer>
|
|
||||||
#include <QProgressDialog>
|
#include <QProgressDialog>
|
||||||
|
#include <QSharedPointer>
|
||||||
|
|
||||||
class QFileSystemWatcher;
|
class QFileSystemWatcher;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user