genericprojectmanager: code cosmetic

White space, namespaces, include order, comments, literal style,
remove unneded include/declarations etc.

Change-Id: Ifcb4371699c5cde244be1610b67cf81915cad2b2
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-08-14 15:37:38 +02:00
parent 588452663c
commit 5d5a483961
22 changed files with 266 additions and 288 deletions

View File

@@ -36,12 +36,13 @@
#include <coreplugin/mimedatabase.h>
#include <coreplugin/icore.h>
#include <QVBoxLayout>
#include <QLineEdit>
#include <QPushButton>
using namespace GenericProjectManager;
using namespace GenericProjectManager::Internal;
namespace GenericProjectManager {
namespace Internal {
FilesSelectionWizardPage::FilesSelectionWizardPage(GenericProjectWizardDialog *genericProjectWizard, QWidget *parent)
: QWizardPage(parent), m_genericProjectWizardDialog(genericProjectWizard), m_model(0), m_finished(false)
@@ -143,3 +144,6 @@ void FilesSelectionWizardPage::applyFilter()
Core::ICore::settings()->setValue(Constants::FILEFILTER_SETTING, filter);
m_model->applyFilter(filter);
}
} // namespace Internal
} // namespace GenericProjectManager