forked from qt-creator/qt-creator
s:// end of namespace :// namespace :g for consistency
We use the latter style everywhere else to signify the end of a namespace block.
This commit is contained in:
@@ -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),
|
||||
|
||||
@@ -108,7 +108,7 @@ private:
|
||||
};
|
||||
|
||||
|
||||
} // end of namespace Internal
|
||||
} // end of namespace QmlJSEditor
|
||||
} // namespace Internal
|
||||
} // namespace QmlJSEditor
|
||||
|
||||
#endif // QMLJSCODECOMPLETION_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
|
||||
|
||||
@@ -99,6 +99,6 @@ private:
|
||||
QTextCharFormat m_formats[NumFormats];
|
||||
};
|
||||
|
||||
} // end of namespace QmlJSEditor
|
||||
} // namespace QmlJSEditor
|
||||
|
||||
#endif // QSCRIPTSYNTAXHIGHLIGHTER_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
|
||||
|
||||
Reference in New Issue
Block a user