From bc590cfc7bd5803f31b6009f4ab88dad411401b5 Mon Sep 17 00:00:00 2001 From: Stathis Kamperis Date: Tue, 22 Jul 2008 15:31:46 +0300 Subject: [PATCH] More identation fixes --- qt/leleja/myreportdialog.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qt/leleja/myreportdialog.cpp b/qt/leleja/myreportdialog.cpp index b35f37f..e8901f5 100644 --- a/qt/leleja/myreportdialog.cpp +++ b/qt/leleja/myreportdialog.cpp @@ -96,14 +96,14 @@ void MyReportDialog::drawMyRank(QPainter *painter) // Load rank image m_image = QImage(m_rank.getImageFileName()); if (m_image.isNull()) { - std::cout << "MyReportDialog::drawMyRank(): the loading of the image failed\n"; - // return; + std::cout << "MyReportDialog::drawMyRank(): the loading of the image failed\n"; + // return; } // Draw image painter->drawImage(QPoint((size().width() - m_image.width()) / 2, - size().height() / 2), - m_image); + size().height() / 2), + m_image); } void MyReportDialog::drawPixmap(void) -- 2.11.4.GIT