forked from qt-creator/qt-creator
C++: Introduce CreateBindings::Ptr
typedef for QSharedPointer<CreateBindings> Change-Id: Idf7a9984bb90da82407abd4b7dec9f40926beac8 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
de68ac5407
commit
cbc122e2e2
@@ -162,7 +162,7 @@ LookupContext::LookupContext(Document::Ptr thisDocument,
|
||||
LookupContext::LookupContext(Document::Ptr expressionDocument,
|
||||
Document::Ptr thisDocument,
|
||||
const Snapshot &snapshot,
|
||||
QSharedPointer<CreateBindings> bindings)
|
||||
CreateBindings::Ptr bindings)
|
||||
: _expressionDocument(expressionDocument)
|
||||
, _thisDocument(thisDocument)
|
||||
, _snapshot(snapshot)
|
||||
|
||||
Reference in New Issue
Block a user