forked from qt-creator/qt-creator
CppTools: modernize
Change-Id: Iaf02e4d026f1ac8b216833d83cd7a735e21ff60a Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -37,8 +37,8 @@ using namespace CPlusPlus;
|
||||
|
||||
namespace CppTools {
|
||||
|
||||
typedef Utils::ScopedSwap<IndexItem::Ptr> ScopedIndexItemPtr;
|
||||
typedef Utils::ScopedSwap<QString> ScopedScope;
|
||||
using ScopedIndexItemPtr = Utils::ScopedSwap<IndexItem::Ptr>;
|
||||
using ScopedScope = Utils::ScopedSwap<QString>;
|
||||
|
||||
SearchSymbols::SymbolTypes SearchSymbols::AllTypes =
|
||||
SymbolSearcher::Classes
|
||||
|
||||
Reference in New Issue
Block a user