forked from qt-creator/qt-creator
Quickfix for adding a declaration to a class from a definition.
This commit is contained in:
@@ -79,6 +79,10 @@ public:
|
||||
QString prettyType(const FullySpecifiedType &type, const Name *name = 0) const;
|
||||
QString prettyType(const FullySpecifiedType &type, const QString &name) const;
|
||||
|
||||
QString prettyTypeWithName(const FullySpecifiedType &type,
|
||||
const Name *name,
|
||||
Control *control);
|
||||
|
||||
private:
|
||||
unsigned _markedArgument;
|
||||
int _markedArgumentBegin;
|
||||
|
||||
Reference in New Issue
Block a user