forked from qt-creator/qt-creator
C++: fix member rewriting when doing template instantiation.
Task-number: QTCREATORBUG-7964 Change-Id: Icc7d87bb4f2d1ab0560a6c06187d9c23da9fe3e9 Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -102,7 +102,9 @@ public:
|
||||
, m_completionOperator(T_EOF_SYMBOL)
|
||||
, m_replaceDotForArrow(false)
|
||||
, m_typeOfExpression(new TypeOfExpression)
|
||||
{}
|
||||
{
|
||||
m_typeOfExpression->setExpandTemplates(true);
|
||||
}
|
||||
|
||||
virtual bool isSortable(const QString &prefix) const;
|
||||
virtual IAssistProposalItem *proposalItem(int index) const;
|
||||
|
||||
Reference in New Issue
Block a user