summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/cppeditor/cppchecksymbols.h2
-rw-r--r--src/plugins/cppeditor/cppquickfix.h4
-rw-r--r--src/plugins/cppeditor/cppsemanticinfo.h4
-rw-r--r--src/plugins/cpptools/cppfindreferences.h6
-rw-r--r--src/plugins/cpptools/cpptoolseditorsupport.h2
-rw-r--r--src/plugins/genericprojectmanager/genericprojectfileseditor.h4
-rw-r--r--src/plugins/genericprojectmanager/genericprojectwizard.h4
-rw-r--r--src/plugins/genericprojectmanager/pkgconfigtool.h4
-rw-r--r--src/plugins/qmljseditor/qmljscodecompletion.cpp2
-rw-r--r--src/plugins/qmljseditor/qmljscodecompletion.h4
-rw-r--r--src/plugins/qmljseditor/qmljsfindreferences.h4
-rw-r--r--src/plugins/qmljseditor/qmljshighlighter.h2
-rw-r--r--src/plugins/qmljseditor/qmljsquickfix.h6
-rw-r--r--src/plugins/qmlprojectmanager/qmlprojectapplicationwizard.h4
-rw-r--r--src/plugins/qt4projectmanager/wizards/abstractmobileapp.h4
-rw-r--r--src/plugins/qt4projectmanager/wizards/abstractmobileappwizard.cpp4
-rw-r--r--src/plugins/qt4projectmanager/wizards/abstractmobileappwizard.h4
-rw-r--r--src/plugins/qt4projectmanager/wizards/mobileapp.h4
-rw-r--r--src/plugins/qt4projectmanager/wizards/mobileappwizard.h4
-rw-r--r--src/plugins/qt4projectmanager/wizards/mobileappwizardpages.h4
-rw-r--r--src/plugins/qt4projectmanager/wizards/mobilelibrarywizardoptionpage.h4
-rw-r--r--src/plugins/qt4projectmanager/wizards/qmlstandaloneapp.h4
-rw-r--r--src/plugins/qt4projectmanager/wizards/qmlstandaloneappwizard.h4
-rw-r--r--src/plugins/qt4projectmanager/wizards/qmlstandaloneappwizardpages.h4
-rw-r--r--src/plugins/texteditor/quickfix.h2
-rw-r--r--src/plugins/texteditor/syntaxhighlighter.h2
26 files changed, 48 insertions, 48 deletions
diff --git a/src/plugins/cppeditor/cppchecksymbols.h b/src/plugins/cppeditor/cppchecksymbols.h
index d4dda4fe97..274d41d52b 100644
--- a/src/plugins/cppeditor/cppchecksymbols.h
+++ b/src/plugins/cppeditor/cppchecksymbols.h
@@ -172,6 +172,6 @@ private:
unsigned _flushLine;
};
-} // end of namespace CPlusPlus
+} // namespace CPlusPlus
#endif // CPLUSPLUS_CHECKSYMBOLS_H
diff --git a/src/plugins/cppeditor/cppquickfix.h b/src/plugins/cppeditor/cppquickfix.h
index dc9529afed..e9c5aa28fd 100644
--- a/src/plugins/cppeditor/cppquickfix.h
+++ b/src/plugins/cppeditor/cppquickfix.h
@@ -45,7 +45,7 @@ namespace CppTools {
class CppModelManagerInterface;
class CppRefactoringFile;
class CppRefactoringChanges;
-} // end of namespace CppTools
+} // namespace CppTools
namespace ExtensionSystem {
class IPlugin;
@@ -55,7 +55,7 @@ namespace CppEditor {
namespace Internal {
class CppQuickFixCollector;
-} // end of namespace Internal
+} // namespace Internal
class CPPEDITOR_EXPORT CppQuickFixState: public TextEditor::QuickFixState
{
diff --git a/src/plugins/cppeditor/cppsemanticinfo.h b/src/plugins/cppeditor/cppsemanticinfo.h
index 09a78cf71f..fdda30eb61 100644
--- a/src/plugins/cppeditor/cppsemanticinfo.h
+++ b/src/plugins/cppeditor/cppsemanticinfo.h
@@ -80,7 +80,7 @@ public:
QList<CPlusPlus::Document::DiagnosticMessage> diagnosticMessages;
};
-} // end of namespace Internal
-} // end of namespace CppEditor;
+} // namespace Internal
+} // namespace CppEditor;
#endif // CPPSEMANTICINFO_H
diff --git a/src/plugins/cpptools/cppfindreferences.h b/src/plugins/cpptools/cppfindreferences.h
index d3cc5230bc..c9c8b49071 100644
--- a/src/plugins/cpptools/cppfindreferences.h
+++ b/src/plugins/cpptools/cppfindreferences.h
@@ -49,7 +49,7 @@ QT_FORWARD_DECLARE_CLASS(QTimer)
namespace Find {
class SearchResultWindow;
struct SearchResultItem;
-} // end of namespace Find
+} // namespace Find
namespace CPlusPlus {
class CppModelManagerInterface;
@@ -100,7 +100,7 @@ private:
CPlusPlus::DependencyTable m_deps;
};
-} // end of namespace Internal
-} // end of namespace CppTools
+} // namespace Internal
+} // namespace CppTools
#endif // CPPFINDREFERENCES_H
diff --git a/src/plugins/cpptools/cpptoolseditorsupport.h b/src/plugins/cpptools/cpptoolseditorsupport.h
index c51536e202..9b020a1647 100644
--- a/src/plugins/cpptools/cpptoolseditorsupport.h
+++ b/src/plugins/cpptools/cpptoolseditorsupport.h
@@ -54,7 +54,7 @@ namespace CPlusPlus {
namespace TextEditor {
class ITextEditor;
class ITextMark;
-} // end of namespace TextEditor
+} // namespace TextEditor
namespace CppTools {
namespace Internal {
diff --git a/src/plugins/genericprojectmanager/genericprojectfileseditor.h b/src/plugins/genericprojectmanager/genericprojectfileseditor.h
index 1c7c6da861..f7158106ca 100644
--- a/src/plugins/genericprojectmanager/genericprojectfileseditor.h
+++ b/src/plugins/genericprojectmanager/genericprojectfileseditor.h
@@ -128,7 +128,7 @@ private:
Manager *m_manager;
};
-} // end of namespace Internal
-} // end of namespace GenericProjectManager
+} // namespace Internal
+} // namespace GenericProjectManager
#endif // GENERICPROJECTFILESEDITOR_H
diff --git a/src/plugins/genericprojectmanager/genericprojectwizard.h b/src/plugins/genericprojectmanager/genericprojectwizard.h
index 7c95d31c0b..8927a11d50 100644
--- a/src/plugins/genericprojectmanager/genericprojectwizard.h
+++ b/src/plugins/genericprojectmanager/genericprojectwizard.h
@@ -95,7 +95,7 @@ protected:
QStringList *paths) const;
};
-} // end of namespace Internal
-} // end of namespace GenericProjectManager
+} // namespace Internal
+} // namespace GenericProjectManager
#endif // GENERICPROJECTWIZARD_H
diff --git a/src/plugins/genericprojectmanager/pkgconfigtool.h b/src/plugins/genericprojectmanager/pkgconfigtool.h
index 05518457d7..d9c559a43d 100644
--- a/src/plugins/genericprojectmanager/pkgconfigtool.h
+++ b/src/plugins/genericprojectmanager/pkgconfigtool.h
@@ -66,7 +66,7 @@ private:
mutable QList<Package> m_packages;
};
-} // end of namespace Internal
-} // end of namespace GenericProjectManager
+} // namespace Internal
+} // namespace GenericProjectManager
#endif // PKGCONFIGTOOL_H
diff --git a/src/plugins/qmljseditor/qmljscodecompletion.cpp b/src/plugins/qmljseditor/qmljscodecompletion.cpp
index dce84351c7..88a7c81206 100644
--- a/src/plugins/qmljseditor/qmljscodecompletion.cpp
+++ b/src/plugins/qmljseditor/qmljscodecompletion.cpp
@@ -485,7 +485,7 @@ void FunctionArgumentWidget::updateHintText()
m_popupFrame->move(pos);
}
-} } // end of namespace QmlJSEditor::Internal
+} } // namespace QmlJSEditor::Internal
CodeCompletion::CodeCompletion(ModelManagerInterface *modelManager, QObject *parent)
: TextEditor::ICompletionCollector(parent),
diff --git a/src/plugins/qmljseditor/qmljscodecompletion.h b/src/plugins/qmljseditor/qmljscodecompletion.h
index 248b083bc9..5e343cb1c2 100644
--- a/src/plugins/qmljseditor/qmljscodecompletion.h
+++ b/src/plugins/qmljseditor/qmljscodecompletion.h
@@ -108,7 +108,7 @@ private:
};
-} // end of namespace Internal
-} // end of namespace QmlJSEditor
+} // namespace Internal
+} // namespace QmlJSEditor
#endif // QMLJSCODECOMPLETION_H
diff --git a/src/plugins/qmljseditor/qmljsfindreferences.h b/src/plugins/qmljseditor/qmljsfindreferences.h
index a98283f532..a2481e7c10 100644
--- a/src/plugins/qmljseditor/qmljsfindreferences.h
+++ b/src/plugins/qmljseditor/qmljsfindreferences.h
@@ -48,7 +48,7 @@ QT_FORWARD_DECLARE_CLASS(QTimer)
namespace Find {
class SearchResultWindow;
struct SearchResultItem;
-} // end of namespace Find
+} // namespace Find
namespace QmlJSEditor {
@@ -96,6 +96,6 @@ private:
QFutureWatcher<Usage> m_watcher;
};
-} // end of namespace QmlJSEditor
+} // namespace QmlJSEditor
#endif // QMLJSFINDREFERENCES_H
diff --git a/src/plugins/qmljseditor/qmljshighlighter.h b/src/plugins/qmljseditor/qmljshighlighter.h
index ba8bd72f89..cf36ca9589 100644
--- a/src/plugins/qmljseditor/qmljshighlighter.h
+++ b/src/plugins/qmljseditor/qmljshighlighter.h
@@ -99,6 +99,6 @@ private:
QTextCharFormat m_formats[NumFormats];
};
-} // end of namespace QmlJSEditor
+} // namespace QmlJSEditor
#endif // QSCRIPTSYNTAXHIGHLIGHTER_H
diff --git a/src/plugins/qmljseditor/qmljsquickfix.h b/src/plugins/qmljseditor/qmljsquickfix.h
index 6883e61a8b..77e8a500d0 100644
--- a/src/plugins/qmljseditor/qmljsquickfix.h
+++ b/src/plugins/qmljseditor/qmljsquickfix.h
@@ -53,7 +53,7 @@ namespace QmlJSEditor {
namespace Internal {
class QmlJSQuickFixCollector;
-} // end of namespace Internal
+} // namespace Internal
/*!
Specialized QuickFixState for QML/JavaScript quick-fixes.
@@ -161,7 +161,7 @@ public:
static void registerQuickFixes(ExtensionSystem::IPlugin *plugIn);
};
-} // end of namespace Internal
-} // end of namespace QmlJSEditor
+} // namespace Internal
+} // namespace QmlJSEditor
#endif // QMLJSQUICKFIX_H
diff --git a/src/plugins/qmlprojectmanager/qmlprojectapplicationwizard.h b/src/plugins/qmlprojectmanager/qmlprojectapplicationwizard.h
index 5f5f14a08a..0097212487 100644
--- a/src/plugins/qmlprojectmanager/qmlprojectapplicationwizard.h
+++ b/src/plugins/qmlprojectmanager/qmlprojectapplicationwizard.h
@@ -76,7 +76,7 @@ protected:
virtual bool postGenerateFiles(const QWizard *w, const Core::GeneratedFiles &l, QString *errorMessage);
};
-} // end of namespace Internal
-} // end of namespace QmlProjectManager
+} // namespace Internal
+} // namespace QmlProjectManager
#endif // QMLPROJECTAPPLICATIONWIZARD_H
diff --git a/src/plugins/qt4projectmanager/wizards/abstractmobileapp.h b/src/plugins/qt4projectmanager/wizards/abstractmobileapp.h
index c4e5bd9402..0e913cf32f 100644
--- a/src/plugins/qt4projectmanager/wizards/abstractmobileapp.h
+++ b/src/plugins/qt4projectmanager/wizards/abstractmobileapp.h
@@ -174,7 +174,7 @@ private:
bool m_networkEnabled;
};
-} // end of namespace Internal
-} // end of namespace Qt4ProjectManager
+} // namespace Internal
+} // namespace Qt4ProjectManager
#endif // ABSTRACTMOBILEAPP_H
diff --git a/src/plugins/qt4projectmanager/wizards/abstractmobileappwizard.cpp b/src/plugins/qt4projectmanager/wizards/abstractmobileappwizard.cpp
index 9b921aa961..273b1ffbe8 100644
--- a/src/plugins/qt4projectmanager/wizards/abstractmobileappwizard.cpp
+++ b/src/plugins/qt4projectmanager/wizards/abstractmobileappwizard.cpp
@@ -222,5 +222,5 @@ void AbstractMobileAppWizard::useProjectPath(const QString &projectName,
projectPathChanged(app()->path(AbstractMobileApp::AppPro));
}
-} // end of namespace Internal
-} // end of namespace Qt4ProjectManager
+} // namespace Internal
+} // namespace Qt4ProjectManager
diff --git a/src/plugins/qt4projectmanager/wizards/abstractmobileappwizard.h b/src/plugins/qt4projectmanager/wizards/abstractmobileappwizard.h
index e198027262..eb1bafaae0 100644
--- a/src/plugins/qt4projectmanager/wizards/abstractmobileappwizard.h
+++ b/src/plugins/qt4projectmanager/wizards/abstractmobileappwizard.h
@@ -106,7 +106,7 @@ private:
QString *errorMessage)=0;
};
-} // end of namespace Internal
-} // end of namespace Qt4ProjectManager
+} // namespace Internal
+} // namespace Qt4ProjectManager
#endif // ABSTRACTMOBILEAPPWIZARD_H
diff --git a/src/plugins/qt4projectmanager/wizards/mobileapp.h b/src/plugins/qt4projectmanager/wizards/mobileapp.h
index 7e41aebe96..40d340aa5e 100644
--- a/src/plugins/qt4projectmanager/wizards/mobileapp.h
+++ b/src/plugins/qt4projectmanager/wizards/mobileapp.h
@@ -83,7 +83,7 @@ private:
QList<AbstractGeneratedFileInfo> updateableFiles(const QString &mainProFile) const;
};
-} // end of namespace Internal
-} // end of namespace Qt4ProjectManager
+} // namespace Internal
+} // namespace Qt4ProjectManager
#endif // MOBILEAPP_H
diff --git a/src/plugins/qt4projectmanager/wizards/mobileappwizard.h b/src/plugins/qt4projectmanager/wizards/mobileappwizard.h
index d6421ef883..0b3435debe 100644
--- a/src/plugins/qt4projectmanager/wizards/mobileappwizard.h
+++ b/src/plugins/qt4projectmanager/wizards/mobileappwizard.h
@@ -62,7 +62,7 @@ private:
class MobileAppWizardPrivate *m_d;
};
-} // end of namespace Internal
-} // end of namespace Qt4ProjectManager
+} // namespace Internal
+} // namespace Qt4ProjectManager
#endif // MOBILEAPPWIZARD_H
diff --git a/src/plugins/qt4projectmanager/wizards/mobileappwizardpages.h b/src/plugins/qt4projectmanager/wizards/mobileappwizardpages.h
index 06ea168c1d..12f984c8a3 100644
--- a/src/plugins/qt4projectmanager/wizards/mobileappwizardpages.h
+++ b/src/plugins/qt4projectmanager/wizards/mobileappwizardpages.h
@@ -99,7 +99,7 @@ private:
class MobileAppWizardMaemoOptionsPagePrivate *m_d;
};
-} // end of namespace Internal
-} // end of namespace Qt4ProjectManager
+} // namespace Internal
+} // namespace Qt4ProjectManager
#endif // MOBILEAPPWIZARDPAGES_H
diff --git a/src/plugins/qt4projectmanager/wizards/mobilelibrarywizardoptionpage.h b/src/plugins/qt4projectmanager/wizards/mobilelibrarywizardoptionpage.h
index c6d6d2b319..925b4800c6 100644
--- a/src/plugins/qt4projectmanager/wizards/mobilelibrarywizardoptionpage.h
+++ b/src/plugins/qt4projectmanager/wizards/mobilelibrarywizardoptionpage.h
@@ -60,7 +60,7 @@ private:
class MobileLibraryWizardOptionPagePrivate *m_d;
};
-} // end of namespace Internal
-} // end of namespace Qt4ProjectManager
+} // namespace Internal
+} // namespace Qt4ProjectManager
#endif // MOBILELIBRARYWIZARDOPTIONPAGE_H
diff --git a/src/plugins/qt4projectmanager/wizards/qmlstandaloneapp.h b/src/plugins/qt4projectmanager/wizards/qmlstandaloneapp.h
index 626a5c9b38..a08d9144e2 100644
--- a/src/plugins/qt4projectmanager/wizards/qmlstandaloneapp.h
+++ b/src/plugins/qt4projectmanager/wizards/qmlstandaloneapp.h
@@ -149,7 +149,7 @@ private:
QList <QmlCppPlugin*> m_cppPlugins;
};
-} // end of namespace Internal
-} // end of namespace Qt4ProjectManager
+} // namespace Internal
+} // namespace Qt4ProjectManager
#endif // QMLSTANDALONEAPP_H
diff --git a/src/plugins/qt4projectmanager/wizards/qmlstandaloneappwizard.h b/src/plugins/qt4projectmanager/wizards/qmlstandaloneappwizard.h
index 666ef94610..c34232bbe4 100644
--- a/src/plugins/qt4projectmanager/wizards/qmlstandaloneappwizard.h
+++ b/src/plugins/qt4projectmanager/wizards/qmlstandaloneappwizard.h
@@ -62,7 +62,7 @@ private:
class QmlStandaloneAppWizardPrivate *m_d;
};
-} // end of namespace Internal
-} // end of namespace Qt4ProjectManager
+} // namespace Internal
+} // namespace Qt4ProjectManager
#endif // QMLSTANDALONEAPPWIZARD_H
diff --git a/src/plugins/qt4projectmanager/wizards/qmlstandaloneappwizardpages.h b/src/plugins/qt4projectmanager/wizards/qmlstandaloneappwizardpages.h
index be720627d3..00383bbf03 100644
--- a/src/plugins/qt4projectmanager/wizards/qmlstandaloneappwizardpages.h
+++ b/src/plugins/qt4projectmanager/wizards/qmlstandaloneappwizardpages.h
@@ -56,7 +56,7 @@ private:
class QmlStandaloneAppWizardSourcesPagePrivate *m_d;
};
-} // end of namespace Internal
-} // end of namespace Qt4ProjectManager
+} // namespace Internal
+} // namespace Qt4ProjectManager
#endif // QMLSTANDALONEAPPWIZARDPAGES_H
diff --git a/src/plugins/texteditor/quickfix.h b/src/plugins/texteditor/quickfix.h
index 6e38ec3154..368cf9b3e6 100644
--- a/src/plugins/texteditor/quickfix.h
+++ b/src/plugins/texteditor/quickfix.h
@@ -177,6 +177,6 @@ private:
QList<QuickFixOperation::Ptr> _quickFixes;
};
-} // end of namespace TextEditor
+} // namespace TextEditor
#endif // TEXTEDITORQUICKFIX_H
diff --git a/src/plugins/texteditor/syntaxhighlighter.h b/src/plugins/texteditor/syntaxhighlighter.h
index 25c8b35b14..134e8116ba 100644
--- a/src/plugins/texteditor/syntaxhighlighter.h
+++ b/src/plugins/texteditor/syntaxhighlighter.h
@@ -107,6 +107,6 @@ private:
QScopedPointer<SyntaxHighlighterPrivate> d_ptr;
};
-} // end of namespace TextEditor
+} // namespace TextEditor
#endif // TEXTEDITOR_SYNTAXHIGHLIGHTER_H