aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qhelpproject
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qhelpproject')
-rw-r--r--src/plugins/qhelpproject/qhelpproject.cpp9
-rw-r--r--src/plugins/qhelpproject/qhelpproject.h12
-rw-r--r--src/plugins/qhelpproject/qhelpprojectitems.cpp3
-rw-r--r--src/plugins/qhelpproject/qhelpprojectitems.h12
-rw-r--r--src/plugins/qhelpproject/qhelpprojectmanager.cpp1
-rw-r--r--src/plugins/qhelpproject/qhelpprojectmanager.h1
6 files changed, 21 insertions, 17 deletions
diff --git a/src/plugins/qhelpproject/qhelpproject.cpp b/src/plugins/qhelpproject/qhelpproject.cpp
index 065ddfd982b..478b232981d 100644
--- a/src/plugins/qhelpproject/qhelpproject.cpp
+++ b/src/plugins/qhelpproject/qhelpproject.cpp
@@ -30,15 +30,16 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
-#include <QtCore/QFileInfo>
-#include <QtCore/QDir>
-
-#include <qhelpsystem.h>
#include "qhelpproject.h"
#include "qhelpprojectmanager.h"
#include "qhelpprojectitems.h"
+#include <QtCore/QFileInfo>
+#include <QtCore/QDir>
+
+#include <qhelpsystem.h>
+
using namespace ProjectExplorer;
using namespace QHelpProjectPlugin::Internal;
diff --git a/src/plugins/qhelpproject/qhelpproject.h b/src/plugins/qhelpproject/qhelpproject.h
index 4ef76a5fc2b..275b21f5275 100644
--- a/src/plugins/qhelpproject/qhelpproject.h
+++ b/src/plugins/qhelpproject/qhelpproject.h
@@ -30,13 +30,14 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
+
#ifndef QHELPPROJECT_H
#define QHELPPROJECT_H
-#include <QtCore/QObject>
-
#include <projectexplorer/ProjectExplorerInterfaces>
+#include <QtCore/QObject>
+
namespace QHelpProjectPlugin {
namespace Internal {
@@ -108,8 +109,7 @@ private:
QStringList m_files;
};
-}
-}
-}
+} // namespace Internal
+} // namespace QHelpProject
-#endif
+#endif // QHELPPROJECT_H
diff --git a/src/plugins/qhelpproject/qhelpprojectitems.cpp b/src/plugins/qhelpproject/qhelpprojectitems.cpp
index 0ddd05ac642..4d39139c443 100644
--- a/src/plugins/qhelpproject/qhelpprojectitems.cpp
+++ b/src/plugins/qhelpproject/qhelpprojectitems.cpp
@@ -30,10 +30,11 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
-#include <QtGui/QFileIconProvider>
#include "qhelpprojectitems.h"
+#include <QtGui/QFileIconProvider>
+
using namespace ProjectExplorer;
using namespace QHelpProjectPlugin::Internal;
diff --git a/src/plugins/qhelpproject/qhelpprojectitems.h b/src/plugins/qhelpproject/qhelpprojectitems.h
index 730bd98ee44..e920de2e8c2 100644
--- a/src/plugins/qhelpproject/qhelpprojectitems.h
+++ b/src/plugins/qhelpproject/qhelpprojectitems.h
@@ -30,13 +30,14 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
+
#ifndef QHELPPROJECTITEMS_H
#define QHELPPROJECTITEMS_H
-#include <QtGui/QIcon>
-
#include <projectexplorer/ProjectExplorerInterfaces>
+#include <QtGui/QIcon>
+
namespace QHelpProjectPlugin {
namespace Internal {
@@ -84,8 +85,7 @@ private:
static QIcon m_icon;
};
-}
-}
-}
+} // namespace Internal
+} // namespace QHelpProject
-#endif
+#endif // QHELPPROJECTITEMS_H
diff --git a/src/plugins/qhelpproject/qhelpprojectmanager.cpp b/src/plugins/qhelpproject/qhelpprojectmanager.cpp
index 73822c78943..015a6705ef6 100644
--- a/src/plugins/qhelpproject/qhelpprojectmanager.cpp
+++ b/src/plugins/qhelpproject/qhelpprojectmanager.cpp
@@ -30,6 +30,7 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
+
#include "qhelpprojectmanager.h"
#include "qhelpproject.h"
diff --git a/src/plugins/qhelpproject/qhelpprojectmanager.h b/src/plugins/qhelpproject/qhelpprojectmanager.h
index 5b153fbad34..56a9f21d554 100644
--- a/src/plugins/qhelpproject/qhelpprojectmanager.h
+++ b/src/plugins/qhelpproject/qhelpprojectmanager.h
@@ -30,6 +30,7 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
+
#ifndef QHELPPROJECTMANAGER_H
#define QHELPPROJECTMANAGER_H