forked from qt-creator/qt-creator
CppEditor: Fix "insert definition" for templates with value parameters
Fixes: QTCREATORBUG-26113 Change-Id: I2d2a1c1bdcffd67072bbda99dabbbfbfafe115c5 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
1
src/libs/3rdparty/cplusplus/Names.h
vendored
1
src/libs/3rdparty/cplusplus/Names.h
vendored
@@ -95,6 +95,7 @@ public:
|
||||
FullySpecifiedType &type() { return _expressionTy; }
|
||||
|
||||
const NumericLiteral *numericLiteral() const { return _numericLiteral; }
|
||||
void setNumericLiteral(const NumericLiteral *l) { _numericLiteral = l; }
|
||||
|
||||
bool operator==(const TemplateArgument &other) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user