diff options
author | hjk <[email protected]> | 2011-02-04 09:52:39 +0100 |
---|---|---|
committer | hjk <[email protected]> | 2011-02-04 12:45:32 +0100 |
commit | 57eae3191e51c11449366a7e39803ef28cc8aff5 (patch) | |
tree | 7912b9663afe332bbd84779de25a331bea41dcc7 /src/libs/cplusplus/LookupItem.h | |
parent | d87ce08880fb1158e3c4560609142d0a2768ab38 (diff) |
s:// end of namespace :// namespace :g for consistency
We use the latter style everywhere else to signify the end of a namespace block.
Diffstat (limited to 'src/libs/cplusplus/LookupItem.h')
-rw-r--r-- | src/libs/cplusplus/LookupItem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/cplusplus/LookupItem.h b/src/libs/cplusplus/LookupItem.h index 68747a13807..c67cfcc6b8a 100644 --- a/src/libs/cplusplus/LookupItem.h +++ b/src/libs/cplusplus/LookupItem.h @@ -80,7 +80,7 @@ private: uint qHash(const CPlusPlus::LookupItem &result); -} // end of namespace CPlusPlus +} // namespace CPlusPlus #if defined(Q_CC_MSVC) && _MSC_VER <= 1300 //this ensures that code outside QmlJS can use the hash function |