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;
|
||||
// out.open(stdout, QFile::WriteOnly);
|
||||
// in.open(QIODevice::ReadOnly);
|
||||
//#ifdef _WIN32
|
||||
// #ifdef _WIN32
|
||||
// _setmode(fileno(stdout),O_BINARY);
|
||||
//#endif
|
||||
// #endif
|
||||
// QByteArray buffer = in.readAll();
|
||||
// fwrite(buffer,1,buffer.size(),stdout);
|
||||
// in.close();
|
||||
|
||||
@@ -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