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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user