From 33274833429ca603f56239e889a27d335babf8c7 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Thu, 25 Aug 2011 19:08:52 +0200 Subject: [PATCH] Formatted code and removed qDebug() --- src/core/UBApplicationController.cpp | 1 - src/document/UBDocumentController.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/UBApplicationController.cpp b/src/core/UBApplicationController.cpp index 6cecaae6..2e978523 100644 --- a/src/core/UBApplicationController.cpp +++ b/src/core/UBApplicationController.cpp @@ -514,7 +514,6 @@ void UBApplicationController::checkUpdate() void UBApplicationController::ftpCommandFinished(int id, bool error) { - qDebug() << id; if (error){ qWarning() << "ftp command id" << id << "return the error: " << mFtp->errorString(); mFtp->close(); diff --git a/src/document/UBDocumentController.cpp b/src/document/UBDocumentController.cpp index 5b265ebd..fedbebe1 100644 --- a/src/document/UBDocumentController.cpp +++ b/src/document/UBDocumentController.cpp @@ -70,7 +70,7 @@ UBDocumentController::UBDocumentController(UBMainWindow* mainWindow) , mToolsPalette(0) , mToolsPalettePositionned(false) , mTrashTi(0) - , mKeyboardPalette(0) + , mKeyboardPalette(0) { setupViews(); setupToolbar();